Searched refs:do_push (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Dstack.c19 do_push (stack, elem, isstring) function
41 do_push (stack, elem, 0);
51 do_push (stack, elem, 1);
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dhtml-text.h123 void do_push (tag_definition *p);
H A Dhtml-text.cpp328 * do_push - places, tag_definition, p, onto the stack
331 void html_text::do_push (tag_definition *p) function in class:html_text
339 fprintf(stderr, "\nentering do_push (");
367 fprintf(stderr, "exiting do_push\n");
387 do_push(p);
405 do_push(p);

Completed in 47 milliseconds