Lines Matching defs:code
30 _yse->code = _code; \
242 /* Implicitly depend on ys->err.code already set */
245 ys->err.code ? "error" : "warning",
250 ys->err.code ? "error" : "warning",
261 int code;
263 code = err->error >= 0 ? err->error : -err->error;
264 yarg->ys->err.code = code;
265 errno = code;
273 return code ? MNL_CB_ERROR : MNL_CB_STOP;
283 yarg->ys->err.code = -err;
385 /* Generic code */
389 ys->err.code = 0;
775 /* YNL specific helpers used by the auto-generated code */