Home
last modified time | relevance | path

Searched refs:inst2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bc/src/
H A Dprogram.c1725 uchar inst2; in bc_program_incdec() local
1741 inst2 = BC_INST_ASSIGN_PLUS_NO_VAL + (inst & 0x01); in bc_program_incdec()
1744 bc_program_assign(p, inst2); in bc_program_incdec()