Searched refs:FINSH_NEXT_SYSCALL (Results 1 – 2 of 2) sorted by relevance
265 #define FINSH_NEXT_SYSCALL(index) index=finsh_syscall_next(index) macro267 #define FINSH_NEXT_SYSCALL(index) index++ macro
43 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