Home | History | Annotate | Download | only in regex

Lines Matching defs:regno

4274 	    int regno = *p++;	/* Get which register to match against.	 */
4275 DEBUG_PRINT2 ("EXECUTING duplicate %d.\n", regno);
4278 if (REG_UNSET (regstart[regno]) || REG_UNSET (regend[regno]))
4282 d2 = regstart[regno];
4289 dend2 = ((FIRST_STRING_P (regstart[regno])
4290 == FIRST_STRING_P (regend[regno]))
4291 ? regend[regno] : end_match_1);
4299 if (dend2 == regend[regno]) break;
4303 dend2 = regend[regno];