Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.h143 int node_list_ends_sentence(node *);
H A Denv.cpp428 if (node_list_ends_sentence(line) == 1) in space_newline()
432 if (node_list_ends_sentence(line) == 1) in space_newline()
460 && node_list_ends_sentence(p->next) == 1) { in space()
H A Dnode.cpp3300 int node_list_ends_sentence(node *n) in node_list_ends_sentence() function
3318 return node_list_ends_sentence(none); in ends_sentence()