Lines Matching refs:punct
1597 const struct roff_node *link, *descr, *punct;
1603 punct = n->last;
1604 while (punct != link && punct->flags & NODE_DELIMC)
1605 punct = punct->prev;
1606 punct = punct->next;
1609 if ((descr = link->next) != NULL && descr != punct) {
1611 while (descr != punct) {
1623 while (punct != NULL) {
1624 print_word(punct->string);
1625 punct = punct->next;