Home
last modified time | relevance | path

Searched refs:path_command (Results 1 – 25 of 45) sorted by relevance

12

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/ink2canvas_lib/
H A Dsvg.py224 path_command = {"M": self.pathMoveTo,
229 if comm in path_command:
230 path_command[comm](data)
/dports/devel/R-cran-optparse/optparse/inst/doc/
H A Doptparse.R9 path_command <- "export PATH=$PATH:`pwd`" globalVar
H A Doptparse.Rrst18 .. path_command <- "export PATH=$PATH:`pwd`"
34 **:r:`paste("bash$", path_command)`**
/dports/www/netsurf/netsurf-3.10/include/netsurf/
H A Dplotters.h41 enum path_command { enum
/dports/devel/R-cran-optparse/optparse/vignettes/
H A Doptparse.Rrst18 .. path_command <- "export PATH=$PATH:`pwd`"
34 **:r:`paste("bash$", path_command)`**
/dports/lang/python37/Python-3.7.12/PC/
H A Dlauncher.c797 static COMMAND path_command; variable
809 wcscpy_s(path_command.key, MAX_PATH, name); in find_on_path()
812 len = SearchPathW(NULL, name, NULL, MSGSIZE, path_command.value, NULL); in find_on_path()
814 result = &path_command; in find_on_path()
823 len = SearchPathW(NULL, name, extension, MSGSIZE, path_command.value, NULL); in find_on_path()
825 result = &path_command; in find_on_path()
/dports/databases/py-gdbm/Python-3.8.12/PC/
H A Dlauncher.c904 static COMMAND path_command; variable
916 wcscpy_s(path_command.key, MAX_PATH, name); in find_on_path()
919 len = SearchPathW(NULL, name, NULL, MSGSIZE, path_command.value, NULL); in find_on_path()
921 result = &path_command; in find_on_path()
930 len = SearchPathW(NULL, name, extension, MSGSIZE, path_command.value, NULL); in find_on_path()
932 result = &path_command; in find_on_path()
/dports/lang/python-tools/Python-3.8.12/PC/
H A Dlauncher.c904 static COMMAND path_command; variable
916 wcscpy_s(path_command.key, MAX_PATH, name); in find_on_path()
919 len = SearchPathW(NULL, name, NULL, MSGSIZE, path_command.value, NULL); in find_on_path()
921 result = &path_command; in find_on_path()
930 len = SearchPathW(NULL, name, extension, MSGSIZE, path_command.value, NULL); in find_on_path()
932 result = &path_command; in find_on_path()
/dports/lang/python311/Python-3.11.0a3/PC/
H A Dlauncher.c923 static COMMAND path_command; variable
935 wcscpy_s(path_command.key, MAX_PATH, name); in find_on_path()
938 len = SearchPathW(NULL, name, NULL, MSGSIZE, path_command.value, NULL); in find_on_path()
940 result = &path_command; in find_on_path()
949 len = SearchPathW(NULL, name, extension, MSGSIZE, path_command.value, NULL); in find_on_path()
951 result = &path_command; in find_on_path()
/dports/lang/python310/Python-3.10.1/PC/
H A Dlauncher.c923 static COMMAND path_command; variable
935 wcscpy_s(path_command.key, MAX_PATH, name); in find_on_path()
938 len = SearchPathW(NULL, name, NULL, MSGSIZE, path_command.value, NULL); in find_on_path()
940 result = &path_command; in find_on_path()
949 len = SearchPathW(NULL, name, extension, MSGSIZE, path_command.value, NULL); in find_on_path()
951 result = &path_command; in find_on_path()
/dports/lang/python39/Python-3.9.9/PC/
H A Dlauncher.c904 static COMMAND path_command; variable
916 wcscpy_s(path_command.key, MAX_PATH, name); in find_on_path()
919 len = SearchPathW(NULL, name, NULL, MSGSIZE, path_command.value, NULL); in find_on_path()
921 result = &path_command; in find_on_path()
930 len = SearchPathW(NULL, name, extension, MSGSIZE, path_command.value, NULL); in find_on_path()
932 result = &path_command; in find_on_path()
/dports/lang/python38/Python-3.8.12/PC/
H A Dlauncher.c904 static COMMAND path_command; variable
916 wcscpy_s(path_command.key, MAX_PATH, name); in find_on_path()
919 len = SearchPathW(NULL, name, NULL, MSGSIZE, path_command.value, NULL); in find_on_path()
921 result = &path_command; in find_on_path()
930 len = SearchPathW(NULL, name, extension, MSGSIZE, path_command.value, NULL); in find_on_path()
932 result = &path_command; in find_on_path()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/PC/
H A Dlauncher.c904 static COMMAND path_command; variable
916 wcscpy_s(path_command.key, MAX_PATH, name); in find_on_path()
919 len = SearchPathW(NULL, name, NULL, MSGSIZE, path_command.value, NULL); in find_on_path()
921 result = &path_command; in find_on_path()
930 len = SearchPathW(NULL, name, extension, MSGSIZE, path_command.value, NULL); in find_on_path()
932 result = &path_command; in find_on_path()
/dports/databases/py-sqlite3/Python-3.8.12/PC/
H A Dlauncher.c904 static COMMAND path_command; variable
916 wcscpy_s(path_command.key, MAX_PATH, name); in find_on_path()
919 len = SearchPathW(NULL, name, NULL, MSGSIZE, path_command.value, NULL); in find_on_path()
921 result = &path_command; in find_on_path()
930 len = SearchPathW(NULL, name, extension, MSGSIZE, path_command.value, NULL); in find_on_path()
932 result = &path_command; in find_on_path()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dinfcmd.c77 static void path_command (char *, int);
1478 path_command (char *dirname, int from_tty) in path_command() function
2002 c = add_com ("path", class_files, path_command, in _initialize_infcmd()
H A DChangeLog-19914197 * infcmd.c (path_command, path_info): Handle the PATH variable
4202 directory_command, modifies a path. Used by path_command.
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dinfcmd.c77 static void path_command (char *, int);
1478 path_command (char *dirname, int from_tty) in path_command() function
2002 c = add_com ("path", class_files, path_command, in _initialize_infcmd()
H A DChangeLog-19914197 * infcmd.c (path_command, path_info): Handle the PATH variable
4202 directory_command, modifies a path. Used by path_command.
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dinfcmd.c86 static void path_command (char *, int);
1916 path_command (char *dirname, int from_tty) in path_command() function
2802 c = add_com ("path", class_files, path_command, _("\ in _initialize_infcmd()
H A DChangeLog-19914197 * infcmd.c (path_command, path_info): Handle the PATH variable
4202 directory_command, modifies a path. Used by path_command.
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dinfcmd.c74 static void path_command (char *, int);
2003 path_command (char *dirname, int from_tty) in path_command() function
2992 c = add_com ("path", class_files, path_command, _("\ in _initialize_infcmd()
H A DChangeLog-19914197 * infcmd.c (path_command, path_info): Handle the PATH variable
4202 directory_command, modifies a path. Used by path_command.
/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/
H A Dmarker.rs370 for path_command in path.iter() { in from()
374 match path_command { in from()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dinfcmd.c2074 path_command (const char *dirname, int from_tty) in path_command() function
3107 c = add_com ("path", class_files, path_command, _("\ in _initialize_infcmd()
H A DChangeLog-19914197 * infcmd.c (path_command, path_info): Handle the PATH variable
4202 directory_command, modifies a path. Used by path_command.

12