Searched refs:BLTIN (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c552 #define BLTIN(cmd, func, help) { cmd, func, help } macro
554 #define BLTIN(cmd, func, help) { cmd, func } macro
560 BLTIN("bg" , builtin_fg_bg, "Resume a job in the background"),
562 // BLTIN("break" , builtin_not_written, "Exit for, while or until loop"),
563 BLTIN("cd" , builtin_cd, "Change working directory"),
564 // BLTIN("continue", builtin_not_written, "Continue for, while or until loop"),
565 BLTIN("eval" , builtin_eval, "Construct and run shell command"),
566 BLTIN("exec" , builtin_exec, "Exec command, replacing this shell with the exec'd process"),
567 BLTIN("exit" , builtin_exit, "Exit from shell"),
568 BLTIN("expor
[all...]

Completed in 20 milliseconds