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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c300 re_set_fastmap (char *fastmap, bool icase, int ch)
324 re_set_fastmap (fastmap, icase, dfa->nodes[node].opr.c);
344 re_set_fastmap (fastmap, false, buf[0]);
357 re_set_fastmap (fastmap, icase, ch);
380 re_set_fastmap (fastmap, icase, i);
401 re_set_fastmap (fastmap, false, (int) c);
415 re_set_fastmap (fastmap, icase, *(unsigned char *) buf);
420 re_set_fastmap (fastmap, false, *(unsigned char *) buf);
298 re_set_fastmap (char *fastmap, bool icase, int ch) function

Completed in 32 milliseconds