Searched refs:state_fields (Results 1 – 1 of 1) sorted by relevance
51 static wordtab_t *state_fields = NULL; variable342 state_fields = parsefields(statefields, optarg); in main()1071 if ((state_fields != NULL) && (nohdrfields == 0)) { in showipstates()1072 for (i = 0; state_fields[i].w_value != 0; i++) { in showipstates()1073 printfieldhdr(statefields, state_fields + i); in showipstates()1074 if (state_fields[i + 1].w_value != 0) in showipstates()1096 if (state_fields != NULL) { in showipstates()1097 for (i = 0; state_fields[i].w_value != 0; i++) { in showipstates()1098 printstatefield(&ips, state_fields[i].w_value); in showipstates()1099 if (state_fields[i + 1].w_value != 0) in showipstates()