HomeSort by: relevance | last modified time | path
    Searched defs:variable (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
frameless.c 18 int variable = 23; variable
22 int variable = 97; local
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
frameless.c 18 int variable = 23; variable
22 int variable = 97; local
  /src/tests/usr.bin/indent/
lex_ident.c 44 int variable; variable
opt_ts.c 13 int variable; variable
24 int variable; variable
opt_ut.c 12 int variable; variable
29 int variable; variable
46 int variable; variable
  /src/tests/usr.bin/xlint/lint1/
msg_086.c 8 extern double variable;
18 /* expect+1: warning: automatic 'variable' hides external declaration with type 'double' [86] */
19 int variable = 3; local
23 sink = variable;
msg_130.c 142 * name or a typedef name, or implicitly by using a variable in a switch
156 } variable; variable in typeref:enum:__anon8070
  /src/usr.bin/mkesdb/
yacc.y 62 static char *name, *encoding, *variable;
91 | property variable R_LN
104 variable : R_VARIABLE L_STRING label
106 set_prop_string("VARIABLE", &variable, &$2);
171 /* store variable */
172 if (variable)
174 (df, _CITRUS_ESDB_SYM_VARIABLE, variable));
  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 18 # variable or the guard target is defined, the file is skipped completely, as
19 # including it would not have any effect, not even on the special variable
20 # '.MAKE.MAKEFILES', as that variable skips duplicate pathnames.
30 # This is the canonical form of a variable-based multiple-inclusion guard.
31 CASES+= variable-ifndef
32 LINES.variable-ifndef= \
36 # expect: Parse_PushInput: variable-ifndef.tmp:1
37 # expect: Skipping 'variable-ifndef.tmp' because 'VARIABLE_IFNDEF' is defined
42 CASES+= variable-ifndef-reuse
43 LINES.variable-ifndef-reuse=
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
sel-gram.y 64 %type <expr> variable variables
93 | word kw_IN variable { $$ = _hx509_make_expr(comp_IN, $1, $3); }
99 | variable { $$ = $1; }
108 variable: '%' '{' variables '}' { $$ = $3; } label
  /src/external/gpl3/gdb/dist/gdb/
m2-exp.y 97 %type <voidval> variable
477 exp : variable
519 variable: fblock
526 /* GDB internal ($foo) variable */ label
527 variable: DOLLAR_VARIABLE
532 variable: block COLONCOLON NAME
548 variable: NAME
518 variable: fblock label
531 variable: block COLONCOLON NAME label
547 variable: NAME label
f-exp.y 138 %type <voidval> exp type_exp start variable
606 exp : variable
633 variable: name_not_typename
807 a fake for "variable", so these cause reduce/reduce conflicts because
808 the parser can't tell whether NAME_OR_INT is a name_not_typename (=variable,
632 variable: name_not_typename label
go-exp.y 119 %type <voidval> exp exp1 type_exp start variable lcurly
458 exp : variable
541 variable: name_not_typename ENTRY
555 variable: name_not_typename
623 a fake for "variable", so these cause reduce/reduce conflicts because
624 the parser can't tell whether NAME_OR_INT is a name_not_typename (=variable,
540 variable: name_not_typename ENTRY label
554 variable: name_not_typename label
p-exp.y 124 %type <voidval> exp exp1 type_exp start normal_start variable qualified_name
519 exp : variable
643 variable: block COLONCOLON name
671 variable: qualified_name
683 variable: name_not_typename
783 a fake for "variable", so these cause reduce/reduce conflicts because
784 the parser can't tell whether NAME_OR_INT is a name_not_typename (=variable,
642 variable: block COLONCOLON name label
670 variable: qualified_name label
682 variable: name_not_typename label
c-exp.y 172 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly function_method
545 | ',' exp /* Variable number of args. */
926 exp : variable
1099 variable: name_not_typename ENTRY
1112 variable: block COLONCOLON name
1165 variable: qualified_name
1177 variable: name_not_typename
1824 a fake for "variable", so these cause reduce/reduce conflicts because
1825 the parser can't tell whether NAME_OR_INT is a name_not_typename (=variable,
2479 different ways, e.g., 'filename'::func, function::variable. *
1098 variable: name_not_typename ENTRY label
1111 variable: block COLONCOLON name label
1164 variable: qualified_name label
1176 variable: name_not_typename label
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
m2-exp.y 97 %type <voidval> variable
473 exp : variable
515 variable: fblock
522 /* GDB internal ($foo) variable */ label
523 variable: DOLLAR_VARIABLE
528 variable: block COLONCOLON NAME
544 variable: NAME
514 variable: fblock label
527 variable: block COLONCOLON NAME label
543 variable: NAME label
f-exp.y 138 %type <voidval> exp type_exp start variable
606 exp : variable
633 variable: name_not_typename
799 a fake for "variable", so these cause reduce/reduce conflicts because
800 the parser can't tell whether NAME_OR_INT is a name_not_typename (=variable,
632 variable: name_not_typename label
go-exp.y 119 %type <voidval> exp exp1 type_exp start variable lcurly
458 exp : variable
541 variable: name_not_typename ENTRY
555 variable: name_not_typename
624 a fake for "variable", so these cause reduce/reduce conflicts because
625 the parser can't tell whether NAME_OR_INT is a name_not_typename (=variable,
540 variable: name_not_typename ENTRY label
554 variable: name_not_typename label
p-exp.y 124 %type <voidval> exp exp1 type_exp start normal_start variable qualified_name
519 exp : variable
643 variable: block COLONCOLON name
671 variable: qualified_name
683 variable: name_not_typename
784 a fake for "variable", so these cause reduce/reduce conflicts because
785 the parser can't tell whether NAME_OR_INT is a name_not_typename (=variable,
642 variable: block COLONCOLON name label
670 variable: qualified_name label
682 variable: name_not_typename label
c-exp.y 172 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly function_method
545 | ',' exp /* Variable number of args. */
926 exp : variable
1099 variable: name_not_typename ENTRY
1112 variable: block COLONCOLON name
1165 variable: qualified_name
1177 variable: name_not_typename
1823 a fake for "variable", so these cause reduce/reduce conflicts because
1824 the parser can't tell whether NAME_OR_INT is a name_not_typename (=variable,
2478 different ways, e.g., 'filename'::func, function::variable. *
1098 variable: name_not_typename ENTRY label
1111 variable: block COLONCOLON name label
1164 variable: qualified_name label
1176 variable: name_not_typename label
    [all...]
  /src/external/bsd/ipf/dist/lib/
var.c 15 typedef struct variable { struct
16 struct variable *v_next;
74 fprintf(stderr, "%d: unknown variable '%s'\n", line, s);
  /src/lib/libc/citrus/
citrus_iconv.c 108 const char **module, const char **variable)
129 /* get variable */
131 *variable = p += cp - cq;
163 const char *module, *variable; local
168 &module, &variable);
174 &module, &variable);
232 (const void *)variable,
233 strlen(variable)+1);
citrus_mapper.c 134 const char **module, const char **variable)
172 /* get variable */
173 *variable = p;
211 const char * __restrict variable)
267 (const void *)variable,
268 strlen(variable)+1,
290 const char * __restrict variable)
292 return mapper_open(ma, rcm, module, variable);
324 const char *module, *variable = NULL; local
344 (size_t)PATH_MAX, &module, &variable);
    [all...]
  /src/external/gpl3/gcc/dist/libobjc/
ivars.c 95 struct objc_ivar * variable = class_getInstanceVariable (object->class_pointer, name); local
97 if (variable != NULL && returnValue != NULL)
99 char *location = (char *)object + variable->ivar_offset;
104 return variable;
115 struct objc_ivar * variable = class_getInstanceVariable (object->class_pointer, name); local
117 if (variable != NULL)
119 char *location = (char *)object + variable->ivar_offset;
124 return variable;
128 id object_getIvar (id object, struct objc_ivar * variable)
130 if (object == nil || variable == NULL
    [all...]
  /src/external/gpl3/gcc.old/dist/libobjc/
ivars.c 95 struct objc_ivar * variable = class_getInstanceVariable (object->class_pointer, name); local
97 if (variable != NULL && returnValue != NULL)
99 char *location = (char *)object + variable->ivar_offset;
104 return variable;
115 struct objc_ivar * variable = class_getInstanceVariable (object->class_pointer, name); local
117 if (variable != NULL)
119 char *location = (char *)object + variable->ivar_offset;
124 return variable;
128 id object_getIvar (id object, struct objc_ivar * variable)
130 if (object == nil || variable == NULL
    [all...]

Completed in 53 milliseconds

1 2 3