Lines Matching refs:rure_error
108 * rure_error is an error that caused compilation to fail.
113 * Whenever a function accepts an *rure_error, it is safe to pass NULL. (But
118 typedef struct rure_error rure_error;
158 rure_error *error);
469 rure_error *error);
532 * to create an rure_error pointer, and that pointer can be passed to
539 rure_error *rure_error_new();
546 void rure_error_free(rure_error *err);
556 const char *rure_error_message(rure_error *err);