Lines Matching refs:nodeptr
42 # nodeptr - a pointer to a node
53 ch1 nodeptr # the first child
54 ch2 nodeptr # the second child
59 args nodeptr # the arguments
60 redirect nodeptr # list of file redirections
70 n nodeptr # the command
71 redirect nodeptr # list of file redirections
81 test nodeptr # if test
82 ifpart nodeptr # then ifpart
83 elsepart nodeptr # else elsepart
90 args nodeptr # for var in args
91 body nodeptr # do body; done
97 expr nodeptr # the word to switch on
98 cases nodeptr # the list of cases (NCLIST nodes)
104 next nodeptr # the next case in list
105 pattern nodeptr # list of patterns for this case
106 body nodeptr # code to execute for this case
115 next nodeptr # next word in list
126 next nodeptr # next redirection in list
128 fname nodeptr # file name, in a NARG node
134 next nodeptr # next redirection in list
137 vname nodeptr # file name if fd>&$var
143 next nodeptr # next redirection in list
145 doc nodeptr # input to command (NARG node)
151 com nodeptr