Searched refs:nextb (Results 1 – 1 of 1) sorted by relevance
350 int nextb; // next byte member4170 rst.nextb = *OPERAND(next); in regmatch()4173 if (MB_ISUPPER(rst.nextb)) in regmatch()4174 rst.nextb_ic = MB_TOLOWER(rst.nextb); in regmatch()4176 rst.nextb_ic = MB_TOUPPER(rst.nextb); in regmatch()4179 rst.nextb_ic = rst.nextb; in regmatch()4183 rst.nextb = NUL; in regmatch()4674 if (rst->nextb == NUL || *rex.input == rst->nextb in regmatch()