Lines Matching defs:OTHER
93 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
95 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
292 OTHER = 282,
650 "INTEGER", "INTEGER_STRING", "LINE_EXPANDED", "NEWLINE", "OTHER",
2545 (yyval.token) = _token_create_str (parser, OTHER, (yyvsp[0].str));
3349 case OTHER:
3377 case OTHER:
3496 if ((token->type == IDENTIFIER || token->type == OTHER || token->type == INTEGER_STRING || token->type == INTEGER) &&
3497 (other->type == IDENTIFIER || other->type == OTHER || other->type == INTEGER_STRING || other->type == INTEGER))
3796 if (node->token->type == IDENTIFIER || node->token->type == OTHER) {
3806 node->token->type != OTHER)) {
4109 /* We change the token type here from IDENTIFIER to OTHER to prevent any
4116 final = _token_create_str(parser, OTHER, str);