HomeSort by: relevance | last modified time | path
    Searched defs:globexpand (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/csh/
glob.c 82 * Csh type globbing is handled in globexpand() and the rest is
89 static Char **globexpand(Char **);
276 globexpand(Char **v) function in typeref:typename:Char **
436 vo = globexpand(v);
495 vl = vo = globexpand(v);

Completed in 47 milliseconds