Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tbl/
H A Dt4.c53 int icol, c, sawchar, stopc, i; in readspec() local
154 snp[0]=snp[1]=stopc=0; in readspec()
160 stopc=')'; in readspec()
164 if (c==stopc) {stopc=0; break;} in readspec()
165 if (stopc==0) if (c==' ' || c== tab ) break; in readspec()
170 if (stopc) if (get1char()!=stopc) in readspec()
250 stopc=0; in readspec()
255 stopc = ')'; in readspec()
258 if ( !stopc && (c>'9' || c< '0')) in readspec()
260 if (stopc && c== stopc) in readspec()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Drlmod.c180 char stopc; member
230 rmip->stopc = CTRL('s'); in rlmodopen()
1110 rmip->stopc = tp->c_cc[VSTOP]; in tty_flow()
1143 stop = (ixon && (rmip->stopc == CTRL('s')) && in tty_flow()