Lines Matching refs:punct
1881 const struct roff_node *link, *descr, *punct;
1887 punct = n->last;
1888 while (punct != link && punct->flags & NODE_DELIMC)
1889 punct = punct->prev;
1890 punct = punct->next;
1893 if ((descr = link->next) != NULL && descr != punct) {
1895 while (descr != punct) {
1910 while (punct != NULL) {
1912 term_word(p, punct->string);
1913 punct = punct->next;