Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c3034 ELFEDIT_CPL_STATE colon_state; in elfedit_cpl_command() local
3101 colon_state = *cstate; in elfedit_cpl_command()
3102 while (colon_state.ecpl_line[colon_state.ecpl_word_start] != in elfedit_cpl_command()
3104 colon_state.ecpl_word_start++; in elfedit_cpl_command()
3105 while (*colon_state.ecpl_token_str != ':') { in elfedit_cpl_command()
3106 colon_state.ecpl_token_str++; in elfedit_cpl_command()
3107 colon_state.ecpl_token_len--; in elfedit_cpl_command()
3110 colon_state.ecpl_word_start++; in elfedit_cpl_command()
3111 colon_state.ecpl_token_str++; in elfedit_cpl_command()
3112 colon_state.ecpl_token_len--; in elfedit_cpl_command()
[all …]