HomeSort by: relevance | last modified time | path
    Searched defs:Rxp_t (Results 1 - 2 of 2) sorted by relevancy

  /src/games/quiz/
rxp.c 80 typedef short Rxp_t; /* type for regexp tokens */
82 static Rxp_t rxpbuf[RXP_LINE_SZ]; /* compiled regular expression buffer */
87 static int rxp__match(const char *, int, Rxp_t *, Rxp_t *, const char *);
98 static Rxp_t *rp;
100 Rxp_t *grp_ptr;
101 Rxp_t *alt_ptr;
200 Rxp_t *j_succ, /* jump here on successful alt match */
201 Rxp_t *j_fail, /* jump here on failed match */
204 static Rxp_t *rp
    [all...]
rxp.c 80 typedef short Rxp_t; /* type for regexp tokens */
82 static Rxp_t rxpbuf[RXP_LINE_SZ]; /* compiled regular expression buffer */
87 static int rxp__match(const char *, int, Rxp_t *, Rxp_t *, const char *);
98 static Rxp_t *rp;
100 Rxp_t *grp_ptr;
101 Rxp_t *alt_ptr;
200 Rxp_t *j_succ, /* jump here on successful alt match */
201 Rxp_t *j_fail, /* jump here on failed match */
204 static Rxp_t *rp
    [all...]

Completed in 22 milliseconds