Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.exec.c287 if (pv[0][0] == 0 || eq(pv[0], STRdot)) /* don't make ./xxx */ in doexec()
842 if (pv[0][0] == 0 || eq(pv[0], STRdot)) { /* don't make ./xxx */ in iscommand()
1018 if (pv[0][0] == 0 || eq(pv[0], STRdot)) { in tellmewhat()
1143 if (havhash && !eq(*pv, STRdot)) { in find_cmd()
H A Dsh.c1495 pv[i++] = Strsave(*cp ? cp : STRdot); in importpath()
2484 *blkp++ = Strsave(STRdot); in defaultpath()
2516 *blkp++ = Strsave(STRdot); in defaultpath()
H A Dtc.const.c105 Char STRdot[] = { '.', '\0' }; variable
H A Dtw.parse.c1947 !(nd = dnormalize(edir->len ? edir->s : STRdot, in expand_dir()