Home
last modified time | relevance | path

Searched refs:complete_command (Results 1 – 25 of 112) sorted by relevance

12345

/dports/devel/monotone/monotone-1.1/test/unit/tests/
H A Dcommands.cc81 UNIT_TEST(complete_command) in UNIT_TEST() argument
84 using commands::complete_command; in UNIT_TEST()
89 command_id id = complete_command(mkargs("top")); in UNIT_TEST()
95 command_id id = complete_command(mkargs("testg")); in UNIT_TEST()
101 command_id id = complete_command(mkargs("alias1")); in UNIT_TEST()
107 command_id id = complete_command(mkargs("testg testg1")); in UNIT_TEST()
113 command_id id = complete_command(mkargs("al testg1")); in UNIT_TEST()
126 set< command_id > matches = CMD_REF(top)->complete_command(id); in UNIT_TEST()
133 set< command_id > matches = CMD_REF(top)->complete_command(id); in UNIT_TEST()
141 set< command_id > matches = CMD_REF(top)->complete_command(id); in UNIT_TEST()
[all …]
/dports/shells/xonsh/xonsh-0.7.9/xonsh/completers/
H A Dbase.py6 from xonsh.completers.commands import complete_command
15 out = complete_python(prefix, line, start, end, ctx) | complete_command(
24 python_comps[0] | complete_command(prefix, line, start, end, ctx),
28 return python_comps | complete_command(prefix, line, start, end, ctx)
H A Dcommands.py13 def complete_command(cmd, line, start, end, ctx): function
52 comp_func = complete_command
/dports/games/freecell-solver/freecell-solver-6.2.0/t/lib/FC_Solve/
H A DCheckResults.pm87 my $complete_command = $args->{complete_command};
90 if ($complete_command)
92 open $fc_solve_output, "$complete_command |"
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/test/
H A Dcmdline.c129 complete_command(); in test_complete_command()
134 complete_command(); in test_complete_command()
139 complete_command(); in test_complete_command()
144 complete_command(); in test_complete_command()
150 complete_command(); in test_complete_command()
/dports/misc/with/with-28eb40b/
H A Dwith190 local program_name complete_command
193 complete_command=$(complete -p | grep " ${program_name}$")
198 if [[ "$complete_command" =~ \ -F\ ]]
201 …plete_function=$(awk '{for(i=1;i<=NF;i++) if ($i=="-F") print $(i+1)}' <(echo "$complete_command"))
208 compgen_command=$(echo "$complete_command" | sed 's/^complete/compgen/g')
/dports/ftp/tnftp/tnftp-20210827/src/
H A Dcomplete.c63 static unsigned char complete_command (char *, int);
138 complete_command(char *word, int list) in complete_command() function
393 return (complete_command(word, dolist)); in complete()
412 return (complete_command(word, dolist)); in complete()
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/ftp/
H A Dcomplete.c142 complete_command(word, list) in complete_command() function
347 return (complete_command(word, dolist));
375 return (complete_command(word, dolist));
/dports/devel/monotone/monotone-1.1/src/
H A Dcommands.cc372 command::complete_command(command_id const & id, in complete_command() function in commands::command
401 set< command_id > maux = child->complete_command(remaining, caux); in complete_command()
447 complete_command(args_vector const & args) in complete_command() function
467 set< command_id > m2 = child->complete_command(id, child->ident()); in complete_command()
H A Dcommands.hh29 command_id complete_command(args_vector const & args);
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Dcompletion.h4 void complete_command(void);
H A Dmode-command.c40 complete_command(); in command_mode_keypress()
/dports/www/trac-devel/Trac-1.5.3/trac/admin/
H A Dtest.py159 def complete_command(self, *args): member in TracAdminTestCaseBase
160 return AdminCommandManager(self.env).complete_command(list(args))
/dports/games/freecell-solver/freecell-solver-6.2.0/t/t/
H A Dcompare-digests-and-lens.t28 complete_command =>
/dports/games/crossfire-client/crossfire-client-1.75.1/common/
H A Dp_cmd.h89 extern const char * complete_command(const char * ocommand);
/dports/editors/led/led-2.0/src/
H A Dcomplete.h37 static __inline u_char **complete_command(vminibuff_t *v, int *startidx) { in complete_command() function
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dcompletion.cc31 completions.candidates = complete_command(prefix.substr(word_start, word_end), in shell_complete()
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/shellbox/src/ShellParser/
H A Dshell.pegphp82 c:complete_command newline_list
86 / complete_command
89 complete_command =
118 return $this->node( 'complete_command', $list );
780 command: complete_command
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/shellbox/src/ShellParser/
H A Dshell.pegphp82 c:complete_command newline_list
86 / complete_command
89 complete_command =
118 return $this->node( 'complete_command', $list );
780 command: complete_command
/dports/www/trac-devel/Trac-1.5.3/trac/ticket/tests/
H A Dconsole.py87 output = self.complete_command('component', 'add',
101 output = self.complete_command('component', 'add',
156 output = self.complete_command('component', 'chown', '')
169 output = self.complete_command('component', 'chown', 'component1', '')
182 output = self.complete_command('component', 'chown', 'component1', '')
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_cmd.py148 def complete_command(self): member in samplecmdclass
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/cli/
H A Dcli-cmds.c59 static void complete_command (char *, int);
226 complete_command (char *arg, int from_tty) in complete_command() function
290 return cmd_cfunc_eq (c, complete_command); in is_complete_command()
1144 add_com ("complete", class_obscure, complete_command, in init_cli_cmds()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/cli/
H A Dcli-cmds.c59 static void complete_command (char *, int);
226 complete_command (char *arg, int from_tty) in complete_command() function
290 return cmd_cfunc_eq (c, complete_command); in is_complete_command()
1144 add_com ("complete", class_obscure, complete_command, in init_cli_cmds()
/dports/ftp/quftp/quftp-1.0.7/
H A Dquftp.h58 char *complete_command(const char *text, int state);
/dports/textproc/link-grammar/link-grammar-5.8.0/link-parser/
H A Dlg_readline.c62 static char *complete_command(const wchar_t *input, size_t len, bool is_help) in complete_command() function
351 char *completion = complete_command(word_start, word_len, is_help_command); in lg_complete()

12345