Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50060012 ANYOF_BLANK # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dregcomp.h939 #define ANYOF_BLANK ((CC_BLANK_) * 2) /* GNU extension: space and tab: non-vertical space */ macro
940 #define ANYOF_NBLANK ((ANYOF_BLANK) + 1)
H A Dregcomp.c8235 class_number = ANYOF_BLANK; in S_handle_possible_posix()