Home
last modified time | relevance | path

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

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