Home
last modified time | relevance | path

Searched refs:termtype (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/pan/
Dltp-pan.c1075 char *termtype; in run_child() local
1086 termtype = "signaled"; in run_child()
1089 termtype = "exited"; in run_child()
1092 termtype = "stopped"; in run_child()
1095 termtype = "unknown"; in run_child()
1105 termtype, termid, in run_child()
1120 write_test_end(active, errbuf, end_time, termtype, in run_child()
/third_party/mksh/
Dedit.c5626 x_initterm(const char *termtype) in x_initterm() argument
5631 switch (*termtype) { in x_initterm()
5633 if (!strncmp(termtype, "screen", 6) && in x_initterm()
5634 (termtype[6] == '\0' || termtype[6] == '-')) in x_initterm()
5638 if (!strncmp(termtype, "tmux", 4) && in x_initterm()
5639 (termtype[4] == '\0' || termtype[4] == '-')) in x_initterm()