Home
last modified time | relevance | path

Searched refs:EF_IN_EVAL (Results 1 – 2 of 2) sorted by relevance

/third_party/mksh/
Dmain.c864 e->flags |= EF_IN_EVAL; in shell()
989 if (i == LERREXT && (e->flags & EF_IN_EVAL)) in unwind()
1049 ep->flags = e->flags & EF_IN_EVAL; in newenv()
Dsh.h888 #define EF_IN_EVAL BIT(3) /* inside an eval */ macro