Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c136 size_t ecpl_token_len; /* strlen(ecpl_token_str) */ member
2933 ((cstate->ecpl_token_len != 0) && in elfedit_cpl_match()
2934 ((strlen(str) < cstate->ecpl_token_len)))) in elfedit_cpl_match()
2940 cstate->ecpl_token_len) != 0) in elfedit_cpl_match()
2944 cstate->ecpl_token_len) != 0) in elfedit_cpl_match()
2956 str + cstate->ecpl_token_len, type_suffix, cont_suffix); in elfedit_cpl_match()
3110 colon_state.ecpl_token_len--; in elfedit_cpl_command()
3115 colon_state.ecpl_token_len--; in elfedit_cpl_command()
3169 cstate.ecpl_token_len = tokst->tokst_buf[ndx].tok_len; in cmd_match_fcn()