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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A Dbytecode.h332 bstate->bs_ix = ix+1)
334 (bstate->bs_ix > bstate->bs_obj_list_fill ? \
335 bset_obj_store(aTHX_ bstate, obj, bstate->bs_ix) : \
336 (bstate->bs_obj_list[bstate->bs_ix] = obj), \
337 bstate->bs_ix++)
H A Dbyterun.h22 int bs_ix; member in struct:byteloader_state
H A Dbyterun.c58 bstate->bs_ix = 1;

Completed in 24 milliseconds