Home
last modified time | relevance | path

Searched refs:POSIXCC (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dregcomp.c3387 #define POSIXCC(c) (POSIXCC_DONE(c) || POSIXCC_NOTYET(c)) macro
3396 POSIXCC(UCHARAT(RExC_parse))) { in S_regpposixcc()
3551 if (!SIZE_ONLY && POSIXCC(UCHARAT(RExC_parse))) { in S_checkposixcc()
3622 if (!SIZE_ONLY && POSIXCC(nextvalue)) in S_regclass()
3646 if (value == '[' && POSIXCC(nextvalue)) in S_regclass()