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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
t2embapi.h 40 #define E_NONE __MSABI_LONG(0x0000)
  /external/mksh/src/
main.c 227 env.type = E_NONE;
940 case E_NONE:
1004 if (ep->type == E_NONE) {
1086 if (ep->type != E_NONE)
    [all...]
sh.h 706 #define E_NONE 0 /* dummy environment */
721 #define STOP_BRKCONT(t) ((t) == E_NONE || (t) == E_PARSE || \
    [all...]

Completed in 48 milliseconds