Home
last modified time | relevance | path

Searched refs:linelength (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Devent-top.c610 static unsigned linelength = 0; in command_line_handler() local
630 linelength = 80; in command_line_handler()
631 linebuffer = (char *) xmalloc (linelength); in command_line_handler()
666 if (strlen (rl) + 1 + (p - linebuffer) > linelength) in command_line_handler()
668 linelength = strlen (rl) + 1 + (p - linebuffer); in command_line_handler()
669 nline = (char *) xrealloc (linebuffer, linelength); in command_line_handler()
738 if (strlen (history_value) > linelength) in command_line_handler()
740 linelength = strlen (history_value) + 1; in command_line_handler()
741 linebuffer = (char *) xrealloc (linebuffer, linelength); in command_line_handler()
786 if (linelength > linesize) in command_line_handler()
[all …]
Dtop.c854 static unsigned linelength = 0; in command_line_input() local
881 linelength = 80; in command_line_input()
882 linebuffer = (char *) xmalloc (linelength); in command_line_input()
939 if (strlen (rl) + 1 + (p - linebuffer) > linelength) in command_line_input()
941 linelength = strlen (rl) + 1 + (p - linebuffer); in command_line_input()
942 nline = (char *) xrealloc (linebuffer, linelength); in command_line_input()
1003 if (strlen (history_value) > linelength) in command_line_input()
1005 linelength = strlen (history_value) + 1; in command_line_input()
1006 linebuffer = (char *) xrealloc (linebuffer, linelength); in command_line_input()
1042 if (linelength > linesize) in command_line_input()
[all …]
/mirbsd/src/gnu/usr.bin/texinfo/util/
Dtexindex.c862 long linelength; in sort_offline() local
869 linelength = readline (&lb, istream); in sort_offline()
893 while (tempsize + linelength + 1 <= MAX_IN_CORE_SORT) in sort_offline()
895 tempsize += linelength + 1; in sort_offline()
901 linelength = readline (&lb, istream); in sort_offline()
902 if (!linelength && feof (istream)) in sort_offline()
/mirbsd/src/gnu/share/
Dlibtool.m41037 # Instead, let's just punt: use the minimum linelength reported by
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdb.texinfo10071 Symbol linelength is in static storage at address 0x150a1c, length 4.