Home
last modified time | relevance | path

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

/original-bsd/bin/csh/
H A Dconst.c53 Char STRdot[] = { '.', '\0' }; variable
H A Dexec.c197 if (pv[0][0] == 0 || eq(pv[0], STRdot)) /* don't make ./xxx */
515 if (pv[0][0] == 0 || eq(pv[0], STRdot)) { /* don't make ./xxx */
695 if (pv[0][0] == 0 || eq(pv[0], STRdot)) {
H A Dcsh.c601 pv[i++] = Strsave(*cp ? cp : STRdot);
1316 *blkp++ = Strsave(STRdot); in defaultpath()