Home
last modified time | relevance | path

Searched refs:AST_LIST (Results 1 – 16 of 16) sorted by last modified time

/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dparser.y307 #define DUMP_AST_LIST(KEY,AST_LIST) IF_DEBUG( \ argument
309 c_ast_list_dump( &(AST_LIST), 1, stdout ); )
/dports/lang/mujs/mujs-1.2.0/
H A Djsparse.h6 AST_LIST, enumerator
H A Djscompile.c1338 if (node->type == AST_LIST) { in cvardecs()
1385 if (body && body->type == AST_LIST && body->a && body->a->type == EXP_STRING) in cfunbody()
H A Djsparse.c5 #define LIST(h) jsP_newnode(J, AST_LIST, 0, h, 0, 0, 0)
993 if (node->type == AST_LIST) { in jsP_foldconst()
H A Djsdump.c187 assert(list->type == AST_LIST); in pargs()
199 assert(list->type == AST_LIST); in parray()
217 assert(list->type == AST_LIST); in pobject()
480 assert(list->type == AST_LIST); in pvarlist()
675 assert(list->type == AST_LIST); in pstmlist()
685 if (prog->type == AST_LIST) in jsP_dumpsyntax()
708 if (node->type == AST_LIST) { in snode()
743 assert(list->type == AST_LIST); in slist()
757 assert(list->type == AST_LIST); in sblock()
771 if (prog->type == AST_LIST) in jsP_dumplist()
/dports/devel/pecl-ast/ast-1.0.16/
H A Dast_stub.php11 const AST_LIST = 255; define
H A DREADME.md470 AST_LIST
/dports/devel/pecl-ast/ast-1.0.16/tests/
H A Dmetadata.phpt30 AST_LIST: []
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Djsparse.h6 AST_LIST, enumerator
H A Djscompile.c1358 if (node->type == AST_LIST) { in cvardecs()
1405 if (body && body->type == AST_LIST && body->a && body->a->type == EXP_STRING) in cfunbody()
H A Djsdump.c187 assert(list->type == AST_LIST); in pargs()
199 assert(list->type == AST_LIST); in parray()
217 assert(list->type == AST_LIST); in pobject()
475 assert(list->type == AST_LIST); in pvarlist()
670 assert(list->type == AST_LIST); in pstmlist()
680 if (prog->type == AST_LIST) in jsP_dumpsyntax()
703 if (node->type == AST_LIST) { in snode()
738 assert(list->type == AST_LIST); in slist()
752 assert(list->type == AST_LIST); in sblock()
766 if (prog->type == AST_LIST) in jsP_dumplist()
H A Djsparse.c5 #define LIST(h) jsP_newnode(J, AST_LIST, 0, h, 0, 0, 0)
993 if (node->type == AST_LIST) { in jsP_foldconst()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/mujs/
H A Djscompile.c1323 if (body && body->type == AST_LIST && body->a && body->a->type == EXP_STRING) in cfunbody()
H A Djsdump.c182 assert(list->type == AST_LIST); in pargs()
194 assert(list->type == AST_LIST); in parray()
212 assert(list->type == AST_LIST); in pobject()
470 assert(list->type == AST_LIST); in pvarlist()
665 assert(list->type == AST_LIST); in pstmlist()
675 if (prog->type == AST_LIST) in jsP_dumpsyntax()
698 if (node->type == AST_LIST) { in snode()
731 assert(list->type == AST_LIST); in slist()
745 assert(list->type == AST_LIST); in sblock()
759 if (prog->type == AST_LIST) in jsP_dumplist()
H A Djsparse.h6 AST_LIST, enumerator
H A Djsparse.c5 #define LIST(h) jsP_newnode(J, AST_LIST, h, 0, 0, 0)