Home
last modified time | relevance | path

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

/mirbsd/src/bin/mksh/
Dmain.c210 env.type = E_NONE; in main_init()
885 case E_NONE: in unwind()
949 if (ep->type == E_NONE) { in quitenv()
1031 if (ep->type != E_NONE) in cleanup_parents_env()
Dsh.h721 #define E_NONE 0 /* dummy environment */ macro
736 #define STOP_BRKCONT(t) ((t) == E_NONE || (t) == E_PARSE || \
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_include.c899 enum {E_NONE, E_URL, E_ENTITY} encode; in handle_echo() enumerator
911 if (encode == E_NONE) { in handle_echo()
929 if (!strcasecmp(tag_val, "none")) encode = E_NONE; in handle_echo()