Searched refs:isOCTAL_L1 (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h4382 isOCTAL_L1|5.013006|5.003007|p
13038 # undef isOCTAL_L1 macro
13302 #ifndef isOCTAL_L1
13303 # define isOCTAL_L1(c) isOCTAL(c) macro
/openbsd-current/gnu/usr.bin/perl/
H A Dhandy.h991 =for apidoc_item ||isOCTAL_L1|UV ch
994 The only two variants are C<isOCTAL_A> and C<isOCTAL_L1>; each is identical to
2496 #define isOCTAL_L1(c) isOCTAL_A(c) macro
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs5598 RETVAL = isOCTAL_L1(ord);

Completed in 196 milliseconds