Searched refs:starting_a_command (Results 1 – 9 of 9) sorted by relevance
4 1 starting_a_command %d\n
50 extern int starting_a_command (Char *, Char *);
857 (!cmdonly || starting_a_command(argptr, InputBuf))) { in SpellLine()934 if (!MISMATCH(*argptr) && starting_a_command(argptr, InputBuf)) { in CompleteLine()
232 looking = starting_a_command(qline.s + word - 1, qline.s) ? in tenematch()795 starting_a_command(Char *wordstart, Char *inputline) in starting_a_command() function