Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Ddisplay.c2226 int oldchars, oldwidth, oldind; in update_line() local
2229 oldchars = ols - old; in update_line()
2245 while (newchars < nmax && oldchars < omax && newchars < local_prompt_len) in update_line()
2249 oldind = _rl_find_next_mbchar (old, oldchars, 1, MB_FIND_NONZERO); in update_line()
2252 ols += oldind - oldchars; in update_line()
2255 oldchars = oldind; in update_line()
2258 newchars++; oldchars++; in update_line()