Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dedit.c359 x_print_expansions(int nwords, char *const *words, int is_command) in x_print_expansions() argument
366 if (!is_command && in x_print_expansions()
723 int is_command; in x_cf_glob() local
725 len = x_locate_word(buf, buflen, pos, startp, &is_command); in x_cf_glob()
727 is_command = 0; in x_cf_glob()
732 if (len == 0 && is_command) in x_cf_glob()
735 if (is_command) in x_cf_glob()
745 *is_commandp = is_command; in x_cf_glob()
H A Dvi.c2083 int is_command; in complete_word() local
2107 &start, &end, &words, &is_command); in complete_word()
2118 x_print_expansions(nwords, words, is_command); in complete_word()
2126 if (is_command) { in complete_word()
2183 int is_command; in print_expansions() local
2187 &start, &end, &words, &is_command); in print_expansions()
2192 x_print_expansions(nwords, words, is_command); in print_expansions()
H A Demacs.c1706 int is_command; in x_expand() local
1710 &start, &end, &words, &is_command); in x_expand()
1739 int is_command; in do_complete() local
1743 &start, &end, &words, &is_command); in do_complete()
1751 x_print_expansions(nwords, words, is_command); in do_complete()
1774 x_print_expansions(nwords, words, is_command); in do_complete()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dgdbremote.py1392 is_command = False
1396 is_command = direction == 'send'
1406 if is_command:
1414 if is_command:
1438 if is_command:
1443 if is_command:
1479 if last_time and not is_command:
1488 if not is_command: