Lines Matching refs:phase
159 int phase; /* where the link is at */ variable
887 while (phase != PHASE_DEAD) {
906 if (phase == PHASE_NETWORK || phase == PHASE_RUNNING) {
1028 } while (phase == PHASE_HOLDOFF);
1434 (phase < PHASE_AUTHENTICATE || phase > PHASE_RUNNING)) || in get_input()
1435 (phase <= PHASE_AUTHENTICATE && in get_input()
1440 protocol, phase_name(phase)); in get_input()
1443 pname, protocol, phase_name(phase)); in get_input()
1479 (*new_phase_hook)(p, phase);
1480 phase = p;
1491 if (phase != PHASE_EXIT) {
2575 (void) flprintf(strptr, "In %s phase\n", phase_name(phase));