diff options
Diffstat (limited to 'bin/sh/nodetypes')
-rw-r--r-- | bin/sh/nodetypes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/nodetypes b/bin/sh/nodetypes index e1e1b04..ae4bc4a 100644 --- a/bin/sh/nodetypes +++ b/bin/sh/nodetypes @@ -56,7 +56,6 @@ NSEMI nbinary # two commands separated by a semicolon NCMD ncmd # a simple command type int - backgnd int # set to run command in background args nodeptr # the arguments redirect nodeptr # list of file redirections @@ -96,12 +95,13 @@ NCASE ncase # a case statement expr nodeptr # the word to switch on cases nodeptr # the list of cases (NCLIST nodes) -NCLIST nclist # a case +NCLIST nclist # a case ending with ;; type int next nodeptr # the next case in list pattern nodeptr # list of patterns for this case body nodeptr # code to execute for this case +NCLISTFALLTHRU nclist # a case ending with ;& NDEFUN narg # define a function. The "next" field contains # the body of the function. |