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

/netbsd-6-1-5-RELEASE/usr.bin/error/
H A Dtouch.c114 Eptr **my_files; local
122 my_files = Calloc(my_nfiles + 3, sizeof (Eptr*));
130 my_files[0] = &my_errors[0];
139 my_files[1] = &my_errors[ei];
150 my_files[fi] = &my_errors[ei];
155 my_files[fi] = &my_errors[my_nerrors];
157 *r_files = my_files;
198 filenames(int my_nfiles, Eptr **my_files) argument
208 someerrors = nopertain(my_files);
220 (*my_files[f
237 nopertain(Eptr **my_files) argument
270 touchfiles(int my_nfiles, Eptr **my_files, int *r_edargc, char ***r_edargv) argument
327 hackfile(const char *name, Eptr **my_files, int ix, int my_nerrors) argument
357 preview(const char *name, int my_nerrors, Eptr **my_files, int ix) argument
439 diverterrors(const char *name, int dest, Eptr **my_files, int ix, boolean previewed, int nterrors) argument
[all...]

Completed in 175 milliseconds