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

/ast/src/lib/libast/regex/
H A Dregnexec.c650 collmatch(Rex_t* rex, unsigned char* s, unsigned char* e, unsigned char** p) function
969 for (i = 0; s < e && i < n && collmatch(rex, s, e, &t); i++)
995 if (!collmatch(rex, s, e, &t))
1009 if (s >= e || !collmatch(rex, s, e, &s))

Completed in 11 milliseconds