Home
last modified time | relevance | path

Searched refs:cmds_conf (Results 1 – 15 of 15) sorted by relevance

/dports/misc/vifm/vifm-0.11/tests/cmds/
H A Done_number_range.c16 extern cmds_conf_t cmds_conf;
102 cmds_conf.begin = 0; in TEST()
103 cmds_conf.current = curr_view->list_pos; in TEST()
109 cmds_conf.begin = 0; in TEST()
110 cmds_conf.current = curr_view->list_pos; in TEST()
123 cmds_conf.begin = 0; in TEST()
124 cmds_conf.current = curr_view->list_pos; in TEST()
131 cmds_conf.begin = 0; in TEST()
147 cmds_conf.begin = 0; in TEST()
163 cmds_conf.current = 0; in TEST()
[all …]
H A Dcount.c9 extern cmds_conf_t cmds_conf;
23 cmds_conf.begin = 0; in SETUP()
24 cmds_conf.current = 10; in SETUP()
25 cmds_conf.end = 20; in SETUP()
58 assert_int_equal(cmds_conf.current - 40 + 1, cmdi.count); in TEST()
64 assert_int_equal(cmds_conf.current + 1, cmdi.count); in TEST()
67 assert_int_equal(cmds_conf.end - cmds_conf.begin + 1, cmdi.count); in TEST()
H A Dinput.c237 cmds_conf.begin = 0; in TEST()
239 cmds_conf.end = 100; in TEST()
292 cmds_conf.begin = 0; in TEST()
294 cmds_conf.end = 100; in TEST()
324 cmds_conf.begin = 0; in TEST()
326 cmds_conf.end = 100; in TEST()
363 cmds_conf.begin = 0; in TEST()
365 cmds_conf.end = 3; in TEST()
378 cmds_conf.begin = 10; in TEST()
380 cmds_conf.end = 100; in TEST()
[all …]
H A Dsuite.c31 cmds_conf_t cmds_conf = { variable
59 cmds_conf.begin = 10; in SETUP()
60 cmds_conf.current = 50; in SETUP()
61 cmds_conf.end = 100; in SETUP()
63 vle_cmds_init(1, &cmds_conf); in SETUP()
H A Duser_cmds.c15 extern cmds_conf_t cmds_conf;
47 cmds_conf.begin = 5; in TEST()
48 cmds_conf.current = 55; in TEST()
49 cmds_conf.end = 550; in TEST()
H A Dbuiltin.c11 extern struct cmds_conf cmds_conf;
H A Dids.c7 extern cmds_conf_t cmds_conf;
H A Dcmds_completion.c17 extern cmds_conf_t cmds_conf;
62 cmds_conf.skip_at_beginning = &skip_at_beginning; in SETUP()
H A Dlast_argument.c7 extern cmds_conf_t cmds_conf;
H A Dcommand_name.c16 extern cmds_conf_t cmds_conf;
/dports/misc/vifm/vifm-0.11/src/engine/
H A Dcmds.c54 static cmds_conf_t *cmds_conf; variable
109 cmds_conf = conf; in vle_cmds_init()
149 cmds_conf->inner = NULL; in vle_cmds_reset()
163 cmds_conf_t *cc = cmds_conf; in vle_cmds_run()
334 if(cmd_info->end > cmds_conf->end) in correct_limit()
335 cmd_info->end = cmds_conf->end; in correct_limit()
629 cmd_info->begin = cmds_conf->begin; in parse_range_elem()
630 cmd_info->end = cmds_conf->end; in parse_range_elem()
635 cmd_info->end = cmds_conf->end; in parse_range_elem()
640 cmd_info->end = cmds_conf->current; in parse_range_elem()
[all …]
H A Dcmds.h227 void vle_cmds_init(int udf, cmds_conf_t *cmds_conf);
/dports/misc/vifm/vifm-0.11/tests/fuzz/
H A Dsuite.c211 static cmds_conf_t cmds_conf = { in fuzz_commands() local
234 cmds_conf.begin = 10; in fuzz_commands()
235 cmds_conf.current = 50; in fuzz_commands()
236 cmds_conf.end = 100; in fuzz_commands()
238 vle_cmds_init(1, &cmds_conf); in fuzz_commands()
/dports/misc/vifm/vifm-0.11/src/
H A Dcmd_core.c131 static cmds_conf_t cmds_conf = { variable
425 if(cmds_conf.inner != NULL) in init_commands()
427 vle_cmds_init(1, &cmds_conf); in init_commands()
433 vle_cmds_init(1, &cmds_conf); in init_commands()
524 vle_cmds_init(1, &cmds_conf); in execute_command()
525 cmds_conf.begin = 0; in execute_command()
526 cmds_conf.current = view->list_pos; in execute_command()
527 cmds_conf.end = view->list_rows - 1; in execute_command()
864 vle_cmds_init(1, &cmds_conf); in break_cmdline()
/dports/misc/vifm/vifm-0.11/src/modes/
H A Dmenu.c206 static cmds_conf_t cmds_conf = { variable
272 if(cmds_conf.inner == NULL) in modmenu_init()
274 vle_cmds_init(0, &cmds_conf); in modmenu_init()
311 vle_cmds_init(0, &cmds_conf); in modmenu_enter()
576 cmds_conf.begin = 1; in cmd_colon()
577 cmds_conf.current = menu->pos; in cmd_colon()
578 cmds_conf.end = menu->len; in cmd_colon()
1069 vle_cmds_init(0, &cmds_conf); in modmenu_run_command()