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

/freebsd-10-stable/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;
780 int icase; local
782 icase = 0;
795 icase = 1;
801 a->u.r = compile_re(re, icase);
/freebsd-10-stable/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:__anon11932
/freebsd-10-stable/lib/libc/regex/
H A Dregex2.h122 int icase; member in struct:__anon5758
154 else if (cs->icase)
H A Dregcomp.c738 cs->icase = 1;
1196 cs->icase == 0)
1222 if (cs->icase) {
/freebsd-10-stable/contrib/libgnuregex/
H A Dregex_internal.c22 RE_TRANSLATE_TYPE trans, int icase,
41 RE_TRANSLATE_TYPE trans, int icase, const re_dfa_t *dfa)
50 re_string_construct_common (str, len, pstr, trans, icase, dfa);
69 RE_TRANSLATE_TYPE trans, int icase, const re_dfa_t *dfa)
73 re_string_construct_common (str, len, pstr, trans, icase, dfa);
83 if (icase)
172 RE_TRANSLATE_TYPE trans, int icase,
179 pstr->icase = icase ? 1 : 0;
180 pstr->mbs_allocated = (trans != NULL || icase);
39 re_string_allocate(re_string_t *pstr, const char *str, int len, int init_len, RE_TRANSLATE_TYPE trans, int icase, const re_dfa_t *dfa) argument
67 re_string_construct(re_string_t *pstr, const char *str, int len, RE_TRANSLATE_TYPE trans, int icase, const re_dfa_t *dfa) argument
170 re_string_construct_common(const char *str, int len, re_string_t *pstr, RE_TRANSLATE_TYPE trans, int icase, const re_dfa_t *dfa) argument
[all...]
H A Dregcomp.c292 re_set_fastmap (char *fastmap, int icase, int ch)
295 if (icase)
308 int icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE));
316 re_set_fastmap (fastmap, icase, dfa->nodes[node].opr.c);
348 re_set_fastmap (fastmap, icase, ch);
371 re_set_fastmap (fastmap, icase, i);
406 re_set_fastmap (fastmap, icase, *(unsigned char *) buf);
290 re_set_fastmap(char *fastmap, int icase, int ch) argument
306 int icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); local
H A Dregex_internal.h365 unsigned char icase; member in struct:re_string_t
H A Dregexec.c4139 if (pstr->icase)
/freebsd-10-stable/lib/libstand/
H A Dcd9660.c234 int i, icase; local
243 icase = 1;
245 icase = 0;
251 if (!icase && toupper(*path) == *cp)
/freebsd-10-stable/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 127 milliseconds