| 112 | static int mordoe; |
| 113 | |
| 114 | void BeginListShow(void) |
| 115 | { |
| 116 | listcount=0; |
| 117 | listsel=-1; |
| 118 | mordoe=0; |
| 119 | } |
| 120 | |
| 121 | /* Hmm =0 for in list choices, hmm=1 for end of list choices. */ |
| 122 | /* Return equals 0 to continue, -1 to stop, otherwise a number. */ |
no outgoing calls
no test coverage detected