Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dttyadm.c91 ptr->p_termtype = ""; in main()
130 ptr->p_termtype = optarg; in main()
198 ptr->p_prompt, ptr->p_dmsg, ptr->p_termtype, in main()
H A Dtmexpress.c210 pmtab->p_termtype = ""; in parse_args()
241 if (strlen(pmtab->p_termtype) == 0 && in parse_args()
243 pmtab->p_termtype = cnterm.cn_term_type; in parse_args()
285 pmtab->p_termtype = optarg; in ttymon_options()
H A Dtmpmtab.c153 gptr->p_termtype = ""; in read_pmtab()
243 gptr->p_termtype = strsave(getword(ptr, in read_pmtab()
458 log("terminal type:\t%s", gptr->p_termtype); in dump_pmtab()
502 if (strcmp(e1->p_termtype, e2->p_termtype) != 0) in same_entry()
716 free(p->p_termtype); in free_pmtab()
H A Dtmstruct.h64 char *p_termtype; /* terminal type */ member
H A Dtmchild.c601 if (pmtab->p_termtype != (char *)NULL) { in invoke_service()
602 (void) sprintf(tbuf, "TERM=%s", pmtab->p_termtype); in invoke_service()