Home
last modified time | relevance | path

Searched refs:command_prefix (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/textproc/groff/groff-1.22.4/src/roff/groff/
H A Dgroff.cpp133 if (!command_prefix) in main()
134 command_prefix = PROG_PREFIX; in main()
135 commands[TROFF_INDEX].set_name(command_prefix, "troff"); in main()
176 commands[TBL_INDEX].set_name(command_prefix, "tbl"); in main()
183 commands[CHEM_INDEX].set_name(command_prefix, "chem"); in main()
187 commands[PIC_INDEX].set_name(command_prefix, "pic"); in main()
190 commands[GRN_INDEX].set_name(command_prefix, "grn"); in main()
198 commands[EQN_INDEX].set_name(command_prefix, "eqn"); in main()
265 commands[SOELIM_INDEX].set_name(command_prefix, "soelim"); in main()
276 commands[SOELIM_INDEX].set_name(command_prefix, "soelim"); in main()
[all …]
/dports/japanese/groff/groff-1.18.1.1/src/roff/groff/
H A Dgroff.cc120 const char *command_prefix = getenv("GROFF_COMMAND_PREFIX"); in main() local
121 if (!command_prefix) in main()
122 command_prefix = PROG_PREFIX; in main()
123 commands[TROFF_INDEX].set_name(command_prefix, "troff"); in main()
146 commands[TBL_INDEX].set_name(command_prefix, "tbl"); in main()
149 commands[PIC_INDEX].set_name(command_prefix, "pic"); in main()
152 commands[GRN_INDEX].set_name(command_prefix, "grn"); in main()
155 commands[GRAP_INDEX].set_name(command_prefix, "grap"); in main()
158 commands[EQN_INDEX].set_name(command_prefix, "eqn"); in main()
164 commands[REFER_INDEX].set_name(command_prefix, "refer"); in main()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/tools/testrunner/
H A Dtest_config.py12 command_prefix, argument
22 self.command_prefix = command_prefix
/dports/lang/v8/v8-9.6.180.12/tools/testrunner/
H A Dtest_config.py12 command_prefix, argument
24 self.command_prefix = command_prefix
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/testrunner/
H A Dtest_config.py12 command_prefix, argument
24 self.command_prefix = command_prefix
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/testrunner/
H A Dtest_config.py12 command_prefix, argument
24 self.command_prefix = command_prefix
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/transforms/job/
H A Dmach.py47 command_prefix = 'cd $GECKO_PATH && ./mach '
51 command = {ref: command_prefix + pattern}
53 command = command_prefix + mach
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/transforms/job/
H A Dmach.py70 command_prefix = " ".join(additional_prefix + ["./mach "])
75 command = {ref: command_prefix + pattern}
77 command = command_prefix + mach
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/transforms/job/
H A Dmach.py72 command_prefix = " ".join(additional_prefix + ["./mach "])
77 command = {ref: command_prefix + pattern}
79 command = command_prefix + mach
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/transforms/job/
H A Dmach.py70 command_prefix = " ".join(additional_prefix + ["./mach "])
75 command = {ref: command_prefix + pattern}
77 command = command_prefix + mach
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/transforms/job/
H A Dmach.py79 command_prefix = ' '.join(additional_prefix + ['./mach '])
84 command = {ref: command_prefix + pattern}
86 command = command_prefix + mach
/dports/graphics/blender/blender-2.91.0/build_files/buildbot/
H A Dbuildbot_utils.py53 self.command_prefix = []
57 self.command_prefix = ['scl', 'enable', 'devtoolset-9', '--']
59 self.command_prefix = []
62 self.command_prefix = []
H A Dworker_pack.py143 buildbot_utils.call(builder.command_prefix + command)
145 buildbot_utils.call(builder.command_prefix + command)
155 buildbot_utils.call(builder.command_prefix + command)
174 buildbot_utils.call(builder.command_prefix + ['strip', '--strip-all', blender_executable])
179 builder.command_prefix + [
H A Dworker_compile.py73 buildbot_utils.call(builder.command_prefix + command)
104 buildbot_utils.call(builder.command_prefix + command)
127 buildbot_utils.call(builder.command_prefix + command)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/kuberun/core/events/
H A Dinit_cluster.py129 command_prefix = 'gcloud '
131 command_prefix += release_track.prefix + ' '
132 ns_init_command = command_prefix + (
137 brokers_create_command = command_prefix + ('kuberun core brokers create '
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/events/
H A Dinit.py138 command_prefix = 'gcloud '
140 command_prefix += release_track.prefix + ' '
141 ns_init_command = command_prefix + (
145 brokers_create_command = command_prefix + 'events brokers create default'
/dports/comms/py-libimobiledevice/libimobiledevice-1.3.0/src/
H A Ddebugserver.c380 char* command_prefix = strdup("$"); in debugserver_client_receive_response() local
394 if (strncmp(ack, command_prefix, sizeof(char)) == 0) { in debugserver_client_receive_response()
399 strcpy(buffer, command_prefix); in debugserver_client_receive_response()
409 should_receive = debugserver_client_receive_internal_check(client, command_prefix); in debugserver_client_receive_response()
410 debug_info("received command_prefix: %c", *command_prefix); in debugserver_client_receive_response()
413 strcpy(buffer, command_prefix); in debugserver_client_receive_response()
417 strcpy(buffer, command_prefix); in debugserver_client_receive_response()
481 if (command_prefix) in debugserver_client_receive_response()
482 free(command_prefix); in debugserver_client_receive_response()
/dports/comms/libimobiledevice/libimobiledevice-1.3.0/src/
H A Ddebugserver.c380 char* command_prefix = strdup("$"); in debugserver_client_receive_response() local
394 if (strncmp(ack, command_prefix, sizeof(char)) == 0) { in debugserver_client_receive_response()
399 strcpy(buffer, command_prefix); in debugserver_client_receive_response()
409 should_receive = debugserver_client_receive_internal_check(client, command_prefix); in debugserver_client_receive_response()
410 debug_info("received command_prefix: %c", *command_prefix); in debugserver_client_receive_response()
413 strcpy(buffer, command_prefix); in debugserver_client_receive_response()
417 strcpy(buffer, command_prefix); in debugserver_client_receive_response()
481 if (command_prefix) in debugserver_client_receive_response()
482 free(command_prefix); in debugserver_client_receive_response()
/dports/multimedia/mpv/mpv-0.34.1/TOOLS/lua/
H A Dautocrop.lua89 local command_prefix = options.suppress_osd and 'no-osd' or ''
122 mp.command(string.format('%s vf remove @%s', command_prefix, label))
167 command_prefix, labels.cropdetect, limit, round
259 command_prefix, labels.crop, meta.w, meta.h, meta.x, meta.y
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/bindings/R/
H A Dprint_doc_functions_impl.hpp185 std::string command_prefix = "R> "; in PrintOutputOptions() local
194 oss << command_prefix; in PrintOutputOptions()
268 std::string command_prefix = "R> "; in ProgramCall() local
269 oss << command_prefix; in ProgramCall()
323 oss << std::endl << command_prefix << it->second.name << " <- d$" in ProgramCall()
/dports/sysutils/lizardfs/lizardfs-3.12.0/tests/tools/
H A Dvalgrind.sh39 command_prefix="${valgrind_script_} ${command_prefix}"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-headers/src/registry/
H A Dconventions.py202 def command_prefix(self): member in ConventionsBase
217 (self.command_prefix[0:1].upper(), self.command_prefix[1:]))
/dports/editors/jove/jove/xjove/
H A Djovewindows.c16 private char command_prefix[] = "\033X"; /* ESC-X */ variable
17 #define command_prefix_length (sizeof(command_prefix) - 1)
77 ttysw_input (ttysw, command_prefix, command_prefix_length);
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/Vulkan-Headers/registry/
H A Dconventions.py190 def command_prefix(self): member in ConventionsBase
205 (self.command_prefix[0:1].upper(), self.command_prefix[1:]))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_headers/registry/
H A Dconventions.py200 def command_prefix(self): member in ConventionsBase
215 (self.command_prefix[0:1].upper(), self.command_prefix[1:]))

12345678