23 #if !defined (octave_pt_loop_h)
24 #define octave_pt_loop_h 1
49 :
tree_command (l, c), expr (0), list (0), lead_comm (0),
59 int l = -1,
int c = -1)
60 :
tree_command (l, c), expr (e), list (0), lead_comm (lc),
70 int l = -1,
int c = -1)
71 :
tree_command (l, c), expr (e), list (lst), lead_comm (lc),
147 int l = -1,
int c = -1)
153 int l = -1,
int c = -1)
180 :
tree_command (l, c), parallel (false), lhs (0), expr (0),
181 maxproc (0), list (0), lead_comm (0), trail_comm (0)
193 int l = -1,
int c = -1)
194 :
tree_command (l, c), parallel (parallel_arg), lhs (le),
195 expr (re), maxproc (maxproc_arg), list (lst),
196 lead_comm (lc), trail_comm (tc)
276 :
tree_command (l, c), lhs (0), expr (0), list (0), lead_comm (0),
283 int l = -1,
int c = -1)
285 lead_comm (lc), trail_comm (tc) { }