error             714 core/gui_draw.c      int error = 0;
error             722 core/gui_draw.c          error += deltay;
error             723 core/gui_draw.c          if ((error<<1) >= deltax)
error             726 core/gui_draw.c              error -= deltax;
error             748 core/gui_draw.c     int error = 0;
error             765 core/gui_draw.c         error += deltay;
error             766 core/gui_draw.c         if ((error<<1) >= deltax)
error             769 core/gui_draw.c             error -= deltax;
error             114 lib/lua/loadlib.c   int error = GetLastError();
error             117 lib/lua/loadlib.c       NULL, error, 0, buffer, sizeof(buffer), NULL))
error             120 lib/lua/loadlib.c     lua_pushfstring(L, "system error %d\n", error);
error              34 lib/lua/lundump.c #define IF(c,s)		if (c) error(S,s)
error             126 lib/lua/lundump.c 	error(S,"bad constant");
error             164 lib/lua/lundump.c  if (++S->L->nCcalls > LUAI_MAXCCALLS) error(S,"code too deep");
error              24 tools/firmware_load.c extern void error(char*, int);
error             244 tools/firmware_load.c     error("\nInvalid firmware offset %d. Possible corrupt firmware or incorrect start address.\n",i);