Home
last modified time | relevance | path

Searched refs:assignment (Results 1 – 25 of 253) sorted by relevance

1234567891011

/freebsd-12.1/crypto/heimdal/lib/sl/
H A Dslc-gram.y48 extern struct assignment *assignment;
60 struct assignment *assignment; member
65 %type <assignment> assignment assignments
82 | assignment
109 struct assignment *assignment; variable
530 struct assignment *type = find(tmp->u.assignment, "type"); in gen_wrapper()
531 struct assignment *lopt = find(tmp->u.assignment, "long"); in gen_wrapper()
534 struct assignment *help = find(tmp->u.assignment, "help"); in gen_wrapper()
569 struct assignment *type = find(tmp->u.assignment, "type"); in gen_wrapper()
658 struct assignment *type = find(tmp->u.assignment, "type"); in gen_wrapper()
[all …]
H A Dslc-gram.c129 extern struct assignment *assignment;
161 struct assignment *assignment; member
1361 assignment = (yyvsp[(1) - (1)].assignment);
1369 (yyval.assignment) = (yyvsp[(1) - (2)].assignment);
1392 (yyval.assignment)->u.assignment = (yyvsp[(4) - (5)].assignment);
1618 struct assignment *assignment; variable
2039 struct assignment *type = find(tmp->u.assignment, "type"); in gen_wrapper()
2040 struct assignment *lopt = find(tmp->u.assignment, "long"); in gen_wrapper()
2043 struct assignment *help = find(tmp->u.assignment, "help"); in gen_wrapper()
2078 struct assignment *type = find(tmp->u.assignment, "type"); in gen_wrapper()
[all …]
H A Dslc.h39 struct assignment { struct
44 struct assignment *assignment; member
47 struct assignment *next; argument
H A Dslc-gram.h58 struct assignment *assignment; member
/freebsd-12.1/bin/sh/
H A Darith_yacc.c166 static arith_t assignment(int var, int noeval);
175 result = assignment(op, noeval); in primary()
289 b = assignment(yylex(), noeval | !a); in cond()
302 static arith_t assignment(int var, int noeval) in assignment() function
315 result = assignment(yylex(), noeval); in assignment()
335 result = assignment(yylex(), 0); in arith()
/freebsd-12.1/bin/sh/tests/parser/
H A Dvar-assign1.02 # In a variable assignment, both the name and the equals sign must be entirely
3 # unquoted. Therefore, there is only one assignment below; the other words
/freebsd-12.1/bin/sh/tests/errors/
H A Dassignment-error1.018 # If there is no command word, the shell must abort on an assignment error.
21 # Special built-in utilities must abort on an assignment error.
H A DMakefile10 ${PACKAGE}FILES+= assignment-error1.0
11 ${PACKAGE}FILES+= assignment-error2.0
/freebsd-12.1/crypto/heimdal/lib/roken/
H A Denvironment.c47 find_var(char **env, char *assignment, size_t len) in find_var() argument
51 if(strncmp(env[i], assignment, len) == 0) in find_var()
/freebsd-12.1/contrib/gcc/cp/
H A Doperators.def40 assignment operators, the same tree-codes are reused; i.e.,
57 A boolean value. If nonzero, this is an assignment operator.
66 /* Use DEF_SIMPLE_OPERATOR to define a non-assignment operator. Its
73 /* Use DEF_ASSN_OPERATOR to define an assignment operator. Its
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td100 "%select{read of|assignment to|increment of|decrement of}0 "
103 "%select{read of|assignment to|increment of|decrement of}0 "
112 "%select{read of|assignment to|increment of|decrement of}0 "
115 "%select{read of|assignment to|increment of|decrement of}0 volatile "
127 "%select{read of|assignment to|increment of|decrement of}0 "
130 "%select{read of|assignment to|increment of|decrement of}0 "
133 "%select{read of|assignment to|increment of|decrement of}0 "
137 "%select{read of|assignment to|increment of|decrement of}0 "
141 "%select{read of|assignment to|increment of|decrement of}0 temporary "
/freebsd-12.1/contrib/netbsd-tests/bin/sh/
H A Dt_varval.sh112 atf_test_case assignment
247 atf_add_test_case assignment
/freebsd-12.1/crypto/openssl/doc/man3/
H A DBN_zero.pod5 BN_zero, BN_one, BN_value_one, BN_set_word, BN_get_word - BIGNUM assignment
29 is useful for use in comparisons and assignment.
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h.pump89 // No implementation - assignment is unsupported.
210 // No implementation - assignment is unsupported.
226 // No implementation - assignment is unsupported.
265 // No implementation - assignment is unsupported.
/freebsd-12.1/usr.bin/rpcgen/
H A Drpc_hout.c385 if (l->assignment) { in penumdef()
386 f_print(fout, " = %s", l->assignment); in penumdef()
387 last = l->assignment; in penumdef()
H A Drpc_parse.h99 const char *assignment; member
H A Drpc_parse.c261 elist->assignment = NULL; in def_enum()
265 elist->assignment = tok.str; in def_enum()
/freebsd-12.1/release/picobsd/build/
H A Dconfig3 # only contain assignment to shell variables.
/freebsd-12.1/usr.sbin/bsdconfig/share/
H A Dsysrc.subr347 # Find which file holds the effective last-assignment to a given variable
376 # last-assignment -- the one that ultimately effects the environment).
390 # Find which file matches assignment to the given variable name.
459 # to change the value in the last assignment to the variable). If the variable
479 # Does this line match an assignment to our variable?
517 # Null-assignment
534 # Find which rc.conf(5) file contains the last-assignment
/freebsd-12.1/sys/dts/
H A Dbindings-mpp.txt13 - function : function ID of the pin according to the assignment tables in
/freebsd-12.1/usr.sbin/fifolog/
H A Dflint.lnt47 //-e734 // loss of precision assignment
/freebsd-12.1/contrib/libc++/src/support/runtime/
H A Dexception_pointer_glibcxx.ipp16 // constructor, assignment operator and destructor (which are part of its
/freebsd-12.1/sys/gnu/dts/arm/
H A Dversatile-pb.dts83 * Overrides the interrupt assignment from
/freebsd-12.1/contrib/gdb/gdb/
H A DCONTRIBUTE45 copyright assignment form filled out and filed with the FSF.
52 Small changes can be accepted without a copyright assignment form on file.
/freebsd-12.1/contrib/binutils/ld/
H A Dldgram.y402 | assignment end
550 assignment end
641 assignment:

1234567891011