Home
last modified time | relevance | path

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

/openbsd-src/bin/csh/
H A Dexec.c211 if (pv[0][0] == 0 || eq(pv[0], STRdot)) /* don't make ./xxx */ in doexec()
508 if (pv[0][0] == 0 || eq(pv[0], STRdot)) { /* don't make ./xxx */ in iscommand()
687 if (pv[0][0] == 0 || eq(pv[0], STRdot)) { in tellmewhat()
H A Dconst.c72 Char STRdot[] = { '.', '\0' }; variable