Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Dsh.exec.c291 if (pv[0][0] == 0 || eq(pv[0], STRdot)) /* don't make ./xxx */ in doexec()
846 if (pv[0][0] == 0 || eq(pv[0], STRdot)) { /* don't make ./xxx */ in iscommand()
1022 if (pv[0][0] == 0 || eq(pv[0], STRdot)) { in tellmewhat()
1146 if (havhash && !eq(*pv, STRdot)) { in find_cmd()
H A Dsh.c1486 pv[i++] = Strsave(*cp ? cp : STRdot); in importpath()
2471 *blkp++ = Strsave(STRdot); in defaultpath()
2503 *blkp++ = Strsave(STRdot); in defaultpath()
H A Dtc.const.c108 Char STRdot[] = { '.', '\0' }; variable
H A Dtw.parse.c1952 !(nd = dnormalize(edir->len ? edir->s : STRdot, in expand_dir()