Searched defs:stopc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dt4.c55 int icol, c, sawchar, stopc, i; local
152 snp[0]=snp[1]=stopc=0;
158 stopc=')';
162 if (c==stopc) {stopc=0; break;}
163 if (stopc==0) if (c==' ' || c== tab ) break;
168 if (stopc) if (get1char()!=stopc)
248 stopc=0;
253 stopc
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Drlmod.c181 char stopc; member in struct:rlmod_info
231 rmip->stopc = CTRL('s');
1111 rmip->stopc = tp->c_cc[VSTOP];
1144 stop = (ixon && (rmip->stopc == CTRL('s')) &&

Completed in 50 milliseconds