Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua.c344 int has_i = 0, has_v = 0, has_e = 0; in pmain() local
352 script = collectargs(argv, &has_i, &has_v, &has_e); in pmain()
366 else if (script == 0 && !has_e && !has_v) { in pmain()