Searched refs:state_fields (Results 1 – 1 of 1) sorted by relevance
56 static wordtab_t *state_fields = NULL; variable348 state_fields = parsefields(statefields, optarg); in main()1077 if ((state_fields != NULL) && (nohdrfields == 0)) { in showipstates()1078 for (i = 0; state_fields[i].w_value != 0; i++) { in showipstates()1079 printfieldhdr(statefields, state_fields + i); in showipstates()1080 if (state_fields[i + 1].w_value != 0) in showipstates()1102 if (state_fields != NULL) { in showipstates()1103 for (i = 0; state_fields[i].w_value != 0; i++) { in showipstates()1104 printstatefield(&ips, state_fields[i].w_value); in showipstates()1105 if (state_fields[i + 1].w_value != 0) in showipstates()