| 2573 | #undef Is_Temp_Hilite |
| 2574 | |
| 2575 | staticfn void |
| 2576 | split_clridx(int idx, int *coloridx, int *attrib) |
| 2577 | { |
| 2578 | if (coloridx) |
| 2579 | *coloridx = idx & 0x00FF; |
| 2580 | if (attrib) |
| 2581 | *attrib = (idx >> 8) & 0x00FF; |
| 2582 | } |
| 2583 | |
| 2584 | /* |
| 2585 | * This is the parser for the hilite options. |
no outgoing calls
no test coverage detected