| 675 | |
| 676 | bool posix_syntax() const { return posix_syntax_; } |
| 677 | void set_posix_syntax(bool b) { posix_syntax_ = b; } |
| 678 | |
| 679 | bool longest_match() const { return longest_match_; } |
| 680 | void set_longest_match(bool b) { longest_match_ = b; } |
no outgoing calls