Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c136 size_t ecpl_token_len; /* strlen(ecpl_token_str) */ member
2930 ((cstate->ecpl_token_len != 0) && in elfedit_cpl_match()
2931 ((strlen(str) < cstate->ecpl_token_len)))) in elfedit_cpl_match()
2937 cstate->ecpl_token_len) != 0) in elfedit_cpl_match()
2941 cstate->ecpl_token_len) != 0) in elfedit_cpl_match()
2953 str + cstate->ecpl_token_len, type_suffix, cont_suffix); in elfedit_cpl_match()
3107 colon_state.ecpl_token_len--; in elfedit_cpl_command()
3112 colon_state.ecpl_token_len--; in elfedit_cpl_command()
3166 cstate.ecpl_token_len = tokst->tokst_buf[ndx].tok_len; in cmd_match_fcn()