Searched refs:lastptr (Results 1 – 3 of 3) sorted by relevance
50 stackptr(NULL), lastptr(NULL), out(op), space_emitted(TRUE), in html_text()291 lastptr = NULL; in flush_text()353 if (((t == P_TAG) || (t == PRE_TAG)) && (lastptr != NULL)) { in do_push()357 lastptr->next = p; in do_push()358 lastptr = p; in do_push()363 lastptr = p; in do_push()514 lastptr = NULL; in shutdown()536 lastptr = NULL; in shutdown()874 lastptr = NULL; in remove_def()882 lastptr = l; in remove_def()[all …]
108 tag_definition *lastptr; /* the end of the stack */ variable
188 static int lastptr[FIND_MAX]; local189 for (i = lastptr[find];;) {233 if (i == lastptr[find])242 lastptr[find] = i;