PN_IS_CLOSURE     271 core/objmodel.c   if (!PN_IS_CLOSURE(cl))
PN_IS_CLOSURE     359 core/objmodel.c   if (!PN_IS_CLOSURE(method)) {
PN_IS_CLOSURE     429 core/objmodel.c   if (PN_IS_CLOSURE(cl) && PN_CLOSURE(cl)->sig == PN_NIL)
PN_IS_CLOSURE     188 core/potion.h  #define PN_CHECK_CLOSURE(obj) if (!PN_IS_CLOSURE(obj)) return potion_type_error_want(P, obj, "Closure")
PN_IS_CLOSURE     749 core/potion.h      if (PN_IS_CLOSURE(c)) \
PN_IS_CLOSURE     560 core/table.c     if (cmp != PN_NIL && !PN_IS_BOOL(cmp) && !PN_IS_CLOSURE(cmp))
PN_IS_CLOSURE     590 core/table.c       else if (PN_IS_CLOSURE(cmp)) {
PN_IS_CLOSURE     624 core/table.c       if (cmp != PN_NIL && !PN_IS_BOOL(cmp) && !PN_IS_CLOSURE(cmp))
PN_IS_CLOSURE     767 core/vm.c                  if (PN_IS_CLOSURE(reg[op.a])) {
PN_IS_CLOSURE     130 lib/aio.c        if (PN_IS_CLOSURE(cb)) {	\
PN_IS_CLOSURE     139 lib/aio.c        if (PN_IS_CLOSURE(cb)) {	\
PN_IS_CLOSURE     584 lib/aio.c        if (PN_IS_CLOSURE(cb)) handle->cb = (uv_fs_event_cb)cb;
PN_IS_CLOSURE     646 syn/syntax-p5.y   if (!PN_IS_CLOSURE(cl))
PN_IS_CLOSURE     649 syn/syntax-p5.y   if (!PN_IS_CLOSURE(cl))
PN_IS_CLOSURE     453 syn/syntax.y     if (!PN_IS_CLOSURE(cl))
PN_IS_CLOSURE     455 syn/syntax.y     if (!PN_IS_CLOSURE(cl))