Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D501700817 isIDCONT # U
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dmisc479 # undef isIDCONT
642 __UNDEFINED__ isIDCONT(c) isWORDCHAR(c)
710 __UNDEFINED__ isIDCONT_A(c) isIDCONT(c)
1660 isIDCONT(ord)
1663 RETVAL = isIDCONT(ord);
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007226 isIDCONT # T
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dppport.h13027 # undef isIDCONT
13264 #ifndef isIDCONT
13265 # define isIDCONT(c) isWORDCHAR(c) macro
13430 # define isIDCONT_A(c) isIDCONT(c)
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/
DChanges182 * Added isIDCONT, to match legal non-initial characters in an
/openbsd/src/gnu/usr.bin/perl/
Dhandy.h2139 #define isIDCONT(c) isWORDCHAR(c) macro
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc290 Amd|bool|isIDCONT|UV ch
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs5887 RETVAL = isIDCONT(ord);