Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlua.c26 #if !defined(LUA_PROMPT)
27 #define LUA_PROMPT "> " macro
246 if (p == NULL) p = (firstline ? LUA_PROMPT : LUA_PROMPT2); in get_prompt()