Lines Matching defs:exception
77 need_bindings(char *exception)
82 if (exception == NULL)
83 exception = "";
87 if (strcmp(exception, "false") == 0 ||
88 *exception == '\0') {
101 char *exception;
103 exception = ((e = symtab_get_exception()) != NULL)?
106 return (need_bindings(exception));
111 * generate_bindings -- make the code for exception bindings
122 generate_bindings(char *exception)
127 errlog(TRACING, "exception=%s\n", exception ? exception : "NULL");
132 if (exception != NULL) {
133 generate_a_binding("exception", exception);