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

/netbsd-current/games/quiz/
H A Dquiz.h42 #define RXP_LINE_SZ 8192 macro
H A Drxp.c82 static Rxp_t rxpbuf[RXP_LINE_SZ]; /* compiled regular expression buffer */
116 if (rp - rxpbuf >= RXP_LINE_SZ - 4) {
213 while (rp < rxpbuf + RXP_LINE_SZ && *rp != END)
268 static char buf[RXP_LINE_SZ/2];
278 while (rp < rxpbuf + RXP_LINE_SZ && *rp != END)

Completed in 84 milliseconds