Lines Matching refs:punct
1370 const struct roff_node *link, *descr, *punct;
1376 punct = n->last;
1377 while (punct != link && punct->flags & NODE_DELIMC)
1378 punct = punct->prev;
1379 punct = punct->next;
1383 if (descr == punct)
1390 } while (descr != punct);
1400 while (punct != NULL) {
1401 md_word(punct->string);
1402 punct = punct->next;