Home
last modified time | relevance | path

Searched refs:a_value (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/bc/dist/
H A Dstorage.c384 ary_ptr->a_value = NULL; in get_array_num()
389 a_var = ary_ptr->a_value; in get_array_num()
391 a_var = ary_ptr->a_value = bc_malloc (sizeof (bc_array)); in get_array_num()
880 a_temp->a_value = NULL; in auto_var()
940 if (!a_temp->a_param && a_temp->a_value != NULL) in pop_vars()
942 free_a_tree (a_temp->a_value->a_tree, in pop_vars()
943 a_temp->a_value->a_depth); in pop_vars()
944 free (a_temp->a_value); in pop_vars()
1042 a_dest->a_value = a_src->a_value; in process_params()
1047 a_dest->a_value = copy_array (a_src->a_value); in process_params()
H A Dbc.y62 arg_list *a_value; member
109 %type <a_value> opt_parameter_list opt_auto_define_list define_list
110 %type <a_value> opt_argument_list argument_list
H A Dbcdefs.h153 bc_array *a_value; member
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Ddecl_struct_c90.c13 int a_value; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc.h43 enum { a_value, a_assignment } type; enumerator
H A Dslc-gram.y90 $$->type = a_value;
H A Dslc-gram.c1192 (yyval.assignment)->type = a_value; in yyparse()
/netbsd-src/usr.bin/menuc/
H A Dparse.y51 action a_value; member
64 %type <a_value> action exitact
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h530 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() argument
531 key_(a_key), value_(a_value) { in TestProperty()