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

/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.cpp3702 void node::split(int /*where*/, node ** /*prep*/, node ** /*postp*/)
3715 static void node_list_split(node *p, int *wherep, node **prep, node **postp) argument
3720 node_list_split(p->next, wherep, prep, postp);
3722 p->next = *postp;
3723 *postp = p;
3727 p->split(*wherep, prep, postp);
3736 void dbreak_node::split(int where, node **prep, node **postp) argument
3740 *postp = post;
3757 node_list_split(none, &where, prep, postp);

Completed in 127 milliseconds