Home
last modified time | relevance | path

Searched refs:ValueIsFunc (Results 1 – 7 of 7) sorted by relevance

/dports/lang/nickle/nickle-2.90/
H A Dbuiltin-command.c128 if (!ValueIsFunc(func)) in do_Command_new_common()
H A Ddebug.c185 if (!ValueIsFunc (f)) in do_Debug_dump()
H A Dbuiltin-toplevel.c412 if (!ValueIsFunc (a)) in do_func_args()
H A Dtype.c1299 if (ValueIsFunc(b)) in TypeCompatibleAssign()
1452 if (ValueIsFunc(b)) in ValueIsType()
H A Dexecute.c113 if (!ValueIsFunc(func)) in ThreadCall()
950 assert (ValueIsFunc(frame->function)); in FrameValid()
H A Dpretty.c957 if (v && ValueIsFunc(v)) in doPrettyPrint()
H A Dvalue.h379 #define ValueIsFunc(v) (ValueRep(v) == &FuncRep) macro