Lines Matching refs:OTHER
19 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
80 /* The OTHER class is simply a catch-all for things that the CPP
83 strings, we have to be careful to avoid OTHER matching and hiding
85 characters that appear in any other expressions. */
87 OTHER [^][_#[:space:]#a-zA-Z0-9(){}.&*~!/%<>^|;,=+-]
96 * don't switch if some other state was explicitly set.
135 return OTHER;
279 {OTHER}+ {
281 return OTHER;