Home
last modified time | relevance | path

Searched refs:p_termtype (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/ttymon/
H A Dttyadm.c103 ptr->p_termtype = ""; in main()
142 ptr->p_termtype = optarg; in main()
210 ptr->p_prompt, ptr->p_dmsg, ptr->p_termtype, in main()
H A Dtmexpress.c186 pmtab->p_termtype = ""; in parse_args()
211 if ((strlen(pmtab->p_termtype) == 0) && in parse_args()
216 pmtab->p_termtype = cnterm.cn_term_type; in parse_args()
259 pmtab->p_termtype = optarg; in ttymon_options()
H A Dtmpmtab.c157 gptr->p_termtype = ""; in read_pmtab()
237 gptr->p_termtype = strsave(getword(ptr,&size,TRUE)); in read_pmtab()
453 log("terminal type:\t%s", gptr->p_termtype); in dump_pmtab()
498 if (strcmp(e1->p_termtype, e2->p_termtype) != 0)
722 free(p->p_termtype);
H A Dtmstruct.h64 char *p_termtype; /* terminal type */ member
H A Dtmchild.c615 if (pmtab->p_termtype != (char *)NULL) {
616 (void) sprintf(tbuf, "TERM=%s", pmtab->p_termtype);