Searched refs:globone (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.exp.c | 597 return (ignore & TEXP_NOGLOB ? Strsave(cp) : globone(cp, G_APPEND)); in exp6() 680 ep = globone(dp, G_APPEND); in filetest()
|
H A D | sh.decls.h | 194 extern Char *globone (Char *, int);
|
H A D | tw.comp.c | 370 if ((p = globone(res, G_APPEND)) != NULL) { in tw_result()
|
H A D | sh.dir.c | 587 cp = old ? Strsave(cp) : globone(cp, G_ERROR); in dfollow() 1381 fname = globone(fname, G_ERROR); in recdirs()
|
H A D | sh.func.c | 418 lp = globone(v[1], G_ERROR); in dogoto() 464 lp = globone(cp, G_ERROR); in doswitch() 1405 lp = globone(lp, G_APPEND); in dosetenv()
|
H A D | sh.glob.c | 480 globone(Char *str, int action) in globone() function
|
H A D | sh.sem.c | 825 blk[0] = globone(buf, G_ERROR); in splicepipe()
|
H A D | sh.exec.c | 1003 sp->word = cmd = globone(sp->word, G_IGNORE); in tellmewhat()
|
H A D | sh.set.c | 365 v->vec[subscr - 1] = globone(p, G_APPEND); in asx()
|
H A D | sh.hist.c | 1262 fname = globone(fname, G_ERROR); in rechist()
|
H A D | tc.os.c | 139 Char *val = globone(cmdargs[i], G_ERROR);/*FIXRESET*/ in dosetpath()
|
H A D | sh.c | 2207 f = globone(*t++, G_ERROR); in dosource()
|