Lines Matching full:list_for
1014 REQ(ch, list_for);
1022 if (TYPE(ch) == list_for)
1050 if (TYPE(CHILD(n, 0)) == list_for)
1064 /* listmaker: test ( list_for | (',' test)* [','] )
1065 list_for: 'for' exprlist 'in' testlist_safe [list_iter]
1066 list_iter: list_for | list_if
1097 REQ(ch, list_for);
1147 /* on exit, must guarantee that ch is a list_for */