Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dvi.c1189 struct vi_cmd_param vi_cmds[] = variable
1223 for (i = 0; i < ARRAY_LEN(vi_cmds); i++) { in run_vi_cmd()
1224 if (!strncmp(cmd, vi_cmds[i].cmd, strlen(vi_cmds[i].cmd))) { in run_vi_cmd()
1225 vi_cmd = vi_cmds[i].vi_cmd; in run_vi_cmd()
1226 cmd += strlen(vi_cmds[i].cmd); in run_vi_cmd()