Home
last modified time | relevance | path

Searched refs:arg_line (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_debug_macros.c29 long arg_line; in duk_debug_log() local
41 arg_line = (long) line; in duk_debug_log()
44 DUK_USE_DEBUG_WRITE(arg_level, arg_file, arg_line, arg_func, arg_msg); in duk_debug_log()
60 long arg_line; in duk_debug_log() local
72 arg_line = (long) duk_debug_line_stash; in duk_debug_log()
75 DUK_USE_DEBUG_WRITE(arg_level, arg_file, arg_line, arg_func, arg_msg); in duk_debug_log()
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_debug_macros.c29 long arg_line; in duk_debug_log() local
41 arg_line = (long) line; in duk_debug_log()
44 DUK_USE_DEBUG_WRITE(arg_level, arg_file, arg_line, arg_func, arg_msg); in duk_debug_log()
60 long arg_line; in duk_debug_log() local
72 arg_line = (long) duk_debug_line_stash; in duk_debug_log()
75 DUK_USE_DEBUG_WRITE(arg_level, arg_file, arg_line, arg_func, arg_msg); in duk_debug_log()
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_debug_macros.c29 long arg_line; in duk_debug_log() local
41 arg_line = (long) line; in duk_debug_log()
44 DUK_USE_DEBUG_WRITE(arg_level, arg_file, arg_line, arg_func, arg_msg); in duk_debug_log()
60 long arg_line; in duk_debug_log() local
72 arg_line = (long) duk_debug_line_stash; in duk_debug_log()
75 DUK_USE_DEBUG_WRITE(arg_level, arg_file, arg_line, arg_func, arg_msg); in duk_debug_log()
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_debug_macros.c29 long arg_line; in duk_debug_log() local
41 arg_line = (long) line; in duk_debug_log()
44 DUK_USE_DEBUG_WRITE(arg_level, arg_file, arg_line, arg_func, arg_msg); in duk_debug_log()
60 long arg_line; in duk_debug_log() local
72 arg_line = (long) duk_debug_line_stash; in duk_debug_log()
75 DUK_USE_DEBUG_WRITE(arg_level, arg_file, arg_line, arg_func, arg_msg); in duk_debug_log()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py243 def convert_arg_line_to_args(self, arg_line): argument
245 arg_line = arg_line.split('#', 1)[0]
247 arg_line = arg_line.replace('\\', '\\\\')
248 for arg in shlex.split(arg_line):
279 for arg_line in args_file.read().splitlines():
280 for arg in self.convert_arg_line_to_args(arg_line):
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py243 def convert_arg_line_to_args(self, arg_line): argument
245 arg_line = arg_line.split('#', 1)[0]
247 arg_line = arg_line.replace('\\', '\\\\')
248 for arg in shlex.split(arg_line):
279 for arg_line in args_file.read().splitlines():
280 for arg in self.convert_arg_line_to_args(arg_line):
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py243 def convert_arg_line_to_args(self, arg_line): argument
245 arg_line = arg_line.split('#', 1)[0]
247 arg_line = arg_line.replace('\\', '\\\\')
248 for arg in shlex.split(arg_line):
279 for arg_line in args_file.read().splitlines():
280 for arg in self.convert_arg_line_to_args(arg_line):
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py243 def convert_arg_line_to_args(self, arg_line): argument
245 arg_line = arg_line.split('#', 1)[0]
247 arg_line = arg_line.replace('\\', '\\\\')
248 for arg in shlex.split(arg_line):
279 for arg_line in args_file.read().splitlines():
280 for arg in self.convert_arg_line_to_args(arg_line):
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py243 def convert_arg_line_to_args(self, arg_line): argument
245 arg_line = arg_line.split('#', 1)[0]
247 arg_line = arg_line.replace('\\', '\\\\')
248 for arg in shlex.split(arg_line):
279 for arg_line in args_file.read().splitlines():
280 for arg in self.convert_arg_line_to_args(arg_line):
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py243 def convert_arg_line_to_args(self, arg_line): argument
245 arg_line = arg_line.split('#', 1)[0]
247 arg_line = arg_line.replace('\\', '\\\\')
248 for arg in shlex.split(arg_line):
279 for arg_line in args_file.read().splitlines():
280 for arg in self.convert_arg_line_to_args(arg_line):
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py243 def convert_arg_line_to_args(self, arg_line): argument
245 arg_line = arg_line.split('#', 1)[0]
247 arg_line = arg_line.replace('\\', '\\\\')
248 for arg in shlex.split(arg_line):
279 for arg_line in args_file.read().splitlines():
280 for arg in self.convert_arg_line_to_args(arg_line):
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py243 def convert_arg_line_to_args(self, arg_line): argument
245 arg_line = arg_line.split('#', 1)[0]
247 arg_line = arg_line.replace('\\', '\\\\')
248 for arg in shlex.split(arg_line):
279 for arg_line in args_file.read().splitlines():
280 for arg in self.convert_arg_line_to_args(arg_line):
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py244 def convert_arg_line_to_args(self, arg_line): argument
246 arg_line = arg_line.split('#', 1)[0]
248 arg_line = arg_line.replace('\\', '\\\\')
249 for arg in shlex.split(arg_line):
280 for arg_line in args_file.read().splitlines():
281 for arg in self.convert_arg_line_to_args(arg_line):
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py243 def convert_arg_line_to_args(self, arg_line): argument
245 arg_line = arg_line.split('#', 1)[0]
247 arg_line = arg_line.replace('\\', '\\\\')
248 for arg in shlex.split(arg_line):
279 for arg_line in args_file.read().splitlines():
280 for arg in self.convert_arg_line_to_args(arg_line):
/dports/editors/zile/zile-2.4.14/src/
H A Dmain.c134 gl_list_t arg_line = gl_list_create_empty (GL_LINKED_LIST, in main() local
176 gl_list_add_last (arg_line, (void *) 0); in main()
184 gl_list_add_last (arg_line, (void *) 0); in main()
225 gl_list_add_last (arg_line, (void *) line); in main()
300 FUNCALL_ARG (goto_line, (size_t) gl_list_get_at (arg_line, i)); in main()
/dports/lang/yap/yap-6.2.2/MYDDAS/
H A Dmyddas_top_level.c60 Term arg_line = Deref(ARG2); in c_db_tl_readline() local
73 if (!Yap_unify(arg_line,line_read)) in c_db_tl_readline()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dgdal_argparse.py85 def convert_arg_line_to_args(self, arg_line): argument
86 return shlex.split(arg_line, comments=True)
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dgdal_argparse.py85 def convert_arg_line_to_args(self, arg_line): argument
86 return shlex.split(arg_line, comments=True)
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dgdal_argparse.py85 def convert_arg_line_to_args(self, arg_line): argument
86 return shlex.split(arg_line, comments=True)
/dports/devel/p5-POE-Stage/POE-Stage-0.060/examples/
H A Dwide-finder.perl72 my ($arg_line, $req_count);
74 $arg_line =~ qr|GET /ongoing/When/\d\d\dx/(\d\d\d\d/\d\d/\d\d/[^ .]+)|
/dports/devel/robodoc/robodoc-4.99.44/Source/
H A Danalyser.c87 char *arg_line,
336 char *arg_line, in Is_ListItem_Start() argument
347 char *c = arg_line; in Is_ListItem_Start()
348 int cur_indent = Get_Indent( arg_line ); in Is_ListItem_Start()
385 char *arg_line, in Is_List_Item_Continuation() argument
397 int this_indent = Get_Indent( arg_line ); in Is_List_Item_Continuation()
415 char *arg_line, in Is_Start_List() argument
418 int this_indent = Get_Indent( arg_line ); in Is_Start_List()
419 char *c = strrchr( arg_line, ':' ); in Is_Start_List()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/Capsule/
H A DGenerateWindowsDriver.py71 def convert_arg_line_to_args(arg_line): argument
72 for arg in arg_line.split():
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/Capsule/
H A DGenerateWindowsDriver.py71 def convert_arg_line_to_args(arg_line): argument
72 for arg in arg_line.split():
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/Capsule/
H A DGenerateWindowsDriver.py71 def convert_arg_line_to_args(arg_line): argument
72 for arg in arg_line.split():
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/Capsule/
H A DGenerateWindowsDriver.py71 def convert_arg_line_to_args(arg_line): argument
72 for arg in arg_line.split():

1234567