Home
last modified time | relevance | path

Searched refs:thepath (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/RISCOS/Modules/
Ddrawfmodule.c160 draw_path *thepath; in DrawF_Path() local
198 thepath=(draw_path*)pe; in DrawF_Path()
220 e=xdraw_process_path(thepath,0x70000000,0,0,width,&line_style,dash_pattern, in DrawF_Path()
/external/scapy/scapy/tools/
DUTscapy.py28 thepath = os.path.dirname(name)
32 f,path,desc = imp.find_module(name,[thepath])