Searched refs:nextvalue (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c3553 register UV nextvalue; local
3594 nextvalue = RExC_parse < RExC_end ? UCHARAT(RExC_parse) : 0;
3596 if (!SIZE_ONLY && POSIXCC(nextvalue))
3619 nextvalue = RExC_parse < RExC_end ? UCHARAT(RExC_parse) : 0;
3620 if (value == '[' && POSIXCC(nextvalue))

Completed in 24 milliseconds