Searched refs:stop (Results 1 – 7 of 7) sorted by relevance
69 GX_BOOL stop = GX_FALSE; in control_thread_entry() local83 while(stop == GX_FALSE) in control_thread_entry()117 stop = GX_TRUE; in control_thread_entry()
69 GX_BOOL stop = GX_FALSE; in control_thread_entry() local86 while(stop == GX_FALSE) in control_thread_entry()123 stop = GX_TRUE; in control_thread_entry()
39 char *FindTag(char *start, char *stop,42 char *EndTag(char *start, char *stop);
366 char *xml_reader::FindTag(char *start, char *stop, in FindTag() argument372 while(start < stop) in FindTag()443 char *xml_reader::EndTag(char *start, char *stop) in EndTag() argument445 while(start < stop) in EndTag()
41 IDB_MACRO_STOP BITMAP "res\\stop.bmp"
2925 widget_info *stop = NULL; in WriteChildDefine() local
317 INT stop; in AnimateHRWin() local322 stop = vitals_screen.vitals_screen_waveform_window.gx_widget_size.gx_rectangle_right + 5; in AnimateHRWin()324 distance = (left - stop) / 3; in AnimateHRWin()