Home
last modified time | relevance | path

Searched refs:SH_HISTEXPAND (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/data/
H A Doptions.c65 "histexpand", SH_HISTEXPAND,
67 bashextra("histexpand", SH_HISTEXPAND)
/titanic_41/usr/src/lib/libshell/common/include/
H A Ddefs.h336 # define SH_HISTEXPAND 43 macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dargs.c77 SH_HISTEXPAND,
H A Dio.c1751 if(rsize && *(char*)buff != '\n' && sh.nextprompt==1 && sh_isoption(SH_HISTEXPAND)) in slowread()