HomeSort by: relevance | last modified time | path
    Searched defs:allocated_win_width (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
display.c 134 int allocated_win_width; local
155 allocated_win_width = win->width + 1;
156 printed_line = (char *)xmalloc (allocated_win_width);
237 while (pl_index + 2 >= allocated_win_width - 1)
239 allocated_win_width *= 2;
240 printed_line = (char *)xrealloc (printed_line, allocated_win_width);

Completed in 26 milliseconds