Searched refs:inpfns (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dread.c55 * The array pointed to by inpfns maps the file name indices of input files
58 static short *inpfns; variable
116 if (inpfns == NULL)
117 if ((inpfns = calloc(ninpfns = 128, sizeof (short))) == NULL)
175 isrc = inpfns[isrc];
248 if ((inpfns = realloc(inpfns, (ninpfns * 2) * sizeof (short)))
251 (void)memset(inpfns + ninpfns, 0, ninpfns * sizeof (short));
260 inpfns[fid] = (u_short)getfnidx(cp);
675 addoutfile(inpfns[strto
[all...]

Completed in 58 milliseconds