AST_MSG            38 core/ast.h           if (PN_PART(endname) == AST_MSG || PN_PART(endname) == AST_PATH) \
AST_MSG           296 core/compile.c                 if (lhs->part == AST_MSG || lhs->part == AST_VALUE) {
AST_MSG           401 core/compile.c       if (lhs->part == AST_MSG || lhs->part == AST_QUERY) {
AST_MSG           405 core/compile.c 	DBG_c("assign %s '%s'\n", lhs->part == AST_MSG?"msg":"query",
AST_MSG           424 core/compile.c 	    if (lhs->part == AST_MSG) {
AST_MSG           561 core/compile.c     case AST_MSG:
AST_MSG           568 core/compile.c       if (t->part == AST_MSG && PN_S(t,0) == PN_use) {
AST_MSG           581 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           646 core/compile.c       } else if (t->part == AST_MSG && PN_S(t,0) == PN_else) {
AST_MSG           672 core/compile.c       } else if (t->part == AST_MSG && PN_S(t,0) == PN_class) {
AST_MSG           689 core/compile.c       } else if (t->part == AST_MSG && (PN_S(t,0) == PN_while || PN_S(t,0) == PN_loop)) {
AST_MSG           713 core/compile.c       } else if (t->part == AST_MSG && PN_S(t,0) == PN_return) {
AST_MSG           716 core/compile.c       } else if (t->part == AST_MSG && PN_S(t,0) == PN_break) {
AST_MSG           723 core/compile.c       } else if (t->part == AST_MSG && PN_S(t,0) == PN_continue) {
AST_MSG           730 core/compile.c       } else if (t->part == AST_MSG && PN_S(t,0) == PN_self) {
AST_MSG           737 core/compile.c         if (count == 0 && t->part == AST_MSG) {
AST_MSG           757 core/compile.c           if (PN_S(t,2) != PN_NIL && (PN_PART(PN_S(t,2)) == AST_MSG)) {
AST_MSG           791 core/compile.c           if (t->part == AST_MSG) {
AST_MSG           865 core/compile.c               if (lhs->part == AST_MSG) {
AST_MSG           894 core/compile.c     if (t->part == AST_MSG) {			\
AST_MSG           987 core/compile.c 	  if (rhs->part == AST_MSG) {
AST_MSG           995 core/compile.c 	  if (lhs->part == AST_EXPR && SRC_TUPLE_AT(lhs,0)->part == AST_MSG) {
AST_MSG          1003 core/compile.c 	  if (rhs->part == AST_EXPR && SRC_TUPLE_AT(rhs,0)->part == AST_MSG) {