Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c365 save_str(curr_token.tk_valstring); in do_entry()
849 if (invalid_term_name(curr_token.tk_valstring)) in handle_use()
850 warning("%s: bad term name", curr_token.tk_valstring); in handle_use()
852 sprintf(filename, "%c/%s", curr_token.tk_valstring[0], in handle_use()
853 curr_token.tk_valstring); in handle_use()
857 DEBUG(2, "Forward USE to %s", curr_token.tk_valstring); in handle_use()
866 DEBUG(2, "Backward USE to %s\n", curr_token.tk_valstring); in handle_use()
H A Dtic_scan.c241 curr_token.tk_valstring = ptr; in get_token()
269 curr_token.tk_name, curr_token.tk_valstring); in get_token()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcompiler.h153 char *tk_valstring; /* value of capability (if a string) */ member