Searched defs: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 in struct:__anon1480
2458 tokst.tokst_buf = elfedit_realloc(
2459 MSG_INTL(MSG_ALLOC_TOKBUF), tokst.tokst_buf,
2460 n * sizeof (*tokst.tokst_buf));
2465 tokst.tokst_buf[tokst.tokst_cnt] = gettok_state.gtok_last_token;
2471 for (s = tokst.tokst_buf[0].tok_str; *s; s++)
2506 cmd = elfedit_find_command(tokst->tokst_buf[0].tok_str, 1, &mod);
2534 len = tokst->tokst_buf[n].tok_len + 1;
2536 (void) strncpy(s, tokst->tokst_buf[n].tok_str, len);
3162 cstate.ecpl_word_start = tokst->tokst_buf[nd
[all...]

Completed in 63 milliseconds