Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.glob.c67 static int globbrace (const Char *, Char ***);
150 globbrace(const Char *s, Char ***bl) in globbrace() function
247 if ((len = globbrace(s, &bl)) < 0) in expbrace()