Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c86 static int pushtype; /* type of pushback token */ variable
116 pushtype = NO_PUSHBACK; in _nc_reset_input()
368 if (pushtype != NO_PUSHBACK) { in _nc_get_token()
369 int retval = pushtype; in _nc_get_token()
373 _nc_curr_token.tk_name, pushtype)); in _nc_get_token()
375 pushtype = NO_PUSHBACK; in _nc_get_token()
979 pushtype = tokclass; in _nc_push_token()
988 pushtype)); in _nc_push_token()