| /freebsd-12.1/crypto/heimdal/lib/sl/ |
| H A D | slc-gram.y | 48 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 D | slc-gram.c | 129 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 D | slc.h | 39 struct assignment { struct 44 struct assignment *assignment; member 47 struct assignment *next; argument
|
| H A D | slc-gram.h | 58 struct assignment *assignment; member
|
| /freebsd-12.1/bin/sh/ |
| H A D | arith_yacc.c | 166 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 D | var-assign1.0 | 2 # 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 D | assignment-error1.0 | 18 # 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 D | Makefile | 10 ${PACKAGE}FILES+= assignment-error1.0 11 ${PACKAGE}FILES+= assignment-error2.0
|
| /freebsd-12.1/crypto/heimdal/lib/roken/ |
| H A D | environment.c | 47 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 D | operators.def | 40 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 D | DiagnosticASTKinds.td | 100 "%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 D | t_varval.sh | 112 atf_test_case assignment 247 atf_add_test_case assignment
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | BN_zero.pod | 5 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 D | gtest-param-util-generated.h.pump | 89 // 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 D | rpc_hout.c | 385 if (l->assignment) { in penumdef() 386 f_print(fout, " = %s", l->assignment); in penumdef() 387 last = l->assignment; in penumdef()
|
| H A D | rpc_parse.h | 99 const char *assignment; member
|
| H A D | rpc_parse.c | 261 elist->assignment = NULL; in def_enum() 265 elist->assignment = tok.str; in def_enum()
|
| /freebsd-12.1/release/picobsd/build/ |
| H A D | config | 3 # only contain assignment to shell variables.
|
| /freebsd-12.1/usr.sbin/bsdconfig/share/ |
| H A D | sysrc.subr | 347 # 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 D | bindings-mpp.txt | 13 - function : function ID of the pin according to the assignment tables in
|
| /freebsd-12.1/usr.sbin/fifolog/ |
| H A D | flint.lnt | 47 //-e734 // loss of precision assignment
|
| /freebsd-12.1/contrib/libc++/src/support/runtime/ |
| H A D | exception_pointer_glibcxx.ipp | 16 // constructor, assignment operator and destructor (which are part of its
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | versatile-pb.dts | 83 * Overrides the interrupt assignment from
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | CONTRIBUTE | 45 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 D | ldgram.y | 402 | assignment end 550 assignment end 641 assignment:
|