Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp3717 static void node_list_split(node *p, int *wherep, node **prep, node **postp) in node_list_split() function
3722 node_list_split(p->next, wherep, prep, postp); in node_list_split()
3759 node_list_split(none, &where, prep, postp); in split()