Home
last modified time | relevance | path

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

/openbsd/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
H A Dcsh.c662 pv[i++] = Strsave(*cp ? cp : STRdot); in importpath()