error            1361 src/gauche.h       unsigned int error     : 1; /* Error has been occurred */
error            1455 src/gauche.h   #define SCM_PORT_ERROR_OCCURRED_P(obj) (SCM_PORT(obj)->error)
error             988 src/load.c         int error = FALSE;
error            1005 src/load.c                 error = TRUE;
error            1021 src/load.c         if (error) {
error             366 src/module.c       int error = FALSE;
error             383 src/module.c               error = TRUE;
error             402 src/module.c       if (!error) module->exported = syms;
error             404 src/module.c       if (error) Scm_Error("symbol required, but got %S", badsym);
error             132 src/port.c         port->error = FALSE;
error             485 src/port.c             p->error = TRUE;
error             772 src/port.c                 p->error = TRUE;
error             798 src/port.c                 p->error = TRUE;