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 | 1330 | drivers/char/pcxx.c | ch->stopc = bc->stopc; |
stopc | 1716 | drivers/char/pcxx.c | if(ch->startc != ch->fepstartc || ch->stopc != ch->fepstopc) { |
stopc | 1718 | drivers/char/pcxx.c | ch->fepstopc = ch->stopc; |
stopc | 1829 | drivers/char/pcxx.c | unsigned char startc, stopc; |
stopc | 2009 | drivers/char/pcxx.c | dflow.stopc = bc->stopc; |
stopc | 2012 | drivers/char/pcxx.c | dflow.stopc = bc->stopca; |
stopc | 2027 | drivers/char/pcxx.c | stopc = ch->stopc; |
stopc | 2030 | drivers/char/pcxx.c | stopc = ch->stopca; |
stopc | 2038 | drivers/char/pcxx.c | if(dflow.startc != startc || dflow.stopc != stopc) { |
stopc | 2044 | drivers/char/pcxx.c | ch->fepstopc = ch->stopc = dflow.stopc; |
stopc | 2048 | drivers/char/pcxx.c | ch->fepstopca = ch->stopca = dflow.stopc; |
stopc | 102 | drivers/char/pcxx.h | unchar stopc; |