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

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

Completed in 121 milliseconds