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

/freebsd-9.3-release/usr.bin/sed/
H A Ddefs.h64 int icase; /* True if I flag */ member in struct:s_subst
H A Dcompile.c341 cmd->u.s->re = compile_re(re, cmd->u.s->icase);
567 s->icase = 0;
587 s->icase = 1;
777 int icase; local
779 icase = 0;
792 icase = 1;
798 a->u.r = compile_re(re, icase);
/freebsd-9.3-release/usr.bin/grep/regex/
H A Dtre-fastmatch.c220 if (fg->icase) \
238 if (fg->icase) \
272 fg->qsBc_table = hashtable_init(fg->wlen * (fg->icase ? 8 : 4), \
286 if (fg->icase) \
302 fg->qsBc_table = hashtable_init(fg->wlen * (fg->icase ? 8 : 4), \
316 if (fg->icase) \
377 if (fg->icase) \
392 if (fg->icase) \
465 fg->icase = (cflags & REG_ICASE); \
471 if (fg->icase
[all...]
H A Dfastmatch.h30 bool icase; member in struct:__anon10766
/freebsd-9.3-release/lib/libc/regex/
H A Dregex2.h122 int icase; member in struct:__anon5134
154 else if (cs->icase)
H A Dregcomp.c702 cs->icase = 1;
1160 cs->icase == 0)
1186 if (cs->icase) {
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregex_internal.c23 RE_TRANSLATE_TYPE trans, int icase,
48 re_string_allocate (pstr, str, len, init_len, trans, icase, dfa)
51 int len, init_len, icase;
62 re_string_construct_common (str, len, pstr, trans, icase, dfa);
79 re_string_construct (pstr, str, len, trans, icase, dfa)
82 int len, icase;
88 re_string_construct_common (str, len, pstr, trans, icase, dfa);
98 if (icase)
179 re_string_construct_common (str, len, pstr, trans, icase, dfa)
184 int icase;
[all...]
H A Dregex_internal.h346 unsigned char icase; member in struct:re_string_t
372 RE_TRANSLATE_TYPE trans, int icase,
377 int icase, const re_dfa_t *dfa)
H A Dregcomp.c321 re_set_fastmap (char *fastmap, int icase, int ch)
324 if (icase)
339 int icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE));
347 re_set_fastmap (fastmap, icase, dfa->nodes[node].opr.c);
376 re_set_fastmap (fastmap, icase, ch);
401 re_set_fastmap (fastmap, icase, ch);
407 re_set_fastmap (fastmap, icase, i);
416 re_set_fastmap (fastmap, icase, *(unsigned char *) buf);
319 re_set_fastmap(char *fastmap, int icase, int ch) argument
337 int icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); local
H A Dregexec.c4081 if (pstr->icase)
/freebsd-9.3-release/lib/libstand/
H A Dcd9660.c229 int i, icase; local
238 icase = 1;
240 icase = 0;
246 if (!icase && toupper(*path) == *cp)
/freebsd-9.3-release/contrib/sendmail/src/
H A Dutil.c1584 ** icase -- ignore case?
1594 strcontainedin(icase, a, b)
1595 bool icase;
1606 if (icase && isascii(c) && isupper(c))
1610 if (icase)

Completed in 4000 milliseconds