Home | History | Annotate | Download | only in ksh

Lines Matching defs:is_command

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;
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;