| /freebsd-11-stable/crypto/heimdal/lib/sl/ |
| HD | 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 …]
|
| HD | 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 …]
|
| HD | slc.h | 39 struct assignment { struct 44 struct assignment *assignment; argument 47 struct assignment *next; argument
|
| HD | slc-gram.h | 58 struct assignment *assignment; member
|
| /freebsd-11-stable/bin/sh/ |
| HD | 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-11-stable/bin/sh/tests/parser/ |
| HD | 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-11-stable/bin/sh/tests/errors/ |
| HD | 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.
|
| HD | Makefile | 10 ${PACKAGE}FILES+= assignment-error1.0 11 ${PACKAGE}FILES+= assignment-error2.0
|
| /freebsd-11-stable/crypto/heimdal/lib/roken/ |
| HD | 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-11-stable/contrib/gcc/cp/ |
| HD | 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-11-stable/crypto/openssl/doc/crypto/ |
| HD | 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.
|
| HD | EVP_PKEY_set1_RSA.pod | 8 EVP_PKEY_type - EVP_PKEY assignment functions.
|
| /freebsd-11-stable/contrib/netbsd-tests/bin/sh/ |
| HD | t_varval.sh | 112 atf_test_case assignment 247 atf_add_test_case assignment
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | DiagnosticASTKinds.td | 125 "%select{read of|read of|assignment to|increment of|decrement of|" 130 "%select{read of|read of|assignment to|increment of|decrement of|" 142 "%select{read of|read of|assignment to|increment of|decrement of|" 146 "%select{read of|read of|assignment to|increment of|decrement of|" 153 "%select{read of|read of|assignment to|increment of|decrement of|" 164 "%select{read of|read of|assignment to|increment of|decrement of|" 169 "%select{read of|read of|assignment to|increment of|decrement of|" 175 "%select{read of|read of|assignment to|increment of|decrement of|" 181 "%select{read of|read of|assignment to|increment of|decrement of|" 187 "%select{read of|read of|assignment to|increment of|decrement of|" [all …]
|
| /freebsd-11-stable/usr.bin/rpcgen/ |
| HD | rpc_hout.c | 385 if (l->assignment) { in penumdef() 386 f_print(fout, " = %s", l->assignment); in penumdef() 387 last = l->assignment; in penumdef()
|
| HD | rpc_parse.h | 99 const char *assignment; member
|
| /freebsd-11-stable/release/picobsd/build/ |
| HD | config | 3 # only contain assignment to shell variables.
|
| /freebsd-11-stable/usr.sbin/bsdconfig/share/ |
| HD | 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-11-stable/sys/boot/fdt/dts/ |
| HD | bindings-mpp.txt | 13 - function : function ID of the pin according to the assignment tables in
|
| /freebsd-11-stable/usr.sbin/fifolog/ |
| HD | flint.lnt | 47 //-e734 // loss of precision assignment
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/src/support/runtime/ |
| HD | exception_pointer_glibcxx.ipp | 15 // constructor, assignment operator and destructor (which are part of its
|
| /freebsd-11-stable/sys/gnu/dts/arm/ |
| HD | versatile-pb.dts | 82 * Overrides the interrupt assignment from
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | 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-11-stable/contrib/binutils/ld/ |
| HD | ldgram.y | 402 | assignment end 550 assignment end 641 assignment:
|
| /freebsd-11-stable/contrib/libreadline/ |
| HD | CHANGELOG | 18 - add a VPATH assignment so the documentation is not remade if it's 358 - added missing `includedir' assignment, substituted by configure 631 - substitute @LDFLAGS@ in LDFLAGS assignment 775 - have configure substitute value of `@LDFLAGS@' into the assignment 929 - add @LIBS@ to LIBS assignment to pick up extra libraries from
|