Home
last modified time | relevance | path

Searched refs:static_param (Results 1 – 5 of 5) sorted by relevance

/dports/editors/mle/mle-1.4.3/
H A Dcmd.c602 if (ctx->static_param) { in cmd_grep()
603 grep_fmt = ctx->static_param; in cmd_grep()
653 …tf(&cmd, "tree --charset C -n -f -L 2 %s 2>/dev/null", ctx->static_param ? ctx->static_param : ""); in cmd_browse()
831 if (!ctx->static_param) return MLE_ERR; in cmd_set_opt()
856 if (ctx->static_param) { in cmd_shell()
857 cmd = strdup(ctx->static_param); in cmd_shell()
877 if (ctx->static_param) { in cmd_perl()
878 code = strdup(ctx->static_param); in cmd_perl()
1022 if (ctx->static_param) { in cmd_push_kmap()
1206 binding->static_param ? binding->static_param : "" in _cmd_help_inner()
[all …]
H A Deditor.c56 …ie(kbinding_t **trie, char *cmd_name, char *cur_key_patt, char *full_key_patt, char *static_param);
347 ctx.static_param = strndup(opt_path, opt_path_len); in editor_open_bview()
351 free(ctx.static_param); in editor_open_bview()
352 ctx.static_param = NULL; in editor_open_bview()
1195 ctx->static_param = binding->static_param; in _editor_get_command()
1678 …->children, binding_def->cmd_name, cur_key_patt, binding_def->key_patt, binding_def->static_param); in _editor_init_kmap_add_binding()
1687 …e(kbinding_t **trie, char *cmd_name, char *cur_key_patt, char *full_key_patt, char *static_param) { in _editor_init_kmap_add_binding_to_trie() argument
1724 …binding_to_trie(&node->children, cmd_name, next_key_patt, full_key_patt, static_param) != MLE_OK) { in _editor_init_kmap_add_binding_to_trie()
1730 node->static_param = static_param ? strdup(static_param) : NULL; in _editor_init_kmap_add_binding_to_trie()
1770 if (binding->static_param) free(binding->static_param); in _editor_destroy_kmap()
H A Dmle.h256 char *static_param; member
264 char *static_param; member
299 char *static_param; member
H A Duscript.c191 luaL_pushkey(L, string, "static_param", (const char*)ctx->static_param); in _uscript_push_cmd_map()
/dports/math/py-iohexperimenter/IOHexperimenter-0.2.9.2/tests/
H A Dutils.py36 def static_param(self): member in opt_alg