| 272 skipped lines |
| 273 | U | 273 | U | int style = initStyle; |
|
| 274 | U | 274 | U | /***************************************/ |
|
| 275 | U | 275 | U | int lastStart = 0; |
|
| 276 | C | char prevWord[32] = "", Label[6] = ""; | | 276 | C | char prevWord[32] = ""; |
| | | 277 | C | char Label[6] = ""; |
| 277 | U | 278 | U | // Variables for do label folding. |
|
| 278 | C | static int doLabels[100], posLabel=-1; | | 279 | C | static int doLabels[100]; |
| | | 280 | C | static int posLabel=-1; |
| 279 | U | 281 | U | /***************************************/ |
|
| 280 | U | 282 | U | for (unsigned int i = startPos; i < endPos; i++) { |
|
| 281 | U | 283 | U | char ch = chNext; |
|
| 170 skipped lines |