Lines Matching defs:termid
1074 int termid;1085 termid = WTERMSIG(status);1088 termid = WEXITSTATUS(status);1091 termid = WSTOPSIG(status);1094 termid = 0;1105 termtype, termid,1108 if (termid != 0)1113 ((termid != 0) ? "FAIL" : "PASS"),1114 termid);1121 status, termid, ¬ime, ¬ime);