Home
last modified time | relevance | path

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

/external/lua/src/
Dlua.c455 #define has_v 4 /* -v */ macro
490 args |= has_v; in collectargs()
565 if (args & has_v) /* option '-v'? */ in pmain()
584 else if (script == argc && !(args & (has_e | has_v))) { /* no arguments? */ in pmain()