Searched refs:globone (Results 1 – 12 of 12) sorted by relevance
| /freebsd-9-stable/contrib/tcsh/ |
| D | sh.exp.c | 600 return (ignore & TEXP_NOGLOB ? Strsave(cp) : globone(cp, G_APPEND)); in exp6() 683 ep = globone(dp, G_APPEND); in filetest()
|
| D | sh.decls.h | 193 extern Char *globone (Char *, int);
|
| D | tw.comp.c | 373 if ((p = globone(res, G_APPEND)) != NULL) { in tw_result()
|
| D | sh.dir.c | 599 cp = old ? Strsave(cp) : globone(cp, G_ERROR); in dfollow() 1376 fname = globone(fname, G_ERROR); in recdirs()
|
| D | sh.func.c | 422 lp = globone(v[1], G_ERROR); in dogoto() 468 lp = globone(cp, G_ERROR); in doswitch() 1391 lp = globone(lp, G_APPEND); in dosetenv()
|
| D | sh.glob.c | 479 globone(Char *str, int action) in globone() function
|
| D | sh.sem.c | 812 blk[0] = globone(buf, G_ERROR); in splicepipe()
|
| D | sh.exec.c | 1006 sp->word = cmd = globone(sp->word, G_IGNORE); in tellmewhat()
|
| D | sh.hist.c | 1250 fname = globone(fname, G_ERROR); in rechist()
|
| D | sh.set.c | 355 v->vec[subscr - 1] = globone(p, G_APPEND); in asx()
|
| D | tc.os.c | 143 Char *val = globone(cmdargs[i], G_ERROR);/*FIXRESET*/ in dosetpath()
|
| D | sh.c | 2176 f = globone(*t++, G_ERROR); in dosource()
|