Searched refs:bltin (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/bin/sh/ |
H A D | exec.c | 576 int (*bltin)(int,char **); in find_command() local 630 (bltin = find_builtin(name)) != 0) in find_command() 650 if ((bltin = find_builtin(name)) == 0) in find_command() 749 cmdp->param.bltin = bltin; in find_command() 811 cmdp->param.bltin = bp->builtin; in hash_special_builtins() 852 int bltin; in changepath() local 858 bltin = -1; in changepath() 869 if (*new == '%' && bltin < 0 && prefix("builtin", new + 1)) in changepath() 870 bltin = idx; in changepath() 876 if (builtinloc < 0 && bltin >= 0) in changepath() [all …]
|
H A D | exec.h | 51 int (*bltin)(int, char**); member
|
H A D | TOUR | 17 DIRECTORIES: The subdirectory bltin contains commands which can 33 bltin/mkexpr unary_op binary_op operators.h operators.c 304 bltinlib.a which can be linked with ash. The header file bltin.h 309 before bltin.h is included; bltin.h will #undef main if the pro-
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 5117 type_or_builtin_type (tree expr, tree *bltin = NULL) 5120 if (!bltin) 5121 bltin = &dummy; 5123 *bltin = NULL_TREE; 5139 if ((*bltin = builtin_decl_implicit (code))) 5140 type = build_pointer_type (TREE_TYPE (*bltin)); 7066 tree bltin; in convert_for_assignment() local 7067 rhstype = type_or_builtin_type (rhs, &bltin); in convert_for_assignment() 7368 if (bltin) in convert_for_assignment() 7372 type, bltin, rhstype); in convert_for_assignment() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 5155 type_or_builtin_type (tree expr, tree *bltin = NULL) in type_or_builtin_type() argument 5158 if (!bltin) in type_or_builtin_type() 5159 bltin = &dummy; in type_or_builtin_type() 5161 *bltin = NULL_TREE; in type_or_builtin_type() 5177 if ((*bltin = builtin_decl_implicit (code))) in type_or_builtin_type() 5178 type = build_pointer_type (TREE_TYPE (*bltin)); in type_or_builtin_type() 7179 tree bltin; in convert_for_assignment() local 7180 rhstype = type_or_builtin_type (rhs, &bltin); in convert_for_assignment() 7536 if (bltin) in convert_for_assignment() 7540 type, bltin, rhstype); in convert_for_assignment() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | module.cc | 6526 unsigned bltin = u (); in core_vals() local 6527 t->function_decl.built_in_class = built_in_class (bltin); in core_vals() 6528 if (bltin != NOT_BUILT_IN) in core_vals() 6530 bltin = u (); in core_vals() 6531 DECL_UNCHECKED_FUNCTION_CODE (t) = built_in_function (bltin); in core_vals()
|