Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dexec.c222 if (pv[0][0] == 0 || eq(pv[0], STRdot)) /* don't make ./xxx */ in doexec()
532 if (pv[0][0] == 0 || eq(pv[0], STRdot)) { /* don't make ./xxx */ in iscommand()
713 if (pv[0][0] == 0 || eq(pv[0], STRdot)) { in tellmewhat()
H A Dconst.c82 Char STRdot[] = { '.', '\0' }; variable
H A Dcsh.c707 pv[i++] = Strsave(*cp ? cp : STRdot); in importpath()
1427 *blkp++ = Strsave(STRdot); in defaultpath()