Home
last modified time | relevance | path

Searched refs:RPlumb (Results 1 – 4 of 4) sorted by relevance

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/samterm/
H A Dio.c75 block = (1<<RKeyboard)|(1<<RPlumb); in kbdblock()
95 got |= 1<<RPlumb; in externload()
107 alts[RPlumb].c = plumbc; in waitforio()
108 alts[RPlumb].v = &i; in waitforio()
109 alts[RPlumb].op = CHANRCV; in waitforio()
110 if((block & (1<<RPlumb)) || plumbc == nil) in waitforio()
111 alts[RPlumb].op = CHANNOP; in waitforio()
141 "p-"[alts[RPlumb].op == CHANNOP], in waitforio()
157 case RPlumb: in waitforio()
216 if(got & ((1<<RPlumb) & ~block)){ in externchar()
[all …]
H A Dsamterm.h54 RPlumb, enumerator
H A Dmain.c93 if(got&(1<<RPlumb)){ in threadmain()
98 type(which, RPlumb); in threadmain()
H A Dsyms933 RPlumb = 3;