HomeSort by: relevance | last modified time | path
    Searched refs:land (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
eval-plural.h 54 else if (pexp->operation == land)
plural-exp.h 56 land, /* Logical AND. */ enumerator in enum:expression::operator
plural.y 170 $$ = new_exp_2 (land, $1, $3);
plural.c 1032 yyval.exp = new_exp_2 (land, yyvsp[-2].exp, yyvsp[0].exp);
  /src/external/gpl2/grep/dist/intl/
eval-plural.h 61 else if (pexp->operation == land)
plural-exp.h 62 land, /* Logical AND. */ enumerator in enum:expression::operator
plural.y 194 $$ = new_exp_2 (land, $1, $3);
plural.c 871 yyval.exp = new_exp_2 (land, yyvsp[-2].exp, yyvsp[0].exp);
  /src/external/gpl2/texinfo/dist/intl/
eval-plural.h 56 else if (pexp->operation == land)
plural-exp.h 58 land, /* Logical AND. */ enumerator in enum:expression::operator
plural.y 170 $$ = new_exp_2 (land, $1, $3);
plural.c 1032 yyval.exp = new_exp_2 (land, yyvsp[-2].exp, yyvsp[0].exp);
  /src/external/gpl3/gcc.old/dist/intl/
eval-plural.h 60 else if (pexp->operation == land)
plural-exp.h 66 land, /* Logical AND. */ enumerator in enum:expression::operator
plural.y 202 $$ = new_exp_2 (land, $1, $3);
plural.c 1061 yyval.exp = new_exp_2 (land, yyvsp[-2].exp, yyvsp[0].exp);
  /src/games/battlestar/
command6.c 69 land(void) function
71 if (notes[LAUNCHED] && testbit(location[position].objects, LAND) &&
81 puts("You can't land here.");
extern.h 71 #define LAND 2
354 int land(void);
cypher.c 540 if (!land())
  /src/external/gpl2/gettext/dist/gettext-tools/src/
write-csharp.c 279 case land:
355 case land:
459 case land:
write-java.c 473 case land:
549 case land:
653 case land:
  /src/lib/libintl/
plural_parser.c 328 * lor := land ( '||' land )*
330 * land := equality ( '&&' equality )*
406 DEF_TR(land, T_LAND, equality);
407 DEF_TR(lor, T_LOR, land);
  /src/external/gpl3/gcc/dist/libgcc/config/sh/
crt1.S 409 ! Now we are in the land of interrupts so need to save more state.
  /src/external/gpl3/gcc.old/dist/libgcc/config/sh/
crt1.S 409 ! Now we are in the land of interrupts so need to save more state.
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
ieee754-df.S 930 @ Ensure result will land to known bit position.

Completed in 35 milliseconds

1 2