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

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

Completed in 68 milliseconds