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

  /src/external/gpl2/groff/dist/src/roff/troff/
env.h 165 int sentence_space_size; // same but for spaces at the end of sentences member in class:environment
303 int get_sentence_space_size() { return sentence_space_size; }
env.cpp 630 sentence_space_size(12),
722 sentence_space_size(e->sentence_space_size),
803 sentence_space_size = e->sentence_space_size;
1289 curenv->sentence_space_size = n;
1291 curenv->sentence_space_size = curenv->space_size;

Completed in 19 milliseconds