Home
last modified time | relevance | path

Searched refs:MLE_SET_ERR (Results 1 – 4 of 4) sorted by relevance

/dports/editors/mle/mle-1.4.3/
H A Dutil.c67 MLE_SET_ERR(editor, "write error: %s", strerror(errno)); in util_shell_exec()
87 MLE_SET_ERR(editor, "select error: %s", strerror(errno)); in util_shell_exec()
100 MLE_SET_ERR(editor, "read error: %s", strerror(errno)); in util_shell_exec()
H A Dmle.h607 #define MLE_SET_ERR(editor, fmt, ...) do { \ macro
616 MLE_SET_ERR((editor), (fmt), __VA_ARGS__); \
H A Duscript.c90 MLE_SET_ERR(&_editor, "uscript panic: %s", lua_tostring(L, -1)); in _uscript_panic()
H A Dcmd.c1035 MLE_SET_ERR(ctx->editor, "push_kmap: No kmap defined '%s'", kmap_name); in cmd_push_kmap()
1332 MLE_SET_ERR(editor, "save: %s", errno ? strerror(errno) : "failed"); in _cmd_save()
1518 MLE_SET_ERR(ctx->editor, "browse: Cannot browse to: '%s'", line); in _cmd_menu_browse_cb()