23 #if !defined (octave_pt_select_h)
24 #define octave_pt_select_h 1
44 :
tree (l, c), expr (0), list (0), lead_comm (0) { }
47 int l = -1,
int c = -1)
48 :
tree (l, c), expr (0), list (sl), lead_comm (lc) { }
52 int l = -1,
int c = -1)
53 :
tree (l, c), expr (e), list (sl), lead_comm (lc) { }
127 :
tree_command (l, c), list (0), lead_comm (0), trail_comm (0) { }
131 :
tree_command (l, c), list (lst), lead_comm (lc), trail_comm (tc) { }
172 :
tree (l, c), label (0), list (0), lead_comm (0) { }
175 int l = -1,
int c = -1)
176 :
tree (l, c), label (0), list (sl), lead_comm (lc) { }
180 int l = -1,
int c = -1)
181 :
tree (l, c), label (e), list (sl), lead_comm (lc) { }
257 :
tree_command (l, c), expr (0), list (0), lead_comm (0),
262 int l = -1,
int c = -1)
263 :
tree_command (l, c), expr (e), list (lst), lead_comm (lc),