Home
last modified time | relevance | path

Searched refs:p_softcar (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/ttymon/
H A Dttyadm.c104 ptr->p_softcar = ""; in main()
148 ptr->p_softcar = "y"; in main()
152 ptr->p_softcar = "n"; in main()
211 ptr->p_softcar); in main()
H A Dtmpmtab.c158 gptr->p_softcar = ""; in read_pmtab()
241 gptr->p_softcar = strsave(getword(ptr,&size,TRUE)); in read_pmtab()
454 log("soft-carrier:\t%s", gptr->p_softcar); in dump_pmtab()
500 if (strcmp(e1->p_softcar, e2->p_softcar) != 0)
607 if (*sp->p_softcar != '\0')
645 if (*sp->p_softcar != '\0')
723 free(p->p_softcar);
H A Dtmstruct.h65 char *p_softcar; /* use softcarrier */ member
H A Dttymon.c353 if (*pmptr->p_softcar == '\0')
356 if (*pmptr->p_softcar == 'y')