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

  /src/bin/ksh/
exec.c 460 int bourne_function_call = 0; local in function:comexec
551 bourne_function_call = 1;
570 if (bourne_function_call && !(type_flags & EXPORT))
exec.c 460 int bourne_function_call = 0; local in function:comexec
551 bourne_function_call = 1;
570 if (bourne_function_call && !(type_flags & EXPORT))

Completed in 96 milliseconds