#include <stddef.h>
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
gehe zum Quellcode dieser Datei
static void auxsort |
( |
lua_State * |
L, |
|
|
int |
l, |
|
|
int |
u |
|
) |
| |
|
static |
Definiert in Zeile 193 der Datei ltablib.c.
227 if (i>u)
luaL_error(L,
"invalid order function for sorting");
232 if (j<l)
luaL_error(L,
"invalid order function for sorting");
Definiert in Zeile 22 der Datei ltablib.c.
26 for (i=1; i <=
n; i++) {
static void set2 |
( |
lua_State * |
L, |
|
|
int |
i, |
|
|
int |
j |
|
) |
| |
|
static |
static int sort_comp |
( |
lua_State * |
L, |
|
|
int |
a, |
|
|
int |
b |
|
) |
| |
|
static |
Definiert in Zeile 90 der Datei ltablib.c.
101 if (pos > e) e = pos;
102 for (i = e; i > pos; i--) {
Definiert in Zeile 118 der Datei ltablib.c.
121 if (!(1 <= pos && pos <= e))
125 for ( ;pos<e; pos++) {
Initialisierung:= {
{"foreach", foreach},
}
Definiert in Zeile 269 der Datei ltablib.c.