Searched refs:stopc (Results 1 – 2 of 2) sorted by relevance
55 int icol, c, sawchar, stopc, i; in readspec() local152 snp[0]=snp[1]=stopc=0; in readspec()158 stopc=')'; in readspec()162 if (c==stopc) {stopc=0; break;} in readspec()163 if (stopc==0) if (c==' ' || c== tab ) break; in readspec()168 if (stopc) if (get1char()!=stopc) in readspec()248 stopc=0; in readspec()253 stopc = ')'; in readspec()256 if ( !stopc && (c>'9' || c< '0')) in readspec()258 if (stopc && c== stopc) in readspec()[all …]
181 char stopc; member231 rmip->stopc = CTRL('s'); in rlmodopen()1111 rmip->stopc = tp->c_cc[VSTOP]; in tty_flow()1144 stop = (ixon && (rmip->stopc == CTRL('s')) && in tty_flow()