Searched defs:PERL_NON_CORE_CHECK_EMPTY (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dinline.h1465 # define PERL_NON_CORE_CHECK_EMPTY(s,e) assert((e) > (s)) macro
1467 # define PERL_NON_CORE_CHECK_EMPTY(s,e) if ((e) <= (s)) return FALSE macro

Completed in 99 milliseconds