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

/freebsd-11-stable/contrib/tcsh/
H A Dtc.const.c105 Char STRdot[] = { '.', '\0' }; variable
H A Dsh.exec.c287 if (pv[0][0] == 0 || eq(pv[0], STRdot)) /* don't make ./xxx */
842 if (pv[0][0] == 0 || eq(pv[0], STRdot)) { /* don't make ./xxx */
1018 if (pv[0][0] == 0 || eq(pv[0], STRdot)) {
1142 if (havhash && !eq(*pv, STRdot)) {
H A Dsh.c1491 pv[i++] = Strsave(*cp ? cp : STRdot);
2476 *blkp++ = Strsave(STRdot);
2508 *blkp++ = Strsave(STRdot);
H A Dtw.parse.c1948 !(nd = dnormalize(edir->len ? edir->s : STRdot,

Completed in 153 milliseconds