Searched refs:re_set_fastmap (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c292 re_set_fastmap (char *fastmap, int icase, int ch)
316 re_set_fastmap (fastmap, icase, dfa->nodes[node].opr.c);
335 re_set_fastmap (fastmap, 0, buf[0]);
348 re_set_fastmap (fastmap, icase, ch);
371 re_set_fastmap (fastmap, icase, i);
392 re_set_fastmap (fastmap, false, (int) c);
406 re_set_fastmap (fastmap, icase, *(unsigned char *) buf);
411 re_set_fastmap (fastmap, false, *(unsigned char *) buf);
290 re_set_fastmap (char *fastmap, int icase, int ch) function

Completed in 80 milliseconds