Home
last modified time | relevance | path

Searched refs:E_NONE (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DFontCustomPlatformData.cpp39 #define E_NONE 0x0000L macro
202 if (loadEmbeddedFontResult == E_NONE) in createFontCustomPlatformData()
/external/mksh/src/
Dmain.c216 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()
Dsh.h698 #define E_NONE 0 /* dummy environment */ macro
713 #define STOP_BRKCONT(t) ((t) == E_NONE || (t) == E_PARSE || \