Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/error/common/
H A Derrortouch.c279 int errordest; /* where errors go */ in hackfile() local
283 errordest = TOSTDOUT; in hackfile()
286 errordest = settotouch(name); in hackfile()
289 if (errordest != TOSTDOUT) in hackfile()
292 if (previewed && (errordest == TOSTDOUT)) in hackfile()
295 diverterrors(name, errordest, files, ix, previewed, nerrors); in hackfile()
297 if (errordest == TOTHEFILE) { in hackfile()