Searched refs:linelength (Results 1 – 5 of 5) sorted by relevance
610 static unsigned linelength = 0; in command_line_handler() local630 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 …]
854 static unsigned linelength = 0; in command_line_input() local881 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 …]
862 long linelength; in sort_offline() local869 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()
1037 # Instead, let's just punt: use the minimum linelength reported by
10071 Symbol linelength is in static storage at address 0x150a1c, length 4.