Searched defs:REG_ICASE (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/include/
H A Dregex.h48 #define REG_ICASE 0x00000004 /* ignore case in match */ macro
/ast/src/cmd/re/
H A Dtestregex.c225 T(" i REG_ICASE ignore case\n");
354 #ifndef REG_ICASE
435 #ifndef REG_ICASE
436 #define REG_ICASE NOTEST macro
1626 cflags |= REG_ICASE;

Completed in 84 milliseconds