REG_ICASE
((np->action == IREGEX) ? REG_ICASE : 0) |
regflags |= REG_ICASE;
if (regcomp(&preg, pkwd, REG_BASIC | REG_ICASE | REG_NOSUB) != 0)
REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE));
flags |= REG_ICASE;
pflags = REG_ICASE | REG_EXTENDED | REG_NOSUB;
pflags &= ~REG_ICASE;
if ((p->g->cflags®_ICASE) && iswalpha(ch) && othercase(ch) != ch)
if (p->g->cflags®_ICASE)
REG_EXTENDED|REG_ICASE);
(void) regcomp(&job_re, job_expr, REG_EXTENDED|REG_ICASE);
(void) regcomp(&wjob_re, wjob_expr, REG_EXTENDED|REG_ICASE);
(void) regcomp(&whjob_re, whjob_expr, REG_EXTENDED|REG_ICASE);
(void) regcomp(&wline_re, wline_expr, REG_EXTENDED|REG_ICASE);
REG_EXTENDED|REG_ICASE);
(void) regcomp(&proc_re, proc_expr, REG_EXTENDED|REG_ICASE);
(void) regcomp(&idle_re, idle_expr, REG_EXTENDED|REG_ICASE);
(void) regcomp(&doc1_re, doc1_expr, REG_EXTENDED|REG_ICASE);
(void) regcomp(&doc2_re, doc2_expr, REG_EXTENDED|REG_ICASE);
cflags |= REG_ICASE;
#ifndef REG_ICASE
#ifndef REG_ICASE