Home
last modified time | relevance | path

Searched refs:expandstr (Results 1 – 5 of 5) sorted by relevance

/freebsd/bin/sh/
H A Dparser.h84 const char *expandstr(const char *);
H A Dmain.c254 expandedname = expandstr(name); in read_profile()
H A Dhistedit.c89 histfile = expandstr("${HISTFILE-${HOME-}/.sh_history}"); in get_histfile()
H A Deval.c755 ps4 = expandstr(ps4val()); in xtracecommand()
H A Dparser.c2234 expandstr(const char *ps) in expandstr() function