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

  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
intl-exports.c 23 /* Ensure that the variable x is exported from the library, and that a
24 pseudo-variable IMP(x) is available. */
25 #define VARIABLE(x) \
32 /* Allocate a pseudo-variable IMP(x). */ \
36 VARIABLE(libintl_version)
  /src/external/gpl2/gettext/dist/gettext-tools/woe32dll/
export.h 41 exported struct variable, or to a particular element of an exported
42 array variable), requiring code modifications. Again one platform
76 to variables from within the library defining the variable is acceptable.
96 /* Ensure that the variable x is exported from the library, and that a
97 pseudo-variable IMP(x) is available. */
98 #define VARIABLE(x) \
105 /* Allocate a pseudo-variable IMP(x). */ \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
chng-syms.c 6 /* VARIABLE is a macro defined on the compiler command line. */
10 int VARIABLE = 42;
14 VARIABLE *= 2;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
chng-syms.c 6 /* VARIABLE is a macro defined on the compiler command line. */
10 int VARIABLE = 42;
14 VARIABLE *= 2;
  /src/external/gpl2/xcvs/dist/src/
hash.h 26 VARIABLE, RCSFIELD, RCSCMPFLD
  /src/external/lgpl3/gmp/dist/demos/calc/
calc.h 75 VARIABLE = 276, /* VARIABLE */
110 #define VARIABLE 276
calc.c 193 mpz_t variable[26]; variable
196 if ((var) < 0 || (var) >= numberof (variable)) \
198 fprintf (stderr, "Oops, bad variable somehow: %d\n", var); \
273 VARIABLE = 276, /* VARIABLE */
308 #define VARIABLE 276
367 YYSYMBOL_VARIABLE = 21, /* VARIABLE */
535 /* Suppress unused-variable warnings by "using" E. */
788 "LUCNUM", "NEXTPRIME", "POWM", "ROOT", "SQRT", "NUMBER", "VARIABLE",
1532 mpz_swap (variable[(yyvsp[-2].var)], sp)
    [all...]

Completed in 17 milliseconds