Home
last modified time | relevance | path

Searched refs:isPRINT_LC (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D500400024 isPRINT_LC # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500400080 isPRINT_LC # E
/openbsd/gnu/usr.bin/perl/
H A Dhandy.h2082 #define isPRINT_LC(c) generic_LC_(c, CC_PRINT_, isU8_PRINT_LC) macro
2242 #define isPRINT_LC_uvchr(c) generic_LC_invlist_uvchr_(isPRINT_LC, CC_PRINT_, c)
2478 generic_LC_invlist_utf8_safe_(isPRINT_LC, CC_PRINT_, p, e)
H A Dpp_sys.c3877 if ( isPRINT_LC(*s) || isSPACE_LC(*s)) { in PP()
H A Dsv.c1769 if (! isASCII(ch) && !isPRINT_LC(ch)) { in S_sv_display()
1796 else if (isPRINT_LC(ch)) in S_sv_display()
H A Dtoke.c13064 else if (isPRINT_LC(yychar)) { in Perl_yyerror_pvn()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc329 Amd|bool|isPRINT_LC|UV ch
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlclib.pod247 isprint(c) isPRINT(c) isPRINT_L1(c) isPRINT_LC(c)
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs6230 RETVAL = isPRINT_LC(ord);