Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlua.c21 #if !defined(LUA_PROMPT)
22 #define LUA_PROMPT "> " macro
239 if (p == NULL) p = (firstline ? LUA_PROMPT : LUA_PROMPT2); in get_prompt()