Searched refs:escstate (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/ddb/
H A Ddb_input.c120 static int escstate; local
122 if (escstate == 1) {
125 escstate++;
127 escstate = 0; /* re-init state machine */
129 } else if (escstate == 2) {
130 escstate = 0;
156 escstate = 1;

Completed in 119 milliseconds