Searched refs:nfields (Results 1 – 2 of 2) sorted by relevance
165 static void inleap(char ** fields, int nfields);166 static void inlink(char ** fields, int nfields);167 static void inrule(char ** fields, int nfields);168 static bool inzcont(char ** fields, int nfields);169 static bool inzone(char ** fields, int nfields);1185 register int nfields; in infile() local1212 nfields = 0; in infile()1213 while (fields[nfields] != NULL) { in infile()1216 if (strcmp(fields[nfields], "-") == 0) in infile()1217 fields[nfields] = &nada; in infile()[all …]
7850 nfields = split(line, field, "@")7853 for (i = 2; i < nfields; i++) {