AST_MSG            39 core/ast.h           if (PN_PART(endname) == AST_MSG || PN_PART(endname) == AST_PATH) \
AST_MSG           286 core/compile.c                 if (lhs->part == AST_MSG || lhs->part == AST_VALUE) {
AST_MSG           358 core/compile.c                  && PN_PART(a) == AST_LICK && PN_PART(a->a[0]) == AST_MSG) {
AST_MSG           439 core/compile.c       if (lhs->part == AST_MSG || lhs->part == AST_QUERY) {
AST_MSG           441 core/compile.c 	DBG_c("assign %s '%s'\n", lhs->part == AST_MSG?"msg":"query",
AST_MSG           456 core/compile.c 	    if (lhs->part == AST_MSG) {
AST_MSG           595 core/compile.c     case AST_MSG:
AST_MSG           600 core/compile.c       if (t->part == AST_MSG && PN_S(t,0) == PN_if) {
AST_MSG           611 core/compile.c       } else if (t->part == AST_MSG && PN_S(t,0) == PN_elsif) {
AST_MSG           624 core/compile.c       } else if (t->part == AST_MSG && PN_S(t,0) == PN_else) {
AST_MSG           631 core/compile.c       } else if (t->part == AST_MSG && PN_S(t,0) == PN_class) {
AST_MSG           649 core/compile.c       } else if (t->part == AST_MSG && PN_S(t,0) == PN_extern) { // ffi
AST_MSG           700 core/compile.c       } else if (t->part == AST_MSG && (PN_S(t,0) == PN_while || PN_S(t,0) == PN_loop)) {
AST_MSG           730 core/compile.c       } else if (t->part == AST_MSG && PN_S(t,0) == PN_return) {
AST_MSG           735 core/compile.c       } else if (t->part == AST_MSG && PN_S(t,0) == PN_break) {
AST_MSG           742 core/compile.c       } else if (t->part == AST_MSG && PN_S(t,0) == PN_continue) {
AST_MSG           749 core/compile.c       } else if (t->part == AST_MSG && PN_S(t,0) == PN_self) {
AST_MSG           757 core/compile.c         if (count == 0 && t->part == AST_MSG) {
AST_MSG           777 core/compile.c           if (PN_S(t,2) != PN_NIL && (PN_PART(PN_S(t,2)) == AST_MSG)) {
AST_MSG           811 core/compile.c           if (t->part == AST_MSG) {
AST_MSG           885 core/compile.c               if (lhs->part == AST_MSG) {
AST_MSG           914 core/compile.c     if (t->part == AST_MSG) {			\
AST_MSG           995 core/compile.c 	  if (rhs->part == AST_MSG) {
AST_MSG          1003 core/compile.c 	  if (lhs->part == AST_EXPR && SRC_TUPLE_AT(lhs,0)->part == AST_MSG) {
AST_MSG          1011 core/compile.c 	  if (rhs->part == AST_EXPR && SRC_TUPLE_AT(rhs,0)->part == AST_MSG) {