Home
last modified time | relevance | path

Searched refs:start_here (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/groff/src/roff/troff/
HDenv.h245 void hyphenate_line(int start_here = 0);
335 void possibly_break_line(int start_here = 0, int forced = 0);
HDenv.cpp1977 void environment::hyphenate_line(int start_here) in hyphenate_line() argument
1982 if (start_here) in hyphenate_line()
2072 void environment::possibly_break_line(int start_here, int forced) in possibly_break_line() argument
2082 hyphenate_line(start_here); in possibly_break_line()
/trueos/contrib/groff/
HDChangeLog.1171191 environment::hyphenate_line): Introducing `start_here' parameter.