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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregcomp.c206 chr nextvalue; /* value (if any) of next token */ member in struct:vars
811 pos = v->nextvalue;
847 onechr(v, v->nextvalue, lp, rp);
853 if (v->nextvalue == 1)
868 cap = (type == LACON) ? 0 : v->nextvalue;
901 INSIST(v->nextvalue < v->nsubs, REG_ESUBREG);
902 INSIST(v->subs[(int)v->nextvalue] != NULL, REG_ESUBREG);
904 assert(v->nextvalue > 0);
906 subno = v->nextvalue;
918 qprefer = (v->nextvalue)
[all...]
H A Dregc_lex.c42 #define SETV(c, n) (v->nexttype = (c), v->nextvalue = (n))
406 switch (v->nextvalue) {
633 switch (v->nextvalue) {

Completed in 49 milliseconds