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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A Dbytecode.h12 #define BGET_FGETC() bl_getc(bstate->bs_fdata) macro
16 #define BGET_U8(arg) arg = BGET_FGETC()
51 arg = BGET_FGETC(); \
59 do { arg = BGET_FGETC(); } while (arg != '\n' && arg != EOF)
73 for (arg = PL_tokenbuf; (*arg = BGET_FGETC()); arg++) /* nothing */; \
H A Dbyterun.c67 while ((insn = BGET_FGETC()) != EOF) {

Completed in 33 milliseconds