| tag | line | file | source code |
| stopc | 43 | drivers/char/digi.h | unsigned char stopc; /* flow cntl stop char */ |
| stopc | 86 | drivers/char/fep.h | volatile unchar stopc; |
| stopc | 1332 | drivers/char/pcxx.c | ch->stopc = bc->stopc; |
| stopc | 1718 | drivers/char/pcxx.c | if(ch->startc != ch->fepstartc || ch->stopc != ch->fepstopc) { |
| stopc | 1720 | drivers/char/pcxx.c | ch->fepstopc = ch->stopc; |
| stopc | 1831 | drivers/char/pcxx.c | unsigned char startc, stopc; |
| stopc | 2011 | drivers/char/pcxx.c | dflow.stopc = bc->stopc; |
| stopc | 2014 | drivers/char/pcxx.c | dflow.stopc = bc->stopca; |
| stopc | 2029 | drivers/char/pcxx.c | stopc = ch->stopc; |
| stopc | 2032 | drivers/char/pcxx.c | stopc = ch->stopca; |
| stopc | 2040 | drivers/char/pcxx.c | if(dflow.startc != startc || dflow.stopc != stopc) { |
| stopc | 2046 | drivers/char/pcxx.c | ch->fepstopc = ch->stopc = dflow.stopc; |
| stopc | 2050 | drivers/char/pcxx.c | ch->fepstopca = ch->stopca = dflow.stopc; |
| stopc | 102 | drivers/char/pcxx.h | unchar stopc; |