Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
HDsh.exp.c594 return (ignore & TEXP_NOGLOB ? Strsave(cp) : globone(cp, G_APPEND)); in exp6()
678 ep = globone(dp, G_APPEND); in filetest()
HDtw.comp.c370 if ((p = globone(res, G_APPEND)) != NULL) { in tw_result()
HDsh.glob.c404 case G_APPEND: in handleone()
HDsh.h546 #define G_APPEND 2 /* make a sentence by cat'ing the words */ macro
HDsh.set.c364 v->vec[subscr - 1] = globone(p, G_APPEND); in asx()
HDsh.func.c1355 lp = globone(lp, G_APPEND); in dosetenv()