Home
last modified time | relevance | path

Searched refs:errordest (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.bin/error/
H A Dtouch.c331 int errordest; /* where errors go */ in hackfile() local
335 errordest = TOSTDOUT; in hackfile()
338 errordest = settotouch(name); in hackfile()
341 if (errordest != TOSTDOUT) in hackfile()
344 if (previewed && errordest == TOSTDOUT) in hackfile()
347 diverterrors(name, errordest, my_files, ix, previewed, my_nerrors); in hackfile()
349 if (errordest == TOTHEFILE) { in hackfile()