HomeSort by: relevance | last modified time | path
    Searched defs:builtinloc (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
exec.c 101 STATIC int builtinloc = -1; /* index in path of %builtin, or -1 */ variable in typeref:typename:STATIC int
479 if (builtinloc >= 0)
619 if ((act & DO_ALTBLTIN) || builtinloc >= 0)
629 if ((act & DO_ALTPATH ? !(act & DO_ALTBLTIN) : builtinloc < 0) &&
637 prev = builtinloc;
831 || (cmdp->cmdtype == CMDBUILTIN && builtinloc >= 0))
876 if (builtinloc < 0 && bltin >= 0)
877 builtinloc = bltin; /* zap builtins */
878 if (builtinloc >= 0 && bltin < 0)
881 builtinloc = bltin
    [all...]
exec.c 101 STATIC int builtinloc = -1; /* index in path of %builtin, or -1 */ variable in typeref:typename:STATIC int
479 if (builtinloc >= 0)
619 if ((act & DO_ALTBLTIN) || builtinloc >= 0)
629 if ((act & DO_ALTPATH ? !(act & DO_ALTBLTIN) : builtinloc < 0) &&
637 prev = builtinloc;
831 || (cmdp->cmdtype == CMDBUILTIN && builtinloc >= 0))
876 if (builtinloc < 0 && bltin >= 0)
877 builtinloc = bltin; /* zap builtins */
878 if (builtinloc >= 0 && bltin < 0)
881 builtinloc = bltin
    [all...]
exec.c 101 STATIC int builtinloc = -1; /* index in path of %builtin, or -1 */ variable in typeref:typename:STATIC int
479 if (builtinloc >= 0)
619 if ((act & DO_ALTBLTIN) || builtinloc >= 0)
629 if ((act & DO_ALTPATH ? !(act & DO_ALTBLTIN) : builtinloc < 0) &&
637 prev = builtinloc;
831 || (cmdp->cmdtype == CMDBUILTIN && builtinloc >= 0))
876 if (builtinloc < 0 && bltin >= 0)
877 builtinloc = bltin; /* zap builtins */
878 if (builtinloc >= 0 && bltin < 0)
881 builtinloc = bltin
    [all...]

Completed in 31 milliseconds