| 1320 | |
| 1321 | |
| 1322 | static int pattern_l (lua_State *L) { |
| 1323 | lua_settop(L, 1); |
| 1324 | getpatt(L, 1, NULL); |
| 1325 | return 1; |
| 1326 | } |
| 1327 | |
| 1328 | |
| 1329 | #define isany(p) ((p)->i.code == IAny && ((p) + 1)->i.code == IEnd) |
nothing calls this directly
no test coverage detected