Home
last modified time | relevance | path

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

/netbsd/src/bin/csh/
Dconst.c74 Char STRcentplus[] = { '%', '+', '\0' }; variable
Dproc.c1153 if (cp == 0 || cp[1] == 0 || eq(cp, STRcent2) || eq(cp, STRcentplus)) { in pfind()