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

/macosx-10.10/pcre-7/pcre/
H A Dpcregrep.c1392 only_one_at_top TRUE if the path is the only one at toplevel
1402 grep_or_recurse(char *pathname, BOOL dir_recurse, BOOL only_one_at_top) argument
1424 (filenames > FN_DEFAULT || (filenames == FN_DEFAULT && !only_one_at_top))?
1556 (filenames == FN_DEFAULT && !only_one_at_top))? pathname : NULL);
1872 BOOL only_one_at_top; local
2432 only_one_at_top = i == argc - 1; /* Catch initial value of i */
2437 only_one_at_top);

Completed in 195 milliseconds