Searched refs:_nc_get_token (Results 1 – 14 of 14) sorted by relevance
155 #undef _nc_get_token156 int _nc_get_token(
4215 #undef _nc_get_token4216 int _nc_get_token(
4377 #undef _nc_get_token4378 int _nc_get_token(
5077 #undef _nc_get_token5078 int _nc_get_token(
5195 #undef _nc_get_token5196 int _nc_get_token(
216 token_type = _nc_get_token(silent); in _nc_parse_entry()279 for (token_type = _nc_get_token(silent); in _nc_parse_entry()281 token_type = _nc_get_token(silent)) { in _nc_parse_entry()
347 _nc_get_token(bool silent) in _nc_get_token() function756 type = _nc_get_token(silent); in _nc_get_token()
274 extern NCURSES_EXPORT(int) _nc_get_token (bool);
54 "_nc_get_token" @811 NONAME
491 "_nc_get_token" @811 NONAME
1241 + modify _nc_get_token() to reset the token's string value in case5057 + modify _nc_get_token() to handle a case where an entry has no6471 + modify interface of _nc_get_token() to pass 'silent' parameter to it,