Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c241 x_print_expansions(int nwords, char * const *words, bool is_command) in x_print_expansions() argument
252 if (!is_command && in x_print_expansions()
618 bool is_command; in x_cf_glob() local
620 len = x_locate_word(buf, buflen, pos, startp, &is_command); in x_cf_glob()
622 is_command = false; in x_cf_glob()
628 if (len == 0 && is_command) in x_cf_glob()
680 nwords = is_command ? in x_cf_glob()
689 if (is_command) in x_cf_glob()