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

  /src/bin/ksh/
sh.h 236 #define EF_FUNC_PARSE BIT(0) /* function being parsed */
syn.c 575 old_func_parse = e->flags & EF_FUNC_PARSE;
576 e->flags |= EF_FUNC_PARSE;
596 e->flags &= ~EF_FUNC_PARSE;

Completed in 34 milliseconds