Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c94 TOK_ELT *tokst_buf; /* The array of tokens */ member
2461 tokst.tokst_buf = elfedit_realloc( in tokenize_user_cmd()
2462 MSG_INTL(MSG_ALLOC_TOKBUF), tokst.tokst_buf, in tokenize_user_cmd()
2463 n * sizeof (*tokst.tokst_buf)); in tokenize_user_cmd()
2474 for (s = tokst.tokst_buf[0].tok_str; *s; s++) in tokenize_user_cmd()
2537 len = tokst->tokst_buf[n].tok_len + 1; in parse_user_cmd()
2539 (void) strncpy(s, tokst->tokst_buf[n].tok_str, len); in parse_user_cmd()
3165 cstate.ecpl_word_start = tokst->tokst_buf[ndx].tok_line_off; in cmd_match_fcn()
3168 cstate.ecpl_token_str = tokst->tokst_buf[ndx].tok_str; in cmd_match_fcn()
3169 cstate.ecpl_token_len = tokst->tokst_buf[ndx].tok_len; in cmd_match_fcn()
[all …]