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

1 2 3

  /src/external/gpl2/gettext/dist/gettext-tools/woe32dll/
gettextlib-exports.c 21 VARIABLE(argmatch_die)
22 VARIABLE(error_message_count)
23 VARIABLE(error_one_per_line)
24 VARIABLE(error_print_progname)
25 VARIABLE(error_with_progname)
26 VARIABLE(exit_failure)
27 VARIABLE(program_name)
28 VARIABLE(rpl_optarg)
29 VARIABLE(rpl_optind)
30 VARIABLE(simple_backup_suffix
    [all...]
gettextsrc-exports.c 21 VARIABLE(allow_duplicates)
22 VARIABLE(format_language)
23 VARIABLE(format_language_pretty)
24 VARIABLE(formatstring_awk)
25 VARIABLE(formatstring_boost)
26 VARIABLE(formatstring_c)
27 VARIABLE(formatstring_csharp)
28 VARIABLE(formatstring_elisp)
29 VARIABLE(formatstring_gcc_internal)
30 VARIABLE(formatstring_java
    [all...]
gettextpo-exports.c 21 VARIABLE(libgettextpo_version)
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/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/share/locale/ctype/
ja_JP.ISO-2022-JP-2.src 10 VARIABLE MAX2 INIT0=94B 0=94 0=94$ 2=96 2=96$ SS2 CODESET=ISO2022-JP2
ja_JP.ISO-2022-JP.src 10 VARIABLE INIT0=94B CODESET=ISO2022-JP
ja_JP.CTEXT.src 15 VARIABLE 8BIT MAX1 INIT0=94B INIT1=96A 0=94 1=96 1=94I 0=94$ 1=96$ NOOLD CODESET=CTEXT
en_US.ASCII.src 7 VARIABLE Strict 7bit ASCII locale, CODESET=646
en_US.ISO_8859-1.src 7 VARIABLE Latin-1 character set, CODESET=ISO8859-1
ru_RU.CP866.src 7 VARIABLE Russian Alternative charset, CODESET=CP866
ru_RU.KOI8-R.src 7 VARIABLE Russian CODESET=KOI8-R
tr_TR.ISO8859-9.src 30 VARIABLE CODESET=ISO8859-9
el_GR.ISO8859-7.src 10 VARIABLE Greek/ISO8859-7 character set by <past@netmode.ntua.gr>, CODESET=ISO8859-7
en_US.DIS_8859-15.src 7 VARIABLE Latin-9 character set, CODESET=ISO8859-15
lt_LT.ISO8859-13.src 10 VARIABLE ISO 8859-13 Latin-7 character set, CODESET=ISO8859-13
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-endian.h 138 #define H2T(VARIABLE) \
140 void *vp = &(VARIABLE); \
141 switch (sizeof (VARIABLE)) { \
150 #define T2H(VARIABLE) \
152 switch (sizeof(VARIABLE)) { \
153 case 1: VARIABLE = T2H_1(VARIABLE); break; \
154 case 2: VARIABLE = T2H_2(VARIABLE); break; \
155 case 4: VARIABLE = T2H_4(VARIABLE); break;
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
sim-endian.h 138 #define H2T(VARIABLE) \
140 void *vp = &(VARIABLE); \
141 switch (sizeof (VARIABLE)) { \
150 #define T2H(VARIABLE) \
152 switch (sizeof(VARIABLE)) { \
153 case 1: VARIABLE = T2H_1(VARIABLE); break; \
154 case 2: VARIABLE = T2H_2(VARIABLE); break; \
155 case 4: VARIABLE = T2H_4(VARIABLE); break;
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgfilter-sr-latin-1 169 "with references to environment variables of the form $VARIABLE or ${VARIABLE}\n"
242 "environment variable TEXTDOMAIN. If the message catalog is not found in the\n"
244 "variable TEXTDOMAINDIR.\n"
299 "environment variable TEXTDOMAIN. If the message catalog is not found in the\n"
301 "variable TEXTDOMAINDIR.\n"
475 "with references to environment variables of the form $VARIABLE or ${VARIABLE}\n"
548 "environment variable TEXTDOMAIN. If the message catalog is not found in the\n"
550 "variable TEXTDOMAINDIR.\n
    [all...]
  /src/external/lgpl3/gmp/dist/demos/calc/
calc.h 75 VARIABLE = 276, /* VARIABLE */
110 #define VARIABLE 276
calclex.l 99 return VARIABLE;
  /src/usr.bin/mklocale/
lex.l 133 VARIABLE[\t ] { static char vbuf[1024];
142 return(VARIABLE);
  /src/external/gpl2/xcvs/dist/src/
hash.h 26 VARIABLE, RCSFIELD, RCSCMPFLD

Completed in 33 milliseconds

1 2 3