HomeSort by: relevance | last modified time | path
    Searched refs:token_type_lparen (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-ycp.c 315 token_type_lparen, /* ( */ enumerator in enum:token_type_ty
536 tp->type = token_type_lparen;
703 case token_type_lparen:
x-awk.c 225 token_type_lparen, /* ( */ enumerator in enum:token_type_ty
541 tp->type = token_type_lparen;
720 if (next_is_argument && token.type != token_type_lparen)
758 case token_type_lparen:
x-php.c 737 token_type_lparen, /* ( */ enumerator in enum:token_type_ty
1082 tp->type = token_type_lparen;
1317 case token_type_lparen:
x-python.c 977 token_type_lparen, /* ( */ enumerator in enum:token_type_ty
1548 tp->type = token_type_lparen;
1701 case token_type_lparen:
x-perl.c 503 token_type_lparen, /* ( */ enumerator in enum:token_type_ty
567 case token_type_lparen:
568 return "token_type_lparen";
2320 tp->type = token_type_lparen;
2691 && next->type == token_type_lparen)
2936 if (next_is_argument && tp->type != token_type_lparen)
3036 case token_type_lparen:
x-java.c 711 token_type_lparen, /* ( */ enumerator in enum:token_type_ty
883 tp->type = token_type_lparen;
1292 case token_type_lparen:
x-csharp.c 1300 token_type_lparen, /* ( */ enumerator in enum:token_type_ty
1564 tp->type = token_type_lparen;
1981 case token_type_lparen:

Completed in 30 milliseconds