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

  /src/bin/sh/
parser.h 81 const char *expandstr(char *, int);
eval.c 474 outxstr(expandstr(ps4val(), line_number));
559 outxstr(expandstr(ps4val(), line_number));
585 outxstr(expandstr(ps4val(), line_number));
648 outxstr(PS4 = expandstr(ps4val(), line_number));
963 outxstr(expandstr(ps4val(), line_number));
parser.c 2674 cp = expandstr(p, plinno);
2693 * state it was when expandstr() was called (so it can be used part way
2698 * simply jumps out through expandstr() without doing any stack cleanup,
2770 expandstr(char *ps, int lineno) function in typeref:typename:const char *
2855 * growing on the stack, [...] [see expandstr() above].

Completed in 16 milliseconds