Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlua.c386 #if !defined(LUA_PROMPT)
387 #define LUA_PROMPT "> " macro
462 return (firstline ? LUA_PROMPT : LUA_PROMPT2); /* use the default */ in get_prompt()