Searched defs:ppsearch (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libpp/
H A Dppsearch.c595 ppsearch(char* file, int type, int flags) function
664 if ((fd = ppsearch(fp->name + 4, type, flags|SEARCH_TEST)) < 0)
670 fd = ppsearch(fp->name + 4, type, flags|SEARCH_NEXT);
686 if ((fd = ppsearch(fp->name, type, flags)) >= 0)
691 return ppsearch(fp->name, type, flags);

Completed in 42 milliseconds