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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibzvbi-teletextdec.c46 int subno; member in struct:TeletextPage
290 vbi_subno subno; local
297 pgno_str, ev->ev.ttx_page.subno & 0xFF);
306 ev->ev.ttx_page.subno,
321 vpt = vbi_classify_page(ctx->vbi, ev->ev.ttx_page.pgno, &subno, &lang);
335 cur_page->subno = ev->ev.ttx_page.subno;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregcomp.c728 int subno; /* capturing-parens or backref number */ local
738 subno = 0; /* just to shut lint up */
871 subno = v->nsubexp;
872 if ((size_t)subno >= v->nsubs)
873 moresubs(v, subno);
874 assert((size_t)subno < v->nsubs);
890 v->subs[subno] = atom;
893 t->subno = subno;
906 subno
[all...]
H A Dregexec.c498 assert(t->subno > 0);
499 v->pmatch[t->subno].rm_so = -1;
500 v->pmatch[t->subno].rm_eo = -1;
520 int n = sub->subno;
563 assert(t->subno > 0);
722 assert(t->subno > 0);
933 int n = t->subno;
H A Dregguts.h377 int subno; /* subexpression number (for 'b' and '(') */ member in struct:subre
H A Drege_dfa.c550 return (sub->subno) ? (end != NULL) : (end == NULL);

Completed in 38 milliseconds