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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c128 int xplicit, const char *nextp);
802 * xplicit int If non-zero, the first character must be matched
811 int xplicit, const char *nextp)
834 if(xplicit)
861 if(!xplicit && *fptr) {
877 if(xplicit || !ef_matches_range(*fptr++, ++pptr, &pptr))
903 xplicit = 0;
810 ef_string_matches_pattern(const char *file, const char *pattern, int xplicit, const char *nextp) argument

Completed in 65 milliseconds