Home
last modified time | relevance | path

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

/external/llvm-project/lldb/examples/python/
Dgdbremote.py1383 is_command = False
1387 is_command = direction == 'send'
1397 if is_command:
1405 if is_command:
1429 if is_command:
1434 if is_command:
1470 if last_time and not is_command:
1479 if not is_command:
/external/tinyalsa_new/utils/
Dtinymix.c74 static int is_command(char *arg) { in is_command() function
82 if (is_command(argv[i])) { in find_command_position()
/external/mksh/src/
Dedit.c242 x_print_expansions(int nwords, char * const *words, bool is_command) in x_print_expansions() argument
253 if (!is_command && in x_print_expansions()
619 bool is_command; in x_cf_glob() local
621 len = x_locate_word(buf, buflen, pos, startp, &is_command); in x_cf_glob()
623 is_command = false; in x_cf_glob()
629 if (len == 0 && is_command) in x_cf_glob()
681 nwords = is_command ? in x_cf_glob()
690 if (is_command) in x_cf_glob()