Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D502100119 IN_LC_COMPILETIME # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
Dperl.h7449 # define IN_LC_COMPILETIME(category) \ macro
7457 (IN_LC_COMPILETIME(category) || IN_LC_RUNTIME(category))
7517 # define IN_LC_COMPILETIME(category) 0 macro
Dop.c4933 if (IN_LC_COMPILETIME(LC_CTYPE)) in S_fold_constants()
4943 if (IN_LC_COMPILETIME(LC_COLLATE)) in S_fold_constants()
4950 if (IN_LC_COMPILETIME(LC_NUMERIC)) in S_fold_constants()
7266 if (IN_LC_COMPILETIME(LC_CTYPE)) { in Perl_newPMOP()