Home
last modified time | relevance | path

Searched refs:ValueIsContinuation (Results 1 – 3 of 3) sorted by relevance

/dports/lang/nickle/nickle-2.90/
H A Ddebug.c151 if (ValueIsContinuation(continuation) && ValueIsInt(frame)) in do_Debug_up()
169 if (ValueIsContinuation(continuation) && ValueIsInt(frame)) in do_Debug_down()
H A Dsched.c1005 if (!ValueIsContinuation(continuation)) in do_longjmp()
H A Dvalue.h382 #define ValueIsContinuation(v) (ValueRep(v) == &ContinuationRep) macro