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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A Dbyterun.h21 int bs_obj_list_fill; member in struct:byteloader_state
H A DByteLoader.xs91 bstate.bs_obj_list_fill = -1;
H A Dbytecode.h329 ((I32)ix > bstate->bs_obj_list_fill ? \
334 (bstate->bs_ix > bstate->bs_obj_list_fill ? \
H A Dbyterun.c39 if (ix > bstate->bs_obj_list_fill) {
41 bstate->bs_obj_list_fill = ix + 31;
56 bstate->bs_obj_list_fill = 31;

Completed in 19 milliseconds