Lines Matching refs:tok_str
85 char *tok_str; /* Token string */ member
2291 gettok_state->gtok_last_token.tok_str = str; in gettok()
2306 gettok_state->gtok_last_token.tok_str = look = str; in gettok()
2374 gettok_state->gtok_last_token.tok_str; in gettok()
2383 elfedit_str_to_c_literal(gettok_state->gtok_last_token.tok_str, in gettok()
2474 for (s = tokst.tokst_buf[0].tok_str; *s; s++) in tokenize_user_cmd()
2509 cmd = elfedit_find_command(tokst->tokst_buf[0].tok_str, 1, &mod); in parse_user_cmd()
2539 (void) strncpy(s, tokst->tokst_buf[n].tok_str, len); in parse_user_cmd()
3168 cstate.ecpl_token_str = tokst->tokst_buf[ndx].tok_str; in cmd_match_fcn()
3186 cmd = elfedit_find_command(tokst->tokst_buf[0].tok_str, 0, &mod); in cmd_match_fcn()
3224 argv[i] = tokst->tokst_buf[i + 1].tok_str; in cmd_match_fcn()