Home
last modified time | relevance | path

Searched refs:globone (Results 1 – 12 of 12) sorted by relevance

/freebsd-9-stable/contrib/tcsh/
Dsh.exp.c600 return (ignore & TEXP_NOGLOB ? Strsave(cp) : globone(cp, G_APPEND)); in exp6()
683 ep = globone(dp, G_APPEND); in filetest()
Dsh.decls.h193 extern Char *globone (Char *, int);
Dtw.comp.c373 if ((p = globone(res, G_APPEND)) != NULL) { in tw_result()
Dsh.dir.c599 cp = old ? Strsave(cp) : globone(cp, G_ERROR); in dfollow()
1376 fname = globone(fname, G_ERROR); in recdirs()
Dsh.func.c422 lp = globone(v[1], G_ERROR); in dogoto()
468 lp = globone(cp, G_ERROR); in doswitch()
1391 lp = globone(lp, G_APPEND); in dosetenv()
Dsh.glob.c479 globone(Char *str, int action) in globone() function
Dsh.sem.c812 blk[0] = globone(buf, G_ERROR); in splicepipe()
Dsh.exec.c1006 sp->word = cmd = globone(sp->word, G_IGNORE); in tellmewhat()
Dsh.hist.c1250 fname = globone(fname, G_ERROR); in rechist()
Dsh.set.c355 v->vec[subscr - 1] = globone(p, G_APPEND); in asx()
Dtc.os.c143 Char *val = globone(cmdargs[i], G_ERROR);/*FIXRESET*/ in dosetpath()
Dsh.c2176 f = globone(*t++, G_ERROR); in dosource()