Searched refs:E_NONE (Results 1 – 3 of 3) sorted by relevance
39 #define E_NONE 0x0000L macro202 if (loadEmbeddedFontResult == E_NONE) in createFontCustomPlatformData()
216 env.type = E_NONE; in main_init()914 case E_NONE: in unwind()978 if (ep->type == E_NONE) { in quitenv()1056 if (ep->type != E_NONE) in cleanup_parents_env()
698 #define E_NONE 0 /* dummy environment */ macro713 #define STOP_BRKCONT(t) ((t) == E_NONE || (t) == E_PARSE || \