Home
last modified time | relevance | path

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

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