Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.glob.c42 #define G_GLOB 1 /* string contains *?[] characters */ macro
497 if (noglob || (gflg & G_GLOB) == 0) { in globone()
503 else if (noglob || (gflg & G_GLOB) == 0) in globone()
554 if (!noglob && (gflg & G_GLOB)) { in globall()
645 gflag |= G_GLOB; in tglob()