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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lua.c 23 #define LUA_PROMPT2 ">> "
239 if (p == NULL) p = (firstline ? LUA_PROMPT : LUA_PROMPT2);
  /external/syslinux/com32/lua/src/
lua.c 28 #define LUA_PROMPT2 ">> "
246 if (p == NULL) p = (firstline ? LUA_PROMPT : LUA_PROMPT2);

Completed in 541 milliseconds