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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lua.c 235 static const char *get_prompt (lua_State *L, int firstline) { function
264 const char *prmt = get_prompt(L, firstline);
266 lua_pop(L, 1); /* remove result from 'get_prompt' */
  /external/syslinux/com32/lua/src/
lua.c 242 static const char *get_prompt (lua_State *L, int firstline) { function
271 const char *prmt = get_prompt(L, firstline);
273 lua_pop(L, 1); /* remove result from 'get_prompt' */

Completed in 112 milliseconds