Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D50070017 isCNTRL_LC_uvchr # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500700177 isCNTRL_LC_uvchr # U
/openbsd/gnu/usr.bin/perl/
H A Dhandy.h2234 #define isCNTRL_LC_uvchr(c) (c < 256 ? isCNTRL_LC(c) : 0) macro
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc267 Amd|bool|isCNTRL_LC_uvchr|UV ch
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs5941 RETVAL = isCNTRL_LC_uvchr(ord);