Searched refs:wordstart (Results 1 – 1 of 1) sorted by relevance
790 starting_a_command(Char *wordstart, Char *inputline) in starting_a_command() argument801 for (ptr = wordstart, count = 0; in starting_a_command()820 for (count = 0; wordstart >= inputline; wordstart--) { in starting_a_command()821 if (*wordstart == '\0') in starting_a_command()823 if (Strchr(ncmdstart, *wordstart)) { in starting_a_command()824 for (ptr = wordstart, bsl = 0; *(--ptr) == '\\'; bsl++); in starting_a_command()826 wordstart--; in starting_a_command()834 if ((ptr = Strchr(cmdalive, *wordstart)) != NULL) in starting_a_command()840 if (wordstart > inputline) in starting_a_command()841 switch (*wordstart) { in starting_a_command()[all …]