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

/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-compile.c114 int next_tag; member in struct:__anon2314
157 int next_tag = 1; /* Next tag to use after this one. */ local
305 tag = next_tag;
307 next_tag++;
322 DPRINT(("Catenation, next_tag = %d\n", next_tag));
334 STACK_PUSHX(stack, long, (long)(next_tag + left->num_tags));
336 next_tag + left->num_tags));
340 DPRINT((" Reserving next_tag %d to right child\n",
341 next_tag));
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grohtml/
H A Dpost-html.cpp1977 TAG_ALIGNMENT next_tag; member in class:html_printer
2204 if (next_tag == INLINE) {
2212 switch (next_tag) {
2228 next_tag = INLINE;
2266 next_tag = CENTERED;
2276 next_tag = RIGHT;
2286 next_tag = LEFT;
2345 next_tag = INLINE;
4176 next_tag(INLINE),

Completed in 71 milliseconds