Searched defs:old_width (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c2999 int old_width = gl_displayed_char_width(gl, gl->line[buff_curpos], local
3008 * overwrite the trailing old_width - width characters
3011 if(old_width > width) {
3029 } else if(width > old_width) {

Completed in 72 milliseconds