Lines Matching defs:two
444 * One byte code, two bytes argument *
475 * One byte codes, two arguments, n bytes *
530 * is represented as two bytes, lower and upper case */
1793 int lo, hi, two;
1800 two = ((length > 0x7f) != 0) + 1;
1801 if (two == 2) {
1807 if (rec_check(inf, two) == 0) {
1809 if (two == 2)
1853 rec_byte_byte(inf, 0, 0); /* Reserve two bytes for retry address */
2345 * repetition, just reserve two bytes for the jump address. */