Lines Matching defs:colon_state
3034 ELFEDIT_CPL_STATE colon_state;
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.ecpl_token_str++;
3112 colon_state.ecpl_token_len--;
3114 match_module_cmds(&colon_state, modlist->ml_mod);