Searched refs:fplist (Results 1 – 7 of 7) sorted by relevance
13 #define fplist 266 macro
23 fplist = 266 variable
30 fpdef: NAME | '(' fplist ')'31 fplist: fpdef (',' fpdef)* [',']
116 | LPAREN fplist RPAREN119 fplist
946 VALIDATER(fpdef); VALIDATER(fplist);1502 return (validate_repeating_list(tree, fplist, in validate_fplist()
619 REQ(n, fplist); in compiler_complex_args()641 assert(TYPE(child) == fplist); in compiler_complex_args()
339 def fplist(self, nodelist): member in Transformer