Home
last modified time | relevance | path

Searched refs:G_APPEND (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.exp.c597 return (ignore & TEXP_NOGLOB ? Strsave(cp) : globone(cp, G_APPEND)); in exp6()
680 ep = globone(dp, G_APPEND); in filetest()
H A Dtw.comp.c370 if ((p = globone(res, G_APPEND)) != NULL) { in tw_result()
H A Dsh.glob.c404 case G_APPEND: in handleone()
H A Dsh.h543 #define G_APPEND 2 /* make a sentence by cat'ing the words */ macro
H A Dsh.set.c365 v->vec[subscr - 1] = globone(p, G_APPEND); in asx()
H A Dsh.func.c1405 lp = globone(lp, G_APPEND); in dosetenv()