Home
last modified time | relevance | path

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

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