Home
last modified time | relevance | path

Searched refs:YHalt (Results 1 – 2 of 2) sorted by relevance

/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dtask.c44 extern void YHalt(void);
157 YHalt(void) in YHalt() function
180 ym_stopper.Action = YHalt; in ym_suspend()
605 taskCode[2].Action = &YHalt; in y_on_idle()
692 YHalt(); in Y_quit()
744 if (ym_state&Y_QUITTING) YHalt(); in RunTaskNow()
764 if (ym_state&Y_QUITTING) YHalt(); in IncludeNow()
H A Ddebug.c805 extern void YHalt(void); in Y_dbexit()
827 YHalt(); /* the *main* that called this is gone -- halt VM */ in Y_dbexit()
1017 extern void YHalt(void); in Y_dbwhere()
1042 if (stack->value.pc->Action == &YHalt) in Y_dbwhere()