Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dfunc.c797 static Char STRwhile[] = {'w', 'h', 'i', 'l', 'e', '\0'}; in keyword() local
803 if ((Strcmp(wp, STRif) == 0) || (Strcmp(wp, STRwhile) == 0) in keyword()