Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
H A Dgetcap.c474 u_int pos, tcpos, tcposend; in getent() local
480 tcposend = tcend - record; in getent()
492 tcend = record + tcposend; in getent()
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c543 unsigned pos, tcpos, tcposend; in _nc_getent() local
549 tcposend = (unsigned) (tcend - record); in _nc_getent()
561 tcend = record + tcposend; in _nc_getent()