HomeSort by: relevance | last modified time | path
    Searched defs:dodelay (Results 1 - 3 of 3) sorted by relevancy

  /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,

Completed in 174 milliseconds