HomeSort by: relevance | last modified time | path
    Searched refs:ends_sentence (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/groff/dist/src/roff/troff/
charinfo.h 45 ENDS_SENTENCE = 1,
63 int ends_sentence();
119 inline int charinfo::ends_sentence() function in class:charinfo
121 return flags & ENDS_SENTENCE;
node.h 81 virtual int ends_sentence();
429 int ends_sentence();
468 int ends_sentence();
538 int ends_sentence();
577 int ends_sentence();
node.cpp 1784 int ends_sentence();
1794 int charinfo_node::ends_sentence() function in class:charinfo_node
1796 if (ci->ends_sentence())
1904 int ends_sentence();
1932 int ends_sentence();
2594 int ends_sentence();
2672 int italic_corrected_node::ends_sentence() function in class:italic_corrected_node
2674 return n->ends_sentence();
2736 int ends_sentence();
2796 int break_char_node::ends_sentence() function in class:break_char_node
3280 int node::ends_sentence() function in class:node
3285 int kern_pair_node::ends_sentence() function in class:kern_pair_node
3316 int dbreak_node::ends_sentence() function in class:dbreak_node
3860 int special_node::ends_sentence() function in class:special_node
3997 int tag_node::ends_sentence() function in class:tag_node
5293 int transparent_dummy_node::ends_sentence() function in class:transparent_dummy_node
5451 int left_italic_corrected_node::ends_sentence() function in class:left_italic_corrected_node
    [all...]
input.cpp 5108 int ends_sentence();
5119 int non_interpreted_node::ends_sentence() function in class:non_interpreted_node
6334 charset_table['.']->set_flags(charinfo::ENDS_SENTENCE);
6335 charset_table['?']->set_flags(charinfo::ENDS_SENTENCE);
6336 charset_table['!']->set_flags(charinfo::ENDS_SENTENCE);

Completed in 37 milliseconds