Home
last modified time | relevance | path

Searched refs:lastptr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml-text.cpp50 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 …]
H A Dhtml-text.h108 tag_definition *lastptr; /* the end of the stack */ variable
/netbsd-src/usr.sbin/lockstat/
H A Delf32.c188 static int lastptr[FIND_MAX]; local
189 for (i = lastptr[find];;) {
233 if (i == lastptr[find])
242 lastptr[find] = i;