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

/external/syslinux/core/
H A Dconio.c42 __export uint8_t FlowInput = 0; /* Input bits for serial flow */ variable
94 ch &= FlowInput;
95 if (ch != FlowInput)
118 ah = FlowInput;

Completed in 171 milliseconds