Home | History | Annotate | Download | only in sh

Lines Matching refs:state

96  * exception occurs.  When an exception occurs the variable "state"
105 volatile int state;
111 state = 0;
123 state = 3;
139 if (state == 0 || iflag == 0 || ! rootshell)
153 if (state == 1)
155 else if (state == 2)
157 else if (state == 3)
176 state = 1;
179 state = 2;
183 state = 3;
186 state = 3;
191 state = 4;