Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.c173 static void pushstr (lua_State *L, const char *str, size_t l) { in pushstr() function
185 pushstr(L, fmt, e - fmt); in luaO_pushvfstring()
190 pushstr(L, s, strlen(s)); in luaO_pushvfstring()
196 pushstr(L, &buff, 1); in luaO_pushvfstring()
210 pushstr(L, buff, l); in luaO_pushvfstring()
214 pushstr(L, "%", 1); in luaO_pushvfstring()
227 pushstr(L, fmt, strlen(fmt)); in luaO_pushvfstring()