#include "../config.h"
Include dependency graph for luaif.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| int | lua_supported (void) |
| test if LUA is supported. | |
| void | luaif_init (void) |
| Initialise the LUA module. | |
| void | luaif_runfile (char *fn) |
| Run a script from a file. | |
| void | luaif_runstring (char *s) |
| Run a script from a string. | |
Definition in file luaif.h.
|
|
test if LUA is supported.
|
|
|
Run a script from a file.
Definition at line 372 of file luaif.c. Referenced by cfg_parse_cmdline(), and ws_load_file(). |
|
|
Run a script from a string.
Definition at line 380 of file luaif.c. Referenced by cfg_parse_cmdline(). |
1.2.18