Home
last modified time | relevance | path

Searched refs:set_length (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/groff/src/include/
HDstringclass.h66 void set_length(int i);
/NextBSD/contrib/groff/src/preproc/refer/
HDrefer.cpp514 pending_line.set_length(pending_line.length() - 1); in do_file()
673 line.set_length(last_token_start - start); in split_punct()
1098 str.set_length(end - start); in trim_blanks()
HDlabel.y812 result.set_length(result.length() - 1); in evaluate()
1117 v.set_length(bytei + 1); in set()
HDref.cpp453 sort_fields.set_length(sort_fields.length() - 1); in compute_sort_key()
/NextBSD/contrib/groff/src/preproc/eqn/
HDmain.cpp139 linebuf.set_length(linebuf.length() - 1); // strip the '\0' in inline_equation()
HDlex.cpp804 token_buffer.set_length(token_buffer.length() - 1); in get_token()
861 token_buffer.set_length(token_buffer.length() - 1); in get_token()
/NextBSD/contrib/diff/src/
HDdiff3.c1294 scan_diff_line (char *scan_ptr, char **set_start, size_t *set_length, in scan_diff_line() argument
1312 *set_length = line_ptr - *set_start; in scan_diff_line()
1318 --*set_length; in scan_diff_line()
/NextBSD/contrib/groff/src/libs/libgroff/
HDstring.cpp259 void string::set_length(int i) in set_length() function in string
/NextBSD/contrib/groff/src/preproc/tbl/
HDmain.cpp63 unget_stack.set_length(len - 1); in get()
1345 args.set_length(args.length() - 1); in process_data()
/NextBSD/contrib/groff/src/preproc/pic/
HDlex.cpp1203 token_buffer.set_length(token_buffer.length() - 1); in get_token()
/NextBSD/contrib/groff/src/devices/grohtml/
HDpost-html.cpp4329 sbuf.set_length(last_sbuf_length); in overstrike()
4335 sbuf.set_length(last_sbuf_length); /* remove previous glyph */ in overstrike()