/src/lib/libterminfo/ |
tputs.c | 96 _ti_puts(int dodelay, short os, char pc, 118 if (dodelay != 0 || mand != 0) 124 if (dodelay) 134 int dodelay; local in function:ti_puts 143 dodelay = (str == t_bell(term) || 151 return _ti_puts(dodelay, term->_ospeed, pc,
|
tputs.c | 96 _ti_puts(int dodelay, short os, char pc, 118 if (dodelay != 0 || mand != 0) 124 if (dodelay) 134 int dodelay; local in function:ti_puts 143 dodelay = (str == t_bell(term) || 151 return _ti_puts(dodelay, term->_ospeed, pc,
|
tputs.c | 96 _ti_puts(int dodelay, short os, char pc, 118 if (dodelay != 0 || mand != 0) 124 if (dodelay) 134 int dodelay; local in function:ti_puts 143 dodelay = (str == t_bell(term) || 151 return _ti_puts(dodelay, term->_ospeed, pc,
|