Searched refs:BLTIN (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | readonly1.tests | 5 # "command BLTIN" disables "special-ness", should not abort:
|
/busybox-1.35.0/shell/ |
D | hush.c | 1138 # define BLTIN(cmd, func, help) { cmd, func, help } macro 1140 # define BLTIN(cmd, func, help) { cmd, func } macro 1145 BLTIN("." , builtin_source , "Run commands in file"), 1146 BLTIN(":" , builtin_true , NULL), 1148 BLTIN("bg" , builtin_fg_bg , "Resume job in background"), 1151 BLTIN("break" , builtin_break , "Exit loop"), 1153 BLTIN("cd" , builtin_cd , "Change directory"), 1155 BLTIN("continue" , builtin_continue, "Start new loop iteration"), 1157 BLTIN("eval" , builtin_eval , "Construct and run shell command"), 1158 BLTIN("exec" , builtin_exec , "Execute command, don't return to shell"), [all …]
|