Lines Matching full:might
32 might need to know about an error by a single integer.
162 which might be an error condition like "out of memory", or might be
274 For example, you might want to handle an end-of-file exception
280 /* code that might raise end-of-file, or some other exception */
296 to describe everything that an error handler might want to know about
334 exception handler might want to discriminate.
352 (It might be useful to define subclasses of this category,
369 of a call to malloc, you might corrupt the heap.
588 ... code that might raise an exception ...
598 an existing package that works this way. In this case, it might
603 Your package might intercept an exception E generated by a lower
605 For example, a package for reading a configuration file might