HomeSort by relevance Sort by last modified time
    Searched refs:E_NONE (Results 1 - 5 of 5) 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/toybox/kconfig/
expr.h 35 E_NONE, E_OR, E_AND, E_NOT, E_EQUAL, E_UNEQUAL, E_CHOICE, E_SYMBOL, E_RANGE
expr.c 222 case E_NONE:
937 case E_NONE:
1089 expr_print(e, expr_print_file_helper, out, E_NONE);
1099 expr_print(e, expr_print_gstr_helper, gs, E_NONE);
  /external/mksh/src/
main.c 263 env.type = E_NONE;
969 case E_NONE:
1033 if (ep->type == E_NONE) {
1113 if (ep->type != E_NONE)
    [all...]
sh.h 824 #define E_NONE 0 /* dummy environment */
840 #define STOP_BRKCONT(t) ((t) == E_NONE || (t) == E_PARSE || \
    [all...]

Completed in 65 milliseconds