Home
last modified time | relevance | path

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

/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.c2844 #define POST_SENTENCE(c) ((c) == ')' || (c) == '\'' || (c) == '"' \ macro
2863 && loc != meta_char_pos && POST_SENTENCE (output_paragraph[loc])) in end_of_sentence_p()
/netbsd/external/gpl2/texinfo/dist/
H A DChangeLog.466383 * makeinfo/makeinfo.c (POST_SENTENCE): Rename from post_sentence.