| 86 |
* + \1 = keyword (toupper'd) |
* + \1 = keyword (toupper'd) |
| 87 |
* + \2 = kw_iter (unsigned integer value), 0 if not set |
* + \2 = kw_iter (unsigned integer value), 0 if not set |
| 88 |
* + \3 = kw_multi (case preserving) |
* + \3 = kw_multi (case preserving) |
| 89 |
|
* All KWT_* can match as if they were KWT_NORMAL (if we have a perfect |
| 90 |
|
* first match); kw_iter=0 and kw_multi=NULL in that case. |
| 91 |
* |
* |
| 92 |
* Cf. https://www.freewrt.org/trac/wiki/Documentation/Specs/Freewrt_info_files |
* Cf. https://www.freewrt.org/trac/wiki/Documentation/Specs/Freewrt_info_files |
| 93 |
* for more examples and a more human-readable version of this specification. |
* for more examples and a more human-readable version of this specification. |