Home
last modified time | relevance | path

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

/original-bsd/usr.bin/struct/beautify/
H A Dbeauty.y305 int tstatus,tlen,i; local
322 case '\n': tstatus = NEW;
330 case '(': tstatus = CONT;
332 default: tstatus = MID;
334 if (llen + bufind + tlen > xxmaxchars && lstatus == CONT && tstatus != NEW)
344 if (lstatus == CONT && tstatus == MID)
358 if (tstatus == NEW) ++xxlineno;
359 llen = (tstatus == NEW) ? 0 : llen + tlen;
360 lstatus = tstatus;
/original-bsd/sys/news3400/iodev/
H A Dsd.c2065 int tstatus; local
2201 switch (tstatus) {
2243 if (tstatus != TGST_GOOD) {
2506 if (tstatus == TGST_CC) {
2548 if (tstatus != TGST_GOOD) {
2570 if (tstatus == TGST_CC) {
2594 if (tstatus == TGST_CC) {
2622 if (tstatus == TGST_CC) {
2648 if (tstatus == TGST_CC) {
2697 if (tstatus == TGST_CC) {
[all …]