Searched refs:get_length (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/groff/src/devices/grohtml/
H A Doutput.cpp135 * get_length - returns the number of characters buffered
138 int word_list::get_length (void) function in class:word_list
222 if ((col + n + last_word.get_length() + 1 > max_line_length) && (newlines)) {
236 if ((col + last_word.get_length() + 1 > max_line_length) && (newlines)) {
238 if (last_word.get_length() > 0) {
244 if (last_word.get_length() != 0) {
349 int len=last_word.get_length();
H A Dhtml.h41 int get_length (void);
/freebsd-10.2-release/sbin/camcontrol/
H A Dcamcontrol.c3411 int get_length = 1, first_pass = 1; local
3613 if (get_length != 0) {
3614 get_length = 0;
3637 get_length = 1;
3654 get_length = 1;
3670 get_length = 1;
3687 get_length = 1;
3706 get_length = 1;

Completed in 187 milliseconds