Lines Matching defs:time_state
57 static int time_state = TIME_OK;
384 if ((time_state == TIME_INS) && (time_status & STA_INS))
411 switch (time_state) {
414 time_state = TIME_INS;
418 time_state = TIME_DEL;
426 time_state = TIME_OK;
429 time_state = TIME_OOP;
437 time_state = TIME_OK;
441 time_state = TIME_WAIT;
448 time_state = TIME_WAIT;
452 time_state = TIME_OK;
689 time_state = TIME_OK;
803 result = time_state; /* mostly `TIME_OK' */
829 if ((time_state == TIME_INS) && (time_status & STA_INS)) {
834 if ((time_state == TIME_DEL) && (time_status & STA_DEL)) {
839 if ((time_state == TIME_OOP) &&