Home
last modified time | relevance | path

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

1234567891011

/freebsd-11-stable/crypto/heimdal/lib/sl/
HDslc-gram.y48 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 …]
HDslc-gram.c129 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 …]
HDslc.h39 struct assignment { struct
44 struct assignment *assignment; argument
47 struct assignment *next; argument
HDslc-gram.h58 struct assignment *assignment; member
/freebsd-11-stable/bin/sh/
HDarith_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-11-stable/bin/sh/tests/parser/
HDvar-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-11-stable/bin/sh/tests/errors/
HDassignment-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.
HDMakefile10 ${PACKAGE}FILES+= assignment-error1.0
11 ${PACKAGE}FILES+= assignment-error2.0
/freebsd-11-stable/crypto/heimdal/lib/roken/
HDenvironment.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-11-stable/contrib/gcc/cp/
HDoperators.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-11-stable/crypto/openssl/doc/crypto/
HDBN_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.
HDEVP_PKEY_set1_RSA.pod8 EVP_PKEY_type - EVP_PKEY assignment functions.
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
HDt_varval.sh112 atf_test_case assignment
247 atf_add_test_case assignment
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnosticASTKinds.td125 "%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/
HDrpc_hout.c385 if (l->assignment) { in penumdef()
386 f_print(fout, " = %s", l->assignment); in penumdef()
387 last = l->assignment; in penumdef()
HDrpc_parse.h99 const char *assignment; member
/freebsd-11-stable/release/picobsd/build/
HDconfig3 # only contain assignment to shell variables.
/freebsd-11-stable/usr.sbin/bsdconfig/share/
HDsysrc.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-11-stable/sys/boot/fdt/dts/
HDbindings-mpp.txt13 - function : function ID of the pin according to the assignment tables in
/freebsd-11-stable/usr.sbin/fifolog/
HDflint.lnt47 //-e734 // loss of precision assignment
/freebsd-11-stable/contrib/llvm-project/libcxx/src/support/runtime/
HDexception_pointer_glibcxx.ipp15 // constructor, assignment operator and destructor (which are part of its
/freebsd-11-stable/sys/gnu/dts/arm/
HDversatile-pb.dts82 * Overrides the interrupt assignment from
/freebsd-11-stable/contrib/gdb/gdb/
HDCONTRIBUTE45 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/
HDldgram.y402 | assignment end
550 assignment end
641 assignment:
/freebsd-11-stable/contrib/libreadline/
HDCHANGELOG18 - 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

1234567891011