Searched refs:regexp_flags (Results 1 – 3 of 3) sorted by relevance
60 int regexp_flags = REG_BASIC; /* use the "basic" regexp by default*/ variable85 regexp_flags |= REG_EXTENDED; in main()
122 extern int regexp_flags;
1460 regexp_flags | (option->flags & F_IGNCASE ? REG_ICASE : 0))) != 0) { in c_regex()