Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.exp.c594 return (ignore & TEXP_NOGLOB ? Strsave(cp) : globone(cp, G_APPEND)); in exp6()
678 ep = globone(dp, G_APPEND); in filetest()
H A Dsh.decls.h194 extern Char *globone (Char *, int);
H A Dtw.comp.c370 if ((p = globone(res, G_APPEND)) != NULL) { in tw_result()
H A Dsh.dir.c587 cp = old ? Strsave(cp) : globone(cp, G_ERROR); in dfollow()
1381 fname = globone(fname, G_ERROR); in recdirs()
H A Dsh.func.c418 lp = globone(v[1], G_ERROR); in dogoto()
464 lp = globone(cp, G_ERROR); in doswitch()
1355 lp = globone(lp, G_APPEND); in dosetenv()
H A Dsh.sem.c824 blk[0] = globone(buf, G_ERROR); in splicepipe()
H A Dsh.glob.c480 globone(Char *str, int action) in globone() function
H A Dsh.exec.c1003 sp->word = cmd = globone(sp->word, G_IGNORE); in tellmewhat()
H A Dsh.set.c364 v->vec[subscr - 1] = globone(p, G_APPEND); in asx()
H A Dtc.os.c139 Char *val = globone(cmdargs[i], G_ERROR);/*FIXRESET*/ in dosetpath()
H A Dsh.hist.c1286 fname = globone(fname, G_ERROR); in rechist()
H A Dsh.c2211 f = globone(*t++, G_ERROR); in dosource()