Home
last modified time | relevance | path

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

/components/finsh/
A Dfinsh.h265 #define FINSH_NEXT_SYSCALL(index) index=finsh_syscall_next(index) macro
267 #define FINSH_NEXT_SYSCALL(index) index++ macro
A Dmsh.c43 FINSH_NEXT_SYSCALL(index)) in msh_help()
237 FINSH_NEXT_SYSCALL(index)) in msh_get_cmd()
820 for (index = _syscall_table_begin; index < _syscall_table_end; FINSH_NEXT_SYSCALL(index)) in msh_auto_complete()
872 FINSH_NEXT_SYSCALL(index)) in msh_get_cmd_opt()

Completed in 5 milliseconds