t_regex_att.c | 260 geterror(const char *s, int *comp, int *exec) 268 #define EXEC 2 269 { "OK", 0, COMP|EXEC }, 271 _DO(NOMATCH, EXEC) 282 _DO(ESPACE, EXEC) 296 *exec = 0; 301 if (nv[i].ce & EXEC) 302 *exec = nv[i].v; 489 int comp, exec; local in function:att_test 491 geterror(matches, &comp, &exec); [all...] |