HomeSort by: relevance | last modified time | path
    Searched refs:bltin (Results 1 - 11 of 11) sorted by relevancy

  /src/bin/sh/
exec.h 51 int (*bltin)(int, char**); member in union:cmdentry::param
exec.c 576 int (*bltin)(int,char **);
630 (bltin = find_builtin(name)) != 0)
650 if ((bltin = find_builtin(name)) == 0)
749 cmdp->param.bltin = bltin;
811 cmdp->param.bltin = bp->builtin;
852 int bltin; local
858 bltin = -1;
869 if (*new == '%' && bltin < 0 && prefix("builtin", new + 1))
870 bltin = idx
    [all...]
eval.c 1008 cmdentry.u.bltin = bltincmd;
1044 cmdentry.u.bltin != bltincmd)
1053 cmdentry.u.bltin = typecmd;
1093 (cmdentry.u.bltin != trapcmd && cmdentry.u.bltin != evalcmd)))
1105 || cmdentry.u.bltin == dotcmd
1106 || cmdentry.u.bltin == evalcmd)
1315 if (cmdentry.u.bltin == execcmd) {
1416 if (path != pathval() && (cmdentry.u.bltin == hashcmd ||
1417 cmdentry.u.bltin == typecmd))
    [all...]
Makefile 53 .PATH: ${.CURDIR}/bltin ${NETBSDSRCDIR}/bin/test \
  /src/external/historical/nawk/dist/
proctab.c 40 "BLTIN", /* 291 */
140 bltin, /* BLTIN */
proto.h 189 extern Cell *bltin(Node **, int);
run.c 2055 Cell *bltin(Node **a, int n) /* builtin functions. a[0] is type, a[1] is arg list */ function
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 5623 the actual type of the built-in and, if non-null, set *BLTIN to
5625 and clear *BLTIN if non-null. */
5628 type_or_builtin_type (tree expr, tree *bltin = NULL)
5631 if (!bltin)
5632 bltin = &dummy;
5634 *bltin = NULL_TREE;
5650 if ((*bltin = builtin_decl_implicit (code)))
5651 type = c_build_pointer_type (TREE_TYPE (*bltin));
7735 BLTIN is the declaration of the built-in with a prototype
7737 tree bltin;
7714 tree bltin; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 5167 the actual type of the built-in and, if non-null, set *BLTIN to
5169 and clear *BLTIN if non-null. */
5172 type_or_builtin_type (tree expr, tree *bltin = NULL)
5175 if (!bltin)
5176 bltin = &dummy;
5178 *bltin = NULL_TREE;
5194 if ((*bltin = builtin_decl_implicit (code)))
5195 type = build_pointer_type (TREE_TYPE (*bltin));
7198 BLTIN is the declaration of the built-in with a prototype
7200 tree bltin;
7179 tree bltin; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 6767 unsigned bltin = u ();
6768 t->function_decl.built_in_class = built_in_class (bltin);
6769 if (bltin != NOT_BUILT_IN)
6771 bltin = u ();
6772 DECL_UNCHECKED_FUNCTION_CODE (t) = built_in_function (bltin);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 6526 unsigned bltin = u ();
6527 t->function_decl.built_in_class = built_in_class (bltin);
6528 if (bltin != NOT_BUILT_IN)
6530 bltin = u ();
6531 DECL_UNCHECKED_FUNCTION_CODE (t) = built_in_function (bltin);

Completed in 38 milliseconds