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

  /src/bin/sh/
parser.c 2697 * on error, expandonstack() cleans up the parser state, but then
2706 expandonstack(char *ps, int cmdsub, int lineno) function in typeref:typename:const char *
2788 result = expandonstack(ps, 1, lineno);
2859 result = expandonstack(var, (flags & VUNSAFE ? 0 : 2), 0);
2923 return expandonstack(arg, 0, 0);
parser.c 2697 * on error, expandonstack() cleans up the parser state, but then
2706 expandonstack(char *ps, int cmdsub, int lineno) function in typeref:typename:const char *
2788 result = expandonstack(ps, 1, lineno);
2859 result = expandonstack(var, (flags & VUNSAFE ? 0 : 2), 0);
2923 return expandonstack(arg, 0, 0);

Completed in 25 milliseconds