Home
last modified time | relevance | path

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

/netbsd/src/bin/csh/
Dfunc.c796 static Char STRswitch[] = {'s', 'w', 'i', 't', 'c', 'h', '\0'}; in keyword() local
804 || (Strcmp(wp, STRswitch) == 0)) in keyword()