Searched refs:STRdot (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.const.c106 Char STRdot[] = { '.', '\0' }; variable
H A Dsh.exec.c291 if (pv[0][0] == 0 || eq(pv[0], STRdot)) /* don't make ./xxx */
845 if (pv[0][0] == 0 || eq(pv[0], STRdot)) { /* don't make ./xxx */
1021 if (pv[0][0] == 0 || eq(pv[0], STRdot)) {
1142 if (havhash && !eq(*pv, STRdot)) {
H A Dsh.c1467 pv[i++] = Strsave(*cp ? cp : STRdot);
2448 *blkp++ = Strsave(STRdot);
2480 *blkp++ = Strsave(STRdot);
H A Dtw.parse.c1948 !(nd = dnormalize(edir->len ? edir->s : STRdot,

Completed in 73 milliseconds