Home
last modified time | relevance | path

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

/dflybsd-src/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c340 if (!VALID_STRING(_nc_curr_token.tk_valstring) in _nc_parse_entry()
341 || _nc_curr_token.tk_valstring[0] == '\0') { in _nc_parse_entry()
344 } else if (!valid_entryname(_nc_curr_token.tk_valstring)) { in _nc_parse_entry()
346 _nc_curr_token.tk_valstring); in _nc_parse_entry()
350 _nc_curr_token.tk_valstring); in _nc_parse_entry()
353 entryp->uses[entryp->nuses].name = _nc_save_str(_nc_curr_token.tk_valstring); in _nc_parse_entry()
546 ptr = _nc_curr_token.tk_valstring; in _nc_parse_entry()
H A Dcomp_scan.c404 _nc_curr_token.tk_valstring = 0; in _nc_get_token()
698 _nc_curr_token.tk_valstring = tok_ptr; in _nc_get_token()
741 _nc_visbuf(_nc_curr_token.tk_valstring)); in _nc_get_token()
/dflybsd-src/contrib/ncurses/include/
H A Dtic.h173 char *tk_valstring; /* value of capability (if a string) */ member