Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Ddisplay.c1637 int bytes_to_insert; in update_line() local
1853 bytes_to_insert = ne - nfd; in update_line()
1854 if (bytes_to_insert < local_prompt_len) /* ??? */ in update_line()
1864 bytes_to_insert -= local_prompt_len; in update_line()
1865 if (bytes_to_insert > 0) in update_line()
1867 puts_face (new+local_prompt_len, nfdf+local_prompt_len, bytes_to_insert); in update_line()
1871 _rl_last_c_pos += bytes_to_insert; in update_line()
2319 bytes_to_insert = nls - nfd; in update_line()
2369 puts_face (nfd, nfdf, bytes_to_insert); in update_line()
2371 _rl_last_c_pos += _rl_col_width (nfd, 0, bytes_to_insert, 1); in update_line()
[all …]