Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c127 int ecpl_word_start; /* start offset within line */ member
2955 cstate->ecpl_word_start, cstate->ecpl_word_end, in elfedit_cpl_match()
3105 while (colon_state.ecpl_line[colon_state.ecpl_word_start] != in elfedit_cpl_command()
3107 colon_state.ecpl_word_start++; in elfedit_cpl_command()
3113 colon_state.ecpl_word_start++; in elfedit_cpl_command()
3165 cstate.ecpl_word_start = tokst->tokst_buf[ndx].tok_line_off; in cmd_match_fcn()