Searched defs:ecpl_token_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c135 const char *ecpl_token_str; /* token being completed */ member in struct:__anon1482
136 size_t ecpl_token_len; /* strlen(ecpl_token_str) */
2936 if (strncasecmp(cstate->ecpl_token_str, str,
2940 if (strncmp(cstate->ecpl_token_str, str,
3044 for (colon_pos = cstate->ecpl_token_str;
3079 elfedit_strnbcpy(buf, cstate->ecpl_token_str,
3080 colon_pos - cstate->ecpl_token_str, sizeof (buf));
3105 while (*colon_state.ecpl_token_str != ':') {
3106 colon_state.ecpl_token_str++;
3111 colon_state.ecpl_token_str
[all...]

Completed in 65 milliseconds