Searched refs:MAX_REGNUM (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c1607 #define MAX_REGNUM 255
1609 /* But patterns can have more than `MAX_REGNUM' registers. We just
2364 if (regnum <= MAX_REGNUM)
2375 /* If we've reached MAX_REGNUM groups, then this open
2432 /* If we've reached MAX_REGNUM groups, then this open
2439 if (this_group_regnum <= MAX_REGNUM)
5332 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
1596 #define MAX_REGNUM macro
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c1679 #define MAX_REGNUM 255
1681 /* But patterns can have more than `MAX_REGNUM' registers. We just
2510 if (regnum <= MAX_REGNUM)
2521 /* If we've reached MAX_REGNUM groups, then this open
2576 /* If we've reached MAX_REGNUM groups, then this open
2583 if (this_group_regnum <= MAX_REGNUM)
5961 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
1667 #define MAX_REGNUM macro
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c2114 # define MAX_REGNUM 255
2116 /* But patterns can have more than `MAX_REGNUM' registers. We just
3696 if (regnum <= MAX_REGNUM)
3708 /* If we've reached MAX_REGNUM groups, then this open
3765 /* If we've reached MAX_REGNUM groups, then this open
3772 if (this_group_regnum <= MAX_REGNUM)
7690 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
2103 # define MAX_REGNUM macro

Completed in 202 milliseconds