HomeSort by relevance Sort by last modified time
    Searched refs:CIST_STAT (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 101 #define CIST_STAT (1<<5) /* call has an error status (pcall) */
ldo.c 413 if (!(ci->callstatus & CIST_STAT)) /* no call status? */
416 ci->callstatus = (ci->callstatus & ~(CIST_YPCALL | CIST_STAT)) | CIST_YIELDED;
467 ci->callstatus |= CIST_STAT; /* call has error status */

Completed in 154 milliseconds