Home
last modified time | relevance | path

Searched refs:command_word (Results 1 – 23 of 23) sorted by relevance

/dports/shells/bash/bash-5.1/
H A Dalias.c308 static int command_word; variable
421 command_word++;
493 command_word = 1; /* initialized to expand the first word on the line */
525 command_word = command_word || (command_separator (string[i]));
526 expand_this_token = (command_word || expand_next);
590 command_word = 0;
H A DChangeLog8712 with `command' and including a command_word argument, and peel off
/dports/ftp/quftp/quftp-1.0.7/
H A Dquftp.c172 char *line = NULL, *command_word = NULL; in main() local
223 command_word = getnextword(line, GNW_START); in main()
224 if (!command_word || !*command_word) continue; in main()
227 if (strcasecmp(command_word, "switch") == 0) { in main()
258 } else if (strstr(command_word, "!") == command_word) { in main()
265 } else if (strcasecmp(command_word, "run") == 0) { in main()
277 } else if (strcasecmp(command_word, "debug") == 0) { in main()
285 } else if (strcasecmp(command_word, "help") == 0 || strcmp(command_word, "?") == 0) { in main()
312 if (strcasecmp (command_word, command_list[i].name) == 0) { in main()
318 printf("Unknown command \"%s\"\n", command_word); in main()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/calliope/
H A Dsuggest_commands.py209 normalized_command_words = [command_word.lower().replace('_', '-')
210 for command_word in command_words]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h331 void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,
341 void OutputHelpText(Stream &stream, llvm::StringRef command_word,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/ddbridge/
H A Dddbridge-mci.h103 u32 command_word; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/ddbridge/
H A Dddbridge-mci.h103 u32 command_word; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/ddbridge/
H A Dddbridge-mci.h103 u32 command_word; member
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h373 void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,
383 void OutputHelpText(Stream &stream, llvm::StringRef command_word,
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h378 void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,
388 void OutputHelpText(Stream &stream, llvm::StringRef command_word,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h378 void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,
388 void OutputHelpText(Stream &stream, llvm::StringRef command_word,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h378 void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,
388 void OutputHelpText(Stream &stream, llvm::StringRef command_word,
/dports/irc/epic4/epic4-2.10.9/script/
H A Drecursion9 # /iterate command_word list_of_words
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h379 void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,
389 void OutputHelpText(Stream &stream, llvm::StringRef command_word,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h379 void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,
389 void OutputHelpText(Stream &stream, llvm::StringRef command_word,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h379 void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,
389 void OutputHelpText(Stream &stream, llvm::StringRef command_word,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h379 void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,
389 void OutputHelpText(Stream &stream, llvm::StringRef command_word,
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h379 void OutputFormattedHelpText(Stream &stream, llvm::StringRef command_word,
389 void OutputHelpText(Stream &stream, llvm::StringRef command_word,
/dports/irc/ircII/ircii-20210314/script/
H A Drecursion11 # /iterate command_word list_of_words
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/rfnoc/
H A Dreplay_block_control.cpp316 uint32_t command_word = (play_cmd & PLAY_COMMAND_MASK) | timed_flag; in issue_stream_cmd() local
317 _replay_reg_iface.poke32(REG_PLAY_CMD_ADDR, command_word, port); in issue_stream_cmd()
/dports/devel/make++/makepp-2.0/Mpp/
H A DSubs.pm1796 my $command_word = unquote $fields[0]; # Remove quotes, etc.
1801 $mkfile->register_parser($command_word, $scanner_sub);
1834 my( $command_word, @fields ) = # Get the words.
1839 push @{$hashref->{$command_word} ||= []}, @fields;
/dports/devel/make++/makepp-2.0/pod/
H A Dmakepp_statements.pod711 =item register_command_parser I<command_word parser>
713 =item register_parser I<command_word parser>
716 I<command_word>, which may be the full path or just the basename. The
733 =item register_input_suffix I<command_word suffix ...>
736 beginning with C<command_word> is parsed. The parser would normally pick this
/dports/shells/bash/bash-5.1/CWRU/
H A Dchangelog8712 with `command' and including a command_word argument, and peel off