HomeSort by relevance Sort by last modified time
    Searched refs:has_e (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lua.c 351 #define has_e 2 /* -e */ macro
352 #define has_E 3 /* -E */
369 args[has_E] = 1;
379 args[has_e] = 1; /* go through */
443 args[has_i] = args[has_v] = args[has_e] = args[has_E] = 0;
451 if (args[has_E]) { /* option '-E'? */
460 if (!args[has_E] && handle_luainit(L) != LUA_OK)
468 else if (script == 0 && !args[has_e] && !args[has_v]) { /* no arguments? */
  /external/syslinux/com32/lua/src/
lua.c 358 #define has_e 2 /* -e */ macro
359 #define has_E 3 /* -E */
376 args[has_E] = 1;
386 args[has_e] = 1; /* go through */
450 args[has_i] = args[has_v] = args[has_e] = args[has_E] = 0;
458 if (args[has_E]) { /* option '-E'? */
467 if (!args[has_E] && handle_luainit(L) != LUA_OK)
475 else if (script == 0 && !args[has_e] && !args[has_v]) { /* no arguments? */
  /external/protobuf/src/google/protobuf/
test_util_lite.cc 226 EXPECT_TRUE(message.optional_public_import_message().has_e());
450 EXPECT_FALSE(message.optional_public_import_message().has_e());
    [all...]
test_util.cc 298 EXPECT_TRUE(message.optional_public_import_message().has_e());
532 EXPECT_FALSE(message.optional_public_import_message().has_e());
    [all...]

Completed in 56 milliseconds