Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dvi.c405 struct vi_cmd_param vi_cmds[7] = variable
430 if (strstr(cmd, vi_cmds[i].cmd)) { in run_vi_cmd()
431 return vi_cmds[i].vi_cmd_ptr(val); in run_vi_cmd()