Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/tinfo/
H A Dcomp_scan.c87 static int pushtype; /* type of pushback token */ variable
120 pushtype = NO_PUSHBACK; in _nc_reset_input()
409 if (pushtype != NO_PUSHBACK) { in _nc_get_token()
410 int retval = pushtype; in _nc_get_token()
414 _nc_curr_token.tk_name, pushtype)); in _nc_get_token()
416 pushtype = NO_PUSHBACK; in _nc_get_token()
1027 pushtype = tokclass; in _nc_push_token()
1036 pushtype)); in _nc_push_token()