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

/freebsd-11-stable/contrib/lua/src/
H A Dlua.c457 #define has_E 16 /* -E */ macro
483 args |= has_E;
567 if (args & has_E) { /* option '-E'? */
573 if (!(args & has_E)) { /* no option '-E'? */

Completed in 35 milliseconds