Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c109 #define MAX_PUSHED 16 /* max # args we can push onto the stack */ macro
111 static int stack[MAX_PUSHED]; /* the stack */
161 if (stackptr >= MAX_PUSHED) in push()