Lines Matching refs:temp

463   int newlines, lpos, temp, modmark, n0, num;
518 temp = local_prompt_len + out + 2;
519 if (temp >= line_size)
521 line_size = (temp + 1024) - (temp % 1024);
540 pmtlen = prompt_this_line - rl_display_prompt; /* temp var */
552 temp = pmtlen + out + 2;
553 if (temp >= line_size)
555 line_size = (temp + 1024) - (temp % 1024);
654 temp = local_prompt_len;
655 while (num < temp)
667 temp = num;
671 temp = ((newlines + 1) * _rl_screenwidth);
674 temp += ((local_prompt_prefix == 0) ? ((newlines == 0) ? prompt_invis_chars_first_line
678 inv_lbreaks[++newlines] = temp;
727 temp = wcwidth (wc);
728 wc_width = (temp >= 0) ? temp : 1;
759 temp = _rl_screenwidth - lpos;
761 inv_lbreaks[++newlines] = out + temp;
762 lpos = 4 - temp;
785 temp = newout - out;
786 if (lpos + temp >= _rl_screenwidth)
792 lpos = temp - temp2;
800 lpos += temp;
1208 int temp, lendiff, wsatend, od, nd;
1222 temp = _rl_last_c_pos;
1224 temp = _rl_last_c_pos - W_OFFSET(_rl_last_v_pos, visible_wrap_offset);
1225 if (temp == _rl_screenwidth && _rl_term_autowrap && !_rl_horizontal_scroll_mode
1303 temp = (omax < nmax) ? omax : nmax;
1304 if (memcmp (old, new, temp) == 0)
1306 ofd = old + temp;
1307 nfd = new + temp;
1512 temp = ne - nfd;
1516 col_temp = temp;
1530 _rl_output_some_chars (nfd, temp);
1531 _rl_last_c_pos += _rl_col_width (nfd, 0, temp);
1572 _rl_output_some_chars (nfd, temp);
1577 temp = nls - nfd;
1578 if ((temp - lendiff) > 0)
1580 _rl_output_some_chars (nfd + lendiff, temp - lendiff);
1586 _rl_last_c_pos += _rl_col_width (nfd+lendiff, 0, temp-col_lendiff);
1588 _rl_last_c_pos += _rl_col_width (nfd+lendiff, 0, temp-lendiff);
1595 _rl_output_some_chars (nfd, temp);
1619 temp = nls - nfd;
1620 if (temp > 0)
1626 _rl_output_some_chars (nfd, temp);
1629 _rl_last_c_pos += _rl_col_width (nfd, 0, temp);
1637 _rl_last_c_pos += temp;
1643 if (temp > 0)
1649 _rl_output_some_chars (nfd, temp);
1755 register char *temp;
1759 temp = visible_line;
1760 while (*temp)
1761 *temp++ = '\0';