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

  /src/bin/ksh/
exec.c 457 int type_flags; local in function:comexec
544 type_flags = 0;
552 type_flags = 0;
554 type_flags = LOCAL|LOCAL_COPY|EXPORT;
557 type_flags |= EXPORT;
569 typeset(cp, type_flags, 0, 0, 0);
570 if (bourne_function_call && !(type_flags & EXPORT))
exec.c 457 int type_flags; local in function:comexec
544 type_flags = 0;
552 type_flags = 0;
554 type_flags = LOCAL|LOCAL_COPY|EXPORT;
557 type_flags |= EXPORT;
569 typeset(cp, type_flags, 0, 0, 0);
570 if (bourne_function_call && !(type_flags & EXPORT))

Completed in 46 milliseconds