Searched refs:start_here (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/groff-38/groff/src/roff/troff/
H A Denv.h245 void hyphenate_line(int start_here = 0);
335 void possibly_break_line(int start_here = 0, int forced = 0);
H A Denv.cpp1977 void environment::hyphenate_line(int start_here) argument
1982 if (start_here)
2072 void environment::possibly_break_line(int start_here, int forced) argument
2082 hyphenate_line(start_here);

Completed in 152 milliseconds