| /freebsd-12-stable/crypto/heimdal/lib/sl/ |
| D | slc-gram.y | 48 extern struct assignment *assignment; 60 struct assignment *assignment; member 65 %type <assignment> assignment assignments 73 assignment = $1; 77 assignments : assignment assignments 82 | assignment 85 assignment : LITERAL '=' STRING 100 $$->u.assignment = $4; 109 struct assignment *assignment; variable 113 ex(struct assignment *a, const char *fmt, ...) in ex() [all …]
|
| D | slc-gram.c | 129 extern struct assignment *assignment; 161 struct assignment *assignment; member 1361 assignment = (yyvsp[(1) - (1)].assignment); 1368 (yyvsp[(1) - (2)].assignment)->next = (yyvsp[(2) - (2)].assignment); 1369 (yyval.assignment) = (yyvsp[(1) - (2)].assignment); 1376 (yyval.assignment) = malloc(sizeof(*(yyval.assignment))); 1377 (yyval.assignment)->name = (yyvsp[(1) - (3)].string); 1378 (yyval.assignment)->type = a_value; 1379 (yyval.assignment)->lineno = lineno; 1380 (yyval.assignment)->u.value = (yyvsp[(3) - (3)].string); [all …]
|
| D | slc.h | 39 struct assignment { struct 44 struct assignment *assignment; argument 47 struct assignment *next; argument
|
| D | slc-gram.h | 58 struct assignment *assignment; member
|
| /freebsd-12-stable/bin/sh/tests/errors/ |
| D | assignment-error1.0 | 1 # $FreeBSD: stable/12/bin/sh/tests/errors/assignment-error1.0 213738 2010-10-12 18:20:38Z obrien $ 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.
|
| D | Makefile | 10 ${PACKAGE}FILES+= assignment-error1.0 11 ${PACKAGE}FILES+= assignment-error2.0
|
| D | assignment-error2.0 | 1 # $FreeBSD: stable/12/bin/sh/tests/errors/assignment-error2.0 216870 2011-01-01 13:26:18Z jilles $
|
| /freebsd-12-stable/bin/sh/ |
| 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-stable/bin/sh/tests/parser/ |
| 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-stable/crypto/heimdal/lib/roken/ |
| 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-stable/contrib/gcc/cp/ |
| 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-stable/contrib/netbsd-tests/bin/sh/ |
| D | t_varval.sh | 112 atf_test_case assignment 247 atf_add_test_case assignment
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | DiagnosticASTKinds.td | 143 "%select{read of|read of|assignment to|increment of|decrement of|" 148 "%select{read of|read of|assignment to|increment of|decrement of|" 160 "%select{read of|read of|assignment to|increment of|decrement of|" 164 "%select{read of|read of|assignment to|increment of|decrement of|" 171 "%select{read of|read of|assignment to|increment of|decrement of|" 185 "%select{read of|read of|assignment to|increment of|decrement of|" 190 "%select{read of|read of|assignment to|increment of|decrement of|" 196 "%select{read of|read of|assignment to|increment of|decrement of|" 202 "%select{read of|read of|assignment to|increment of|decrement of|" 208 "assignment would change active union member during the initialization of " [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lld/docs/ELF/ |
| D | linker_script.rst | 20 Symbol assignment 23 A symbol assignment looks like: 33 For a simple assignment like ``alias = aliasee;``, the ``st_type`` field is 52 Each section-command can be a symbol assignment, an output section description,
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| 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-stable/contrib/googletest/googletest/include/gtest/internal/ |
| 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-stable/usr.bin/rpcgen/ |
| 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()
|
| D | rpc_parse.h | 99 const char *assignment; member
|
| /freebsd-12-stable/release/picobsd/build/ |
| D | config | 3 # only contain assignment to shell variables.
|
| /freebsd-12-stable/usr.sbin/bsdconfig/share/ |
| 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-stable/sys/dts/ |
| D | bindings-mpp.txt | 13 - function : function ID of the pin according to the assignment tables in
|
| /freebsd-12-stable/usr.sbin/fifolog/ |
| D | flint.lnt | 47 //-e734 // loss of precision assignment
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/src/support/runtime/ |
| D | exception_pointer_glibcxx.ipp | 15 // constructor, assignment operator and destructor (which are part of its
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | versatile-pb.dts | 83 * Overrides the interrupt assignment from
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| 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.
|