Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c179 TPS(stack)[TPS(stack_ptr)].num_type = TRUE; in npush()
194 if (TPS(stack)[TPS(stack_ptr)].num_type) in npop()
207 TPS(stack)[TPS(stack_ptr)].num_type = FALSE; in spush()
223 if (!TPS(stack)[TPS(stack_ptr)].num_type in spop()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h849 bool num_type; member