/src/bin/ksh/ |
edit.c | 39 int *startp, int *is_command)); 454 x_print_expansions(nwords, words, is_command) 457 int is_command; 468 if (!is_command 786 int is_command; local in function:x_cf_glob 788 len = x_locate_word(buf, buflen, pos, startp, &is_command); 790 is_command = 0; 795 if (len == 0 && is_command) 798 nwords = (is_command ? x_command_glob : x_file_glob)(flags, 806 *is_commandp = is_command; [all...] |
emacs.c | 1738 int is_command; local in function:x_expand 1743 &start, &end, &words, &is_command); 1774 int is_command; local in function:do_complete 1778 &start, &end, &words, &is_command); 1786 x_print_expansions(nwords, words, is_command); 1809 x_print_expansions(nwords, words, is_command);
|
vi.c | 2006 int is_command; local in function:complete_word 2030 &start, &end, &words, &is_command); 2041 x_print_expansions(nwords, words, is_command); 2049 if (is_command) { 2110 int is_command; local in function:print_expansions 2114 &start, &end, &words, &is_command); 2119 x_print_expansions(nwords, words, is_command);
|