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

  /src/bin/csh/
glob.c 374 int gflgs, magic, match, nonomatch; local
376 gflgs = GLOB_NOMAGIC;
389 gflgs |= GLOB_NOCHECK;
393 switch (glob(ptr, gflgs, 0, &globv)) {
408 gflgs |= GLOB_APPEND;

Completed in 14 milliseconds