Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c3037 ELFEDIT_CPL_STATE colon_state; in elfedit_cpl_command() local
3104 colon_state = *cstate; in elfedit_cpl_command()
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()
3108 while (*colon_state.ecpl_token_str != ':') { in elfedit_cpl_command()
3109 colon_state.ecpl_token_str++; in elfedit_cpl_command()
3110 colon_state.ecpl_token_len--; in elfedit_cpl_command()
3113 colon_state.ecpl_word_start++; in elfedit_cpl_command()
3114 colon_state.ecpl_token_str++; in elfedit_cpl_command()
3115 colon_state.ecpl_token_len--; in elfedit_cpl_command()
[all …]