Searched refs:state_fields (Results 1 – 1 of 1) sorted by relevance
55 static wordtab_t *state_fields = NULL; variable346 state_fields = parsefields(statefields, optarg); in main()1075 if ((state_fields != NULL) && (nohdrfields == 0)) { in showipstates()1076 for (i = 0; state_fields[i].w_value != 0; i++) { in showipstates()1077 printfieldhdr(statefields, state_fields + i); in showipstates()1078 if (state_fields[i + 1].w_value != 0) in showipstates()1100 if (state_fields != NULL) { in showipstates()1101 for (i = 0; state_fields[i].w_value != 0; i++) { in showipstates()1102 printstatefield(&ips, state_fields[i].w_value); in showipstates()1103 if (state_fields[i + 1].w_value != 0) in showipstates()