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

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

Completed in 107 milliseconds