Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.parse.c797 cmdalive[] = {' ', '\t', '\'', '"', '<', '>', '\0'}; in starting_a_command() local
835 if ((ptr = Strchr(cmdalive, *wordstart)) != NULL) in starting_a_command()