Home
last modified time | relevance | path

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

/src/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c374 if (!VALID_STRING(_nc_curr_token.tk_valstring) in _nc_parse_entry()
375 || _nc_curr_token.tk_valstring[0] == '\0') { in _nc_parse_entry()
378 } else if (!valid_entryname(_nc_curr_token.tk_valstring)) { in _nc_parse_entry()
380 _nc_curr_token.tk_valstring); in _nc_parse_entry()
384 _nc_curr_token.tk_valstring); in _nc_parse_entry()
390 _nc_curr_token.tk_valstring); in _nc_parse_entry()
392 if ((saved = _nc_save_str(_nc_curr_token.tk_valstring)) != NULL) { in _nc_parse_entry()
588 ptr = _nc_curr_token.tk_valstring; in _nc_parse_entry()
H A Dcomp_scan.c444 _nc_curr_token.tk_valstring = NULL; in _nc_get_token()
739 _nc_curr_token.tk_valstring = tok_ptr; in _nc_get_token()
782 _nc_visbuf(_nc_curr_token.tk_valstring)); in _nc_get_token()
/src/contrib/ncurses/include/
H A Dtic.h173 char *tk_valstring; /* value of capability (if a string) */ member