Searched refs:BUFINC (Results 1 – 1 of 1) sorted by relevance
45 #define BUFINC 128 /* Size to increment the terminal buffer by */ macro102 len = term->_buflen + MAX(len, BUFINC); in checkbuf()222 term->_buf = malloc(BUFINC); in _ti_tiparm()225 term->_buflen = BUFINC; in _ti_tiparm()