Searched refs:linelength (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | event-top.c | 601 static unsigned linelength = 0; in command_line_handler() local 621 linelength = 80; in command_line_handler() 622 linebuffer = (char *) xmalloc (linelength); in command_line_handler() 665 if (strlen (rl) + 1 + (p - linebuffer) > linelength) in command_line_handler() 667 linelength = strlen (rl) + 1 + (p - linebuffer); in command_line_handler() 668 nline = (char *) xrealloc (linebuffer, linelength); in command_line_handler() 737 if (strlen (history_value) > linelength) in command_line_handler() 739 linelength = strlen (history_value) + 1; in command_line_handler() 785 if (linelength > linesize) in command_line_handler() 787 line = xrealloc (line, linelength); in command_line_handler() [all …]
|
H A D | top.c | 1110 static unsigned linelength = 0; in command_line_input() local 1137 linelength = 80; in command_line_input() 1138 linebuffer = (char *) xmalloc (linelength); in command_line_input() 1203 if (strlen (rl) + 1 + (p - linebuffer) > linelength) in command_line_input() 1205 linelength = strlen (rl) + 1 + (p - linebuffer); in command_line_input() 1206 nline = (char *) xrealloc (linebuffer, linelength); in command_line_input() 1267 if (strlen (history_value) > linelength) in command_line_input() 1269 linelength = strlen (history_value) + 1; in command_line_input() 1306 if (linelength > linesize) in command_line_input() 1308 line = xrealloc (line, linelength); in command_line_input() [all …]
|
H A D | ChangeLog-1992 | 5691 * main.c (command_line_input): Make linelength unsigned, cast arg
|
/openbsd/gnu/usr.bin/texinfo/util/ |
H A D | texindex.c | 878 long linelength; in sort_offline() local 885 linelength = readline (&lb, istream); in sort_offline() 912 while (tempsize + linelength + 1 <= MAX_IN_CORE_SORT) in sort_offline() 914 tempsize += linelength + 1; in sort_offline() 920 linelength = readline (&lb, istream); in sort_offline() 921 if (!linelength && feof (istream)) in sort_offline()
|
/openbsd/gnu/usr.bin/binutils-2.17/ |
H A D | libtool.m4 | 309 # Instead, let's just punt: use the minimum linelength reported by
|
/openbsd/usr.sbin/unbound/ |
H A D | aclocal.m4 | 1718 # Instead, let's just punt: use the minimum linelength reported by
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | gdb.texinfo | 9577 Symbol linelength is in static storage at address 0x150a1c, length 4.
|