Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c753 e->loc->flags |= BF_DOGETOPTS; in comexec()
Dvar.c110 if (l->flags & BF_DOGETOPTS) in popblock()
Dsh.h1611 #define BF_DOGETOPTS BIT(0) /* save/restore getopts state */ macro