Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
Dcomp_scan.c92 static int pushtype; /* type of pushback token */ variable
123 pushtype = NO_PUSHBACK; in _nc_reset_input()
364 if (pushtype != NO_PUSHBACK) { in _nc_get_token()
365 int retval = pushtype; in _nc_get_token()
369 _nc_curr_token.tk_name, pushtype)); in _nc_get_token()
371 pushtype = NO_PUSHBACK; in _nc_get_token()
911 pushtype = tokclass; in _nc_push_token()
920 pushtype)); in _nc_push_token()