Searched refs:shcomp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/
H A DMakefile11 SHCOMP := shcomp$(RELEASE)
190 $(SHCOMP) :: CC.DLL= SH_DICT='"libshell"' shcomp.c $(LIBS_req)
194 shcomp.o : _BLD_DLL= $(CC.HOSTTYPE:N=cygwin.*:??_BLD_shell=?)
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dshcomp.c30 "[-?\n@(#)$Id: shcomp (AT&T Research) 2003-03-02 $\n]"
32 "[+NAME?shcomp - compile a shell script]"
98 shp->shcomp = 1;
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/include/
H A Dshell.h146 char shcomp; /* set when runing shcomp */ member in struct:Shell_s
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dfunctions.sh1042 ${SHCOMP:-${SHELL%/*}/shcomp} $tmp/functions > $tmp/foobar
1050 ) == foo ]] > /dev/null || err_exit 'functions compiled with shcomp not working'
1053 ${SHCOMP:-${SHELL%/*}/shcomp} $tmp/foo > $tmp/foo.sh

Completed in 69 milliseconds