Searched refs:is_command (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/bin/ksh/ |
H A D | edit.h | 56 void x_print_expansions ARGS((int nwords, char *const *words, int is_command));
|
H A D | emacs.c | 1738 int is_command; local 1743 &start, &end, &words, &is_command); 1774 int is_command; local 1778 &start, &end, &words, &is_command); 1786 x_print_expansions(nwords, words, is_command); 1809 x_print_expansions(nwords, words, is_command);
|
H A D | vi.c | 2006 int is_command; local 2030 &start, &end, &words, &is_command); 2041 x_print_expansions(nwords, words, is_command); 2049 if (is_command) { 2110 int is_command; local 2114 &start, &end, &words, &is_command); 2119 x_print_expansions(nwords, words, is_command);
|
/netbsd-src/external/gpl3/gdb/dist/sim/common/ |
H A D | ChangeLog-2021 | 962 is_command is non-zero. 7038 * sim-options.c (sim_print_help): Add is_command argument. Don't 7112 * cgen-scache.c (scache_option_handler): Add is_command arg. 7114 * sim-model.c (model_option_handler): Add is_command argument. 7116 * sim-profile.c (profile_option_handler): Add is_command arg.
|