Searched refs:E_PARSE (Results 1 – 2 of 2) sorted by relevance
819 newenv(level == 2 ? E_EVAL : E_PARSE); in shell()971 case E_PARSE: in unwind()
775 #define E_PARSE 1 /* parsing command # */ macro790 #define STOP_BRKCONT(t) ((t) == E_NONE || (t) == E_PARSE || \