Home
last modified time | relevance | path

Searched refs:SH_IOPROMPT (Results 1 – 6 of 6) sorted by relevance

/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Ddefs.h237 #define SH_IOPROMPT 20 // set when prompting macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h324 #define SH_IOPROMPT 20 /* set when prompting */ macro
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dio.c2146 sh_onstate(shp, SH_IOPROMPT); in io_prompt()
2192 sh_offstate(shp, SH_IOPROMPT); in io_prompt()
H A Dxec.c3125 if (!sh_isstate(shp, SH_IOPROMPT) && r > SH_EXITSIG && in sh_funscope()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dio.c2265 sh_onstate(shp,SH_IOPROMPT); in io_prompt()
2314 sh_offstate(shp,SH_IOPROMPT); in io_prompt()
H A Dxec.c4146 …if(!sh_isstate(shp,SH_IOPROMPT) && r>SH_EXITSIG && ((r&SH_EXITMASK)==SIGINT || ((r&SH_EXITMASK)==S… in sh_funscope_20120720()