Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/csh/
H A Dsh.char.h57 #define isglob(c) cmap(c, _GLOB) macro
H A Dsh.glob.c200 while (!isglob(*cs)) { in expand()
641 if (isglob(c)) in tglob()