Searched refs:globexpand (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.glob.c63 * Csh type globbing is handled in globexpand() and the rest is
70 static Char **globexpand (Char **, int);
295 globexpand(Char **v, int noglob) function
495 vo = globexpand(v, noglob);
547 vl = vo = globexpand(v, noglob);

Completed in 94 milliseconds