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

/haiku/src/build/libgnuregex/
H A Dregex.c972 #define MAX_REGNUM 255
974 /* But patterns can have more than `MAX_REGNUM' registers. We just
1608 if (regnum <= MAX_REGNUM)
1619 /* If we've reached MAX_REGNUM groups, then this open
1672 /* If we've reached MAX_REGNUM groups, then this open
1679 if (this_group_regnum <= MAX_REGNUM)
4543 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
964 #define MAX_REGNUM macro

Completed in 49 milliseconds