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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c642 # define BLTIN(cmd, func, help) { cmd, func, help } macro
644 # define BLTIN(cmd, func, help) { cmd, func } macro
649 BLTIN("." , builtin_source , "Run commands in a file"),
650 BLTIN(":" , builtin_true , NULL),
652 BLTIN("bg" , builtin_fg_bg , "Resume a job in the background"),
655 BLTIN("break" , builtin_break , "Exit from a loop"),
657 BLTIN("cd" , builtin_cd , "Change directory"),
659 BLTIN("continue" , builtin_continue, "Start new loop iteration"),
661 BLTIN("eval" , builtin_eval , "Construct and run shell command"),
662 BLTIN("exe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c642 # define BLTIN(cmd, func, help) { cmd, func, help } macro
644 # define BLTIN(cmd, func, help) { cmd, func } macro
649 BLTIN("." , builtin_source , "Run commands in a file"),
650 BLTIN(":" , builtin_true , NULL),
652 BLTIN("bg" , builtin_fg_bg , "Resume a job in the background"),
655 BLTIN("break" , builtin_break , "Exit from a loop"),
657 BLTIN("cd" , builtin_cd , "Change directory"),
659 BLTIN("continue" , builtin_continue, "Start new loop iteration"),
661 BLTIN("eval" , builtin_eval , "Construct and run shell command"),
662 BLTIN("exe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c642 # define BLTIN(cmd, func, help) { cmd, func, help } macro
644 # define BLTIN(cmd, func, help) { cmd, func } macro
649 BLTIN("." , builtin_source , "Run commands in a file"),
650 BLTIN(":" , builtin_true , NULL),
652 BLTIN("bg" , builtin_fg_bg , "Resume a job in the background"),
655 BLTIN("break" , builtin_break , "Exit from a loop"),
657 BLTIN("cd" , builtin_cd , "Change directory"),
659 BLTIN("continue" , builtin_continue, "Start new loop iteration"),
661 BLTIN("eval" , builtin_eval , "Construct and run shell command"),
662 BLTIN("exe
[all...]

Completed in 99 milliseconds