Add eachfile and mkaliasbn builtins
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
extern PID_t PID;
|
||||
extern Dev_t ps2kbdev;
|
||||
|
||||
static InterpResult RES;
|
||||
InterpResult RES;
|
||||
|
||||
void tz_init(Tokenizer *tz, char *str) {
|
||||
tz->str = str;
|
||||
@ -116,6 +116,8 @@ void tz_classify(Tokenizer *tz) {
|
||||
else IF_RTCMD(do)
|
||||
else IF_RTCMD(stackpush)
|
||||
else IF_RTCMD(stackpop)
|
||||
else IF_RTCMD(eachfile)
|
||||
else IF_RTCMD(mkaliasbn)
|
||||
else {
|
||||
tk->type = TOK_MISC;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user