Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dstringclass.h68 void set_length(int i);
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c1377 scan_diff_line (scan_ptr, set_start, set_length, limit, leadingchar) in scan_diff_line() argument
1379 size_t *set_length;
1398 *set_length = line_ptr - *set_start;
1403 --*set_length;
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Drefer.cpp516 pending_line.set_length(pending_line.length() - 1); in do_file()
675 line.set_length(last_token_start - start); in split_punct()
1100 str.set_length(end - start); in trim_blanks()
H A Dlabel.y814 result.set_length(result.length() - 1); in evaluate()
1119 v.set_length(bytei + 1); in set()
H A Dref.cpp455 sort_fields.set_length(sort_fields.length() - 1); in compute_sort_key()
/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dmain.cpp141 linebuf.set_length(linebuf.length() - 1); // strip the '\0' in inline_equation()
H A Dlex.cpp806 token_buffer.set_length(token_buffer.length() - 1); in get_token()
863 token_buffer.set_length(token_buffer.length() - 1); in get_token()
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ddiff3.c1289 scan_diff_line (char *scan_ptr, char **set_start, size_t *set_length, in scan_diff_line() argument
1307 *set_length = line_ptr - *set_start; in scan_diff_line()
1313 --*set_length; in scan_diff_line()
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dstring.cpp261 void string::set_length(int i) in set_length() function in string
/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dmain.cpp65 unget_stack.set_length(len - 1); in get()
1347 args.set_length(args.length() - 1); in process_data()
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dlex.cpp1205 token_buffer.set_length(token_buffer.length() - 1); in get_token()
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp4331 sbuf.set_length(last_sbuf_length); in overstrike()
4337 sbuf.set_length(last_sbuf_length); /* remove previous glyph */ in overstrike()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git9718 [gdb/symtab] Redo "Fix assert in set_length"
9719 This reverts commit 1c04f72368c ("[gdb/symtab] Fix assert in set_length"), due
25855 t->set_length (sh->value);
102881 gdb: add type::length / type::set_length
102882 Add the `length` and `set_length` methods on `struct type`, in order to remove
105764 [gdb/symtab] Fix assert in set_length
105768 read.h:309: internal-error: set_length: \
111184 gdb/dwarf2/read.h:309: internal-error: set_length: \
113749 Move this logic into into a member function set_length to make sure it's used