Searched refs:checkformat (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/lua/src/ |
| H A D | lstrlib.c | 1231 static void checkformat (lua_State *L, const char *form, const char *flags, function 1303 checkformat(L, form, L_FMTFLAGSC, 0); 1317 checkformat(L, form, flags, 1); 1323 checkformat(L, form, L_FMTFLAGSF, 1); 1336 checkformat(L, form, L_FMTFLAGSF, 1); 1343 checkformat(L, form, L_FMTFLAGSC, 0); 1364 checkformat(L, form, L_FMTFLAGSC, 1);
|