Searched defs:curr_token (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcompiler.h128 * the specifics into the global structure curr_token.
156 EXTERN struct token curr_token; variable in typeref:struct:token
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticscan.c51 token curr_token; variable
81 * global structure 'curr_token' and returning one of the following:
151 curr_token.tk_name = buffer;
167 curr_token.tk_name = buffer;
174 curr_token.tk_name = buffer;
184 curr_token.tk_name = buffer;
185 curr_token.tk_valnumber = number;
193 curr_token.tk_name = buffer;
194 curr_token.tk_valstring = ptr;
213 fprintf(stderr, m_strmsg(bool_msg), curr_token
[all...]

Completed in 68 milliseconds