Integrated Lua scripting. More...
#include "config.h"
Include dependency graph for lib.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | lua_init (void) |
| Setup feature commands. | |
| void | lua_cleanup (void) |
| Clean up Lua. | |
| enum CommandResult | parse_lua (const struct Command *cmd, struct Buffer *line, struct Buffer *err) |
| Parse the 'lua' command - Implements Command::parse() -. | |
| enum CommandResult | parse_lua_source (const struct Command *cmd, struct Buffer *line, struct Buffer *err) |
| Parse the 'lua-source' command - Implements Command::parse() -. | |
Integrated Lua scripting.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file lib.h.
| void lua_init | ( | void | ) |
Setup feature commands.
Definition at line 162 of file commands.c.
Here is the call graph for this function:
Here is the caller graph for this function: