Home
last modified time | relevance | path

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

/trueos/contrib/libreadline/
HDdisplay.c77 static int inv_lbsize, vis_lbsize; variable
446 inv_lbsize = vis_lbsize = 256;
447 inv_lbreaks = (int *)xmalloc (inv_lbsize * sizeof (int));
568 if (newlines >= (inv_lbsize - 2)) \ in rl_redisplay()
570 inv_lbsize *= 2; \ in rl_redisplay()
571 inv_lbreaks = (int *)xrealloc (inv_lbreaks, inv_lbsize * sizeof (int)); \ in rl_redisplay()
572 _rl_wrapped_line = (int *)xrealloc (_rl_wrapped_line, inv_lbsize * sizeof (int)); \ in rl_redisplay()
578 if (newlines >= (inv_lbsize - 2)) \ in rl_redisplay()
580 inv_lbsize *= 2; \ in rl_redisplay()
581 inv_lbreaks = (int *)xrealloc (inv_lbreaks, inv_lbsize * sizeof (int)); \ in rl_redisplay()
[all …]