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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoop.c313 U8 hibit = 0; local
321 if ((hibit = !NATIVE_IS_INVARIANT(ch)))
324 if (hibit)
376 if (grows || hibit) {
379 if (grows && hibit)
406 U8 hibit = 0; local
413 if ((hibit = !NATIVE_IS_INVARIANT(ch)))
416 if (hibit)
426 if (hibit)
453 U8 hibit local
[all...]
H A Dsv.c3416 if all the bytes have hibit clear.
3426 if all the bytes have hibit clear. If C<flags> has C<SV_GMAGIC> bit set,
3440 int hibit = 0; local
3463 * had a FLAG in SVs to signal if there are any hibit
3471 if ((hibit = !NATIVE_IS_INVARIANT(ch)))
3474 if (hibit) {
3485 /* Mark as UTF-8 even if no hibit - saves scanning loop */

Completed in 46 milliseconds