Home
last modified time | relevance | path

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

/src/stand/lua/
H A Dconfig.lua326 if cli_execute_unparsed(k) ~= 0 then
402 pstatus = cli_execute_unparsed(v.before) == 0
409 if cli_execute_unparsed(str) ~= 0 then
420 cli_execute_unparsed(v.error)
424 pstatus = cli_execute_unparsed(v.after) == 0
849 if cli_execute_unparsed('load ' .. xen_kernel) ~= 0 then
H A Dcli.lua102 function cli_execute_unparsed(str) function
H A Dmenu.lua579 cli_execute_unparsed(cmd)
/src/tools/boot/
H A Dlua-lint.sh19 --globals cli_execute_unparsed --globals try_include \