Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c720 if ((opt->flags & OPT_INITONLY) && phase != PHASE_INITIALIZE) {
1004 if (phase != PHASE_INITIALIZE) {
1063 if (phase == PHASE_INITIALIZE) in usage()
1078 if (phase == PHASE_INITIALIZE) {
1095 if (phase == PHASE_INITIALIZE) {
1141 if ((phase == PHASE_INITIALIZE) && !detached) in option_error()
1693 if (phase != PHASE_INITIALIZE) {
H A Dpppd.h318 #define PHASE_INITIALIZE 1 /* execution begins */ macro
H A Dmain.c308 new_phase(PHASE_INITIALIZE);