Searched refs:E_NONE (Results 1 - 2 of 2) sorted by relevance

/external/mksh/src/
H A Dmain.c210 env.type = E_NONE;
889 case E_NONE:
953 if (ep->type == E_NONE) {
1035 if (ep->type != E_NONE)
H A Dsh.h721 #define E_NONE 0 /* dummy environment */ macro
736 #define STOP_BRKCONT(t) ((t) == E_NONE || (t) == E_PARSE || \

Completed in 112 milliseconds