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);
|