/titanic_51/usr/src/cmd/ast/ |
H A D | Makefile | 46 shcomp 65 shcomp: libshell target 67 ksh: libshell shcomp
|
/titanic_51/usr/src/cmd/ast/shcomp/ |
H A D | Makefile | 38 OBJECTS= shcomp.o 65 PROG= shcomp 73 # dummy file since AST/ksh/shcomp doesn't use *.po files 74 # (and "shcomp" is just a frontend which calls directly into libshell, 84 $(RM) shcomp
|
/titanic_51/usr/src/cmd/shcomp/ |
H A D | Makefile | 38 shcomp.o 68 PROG= shcomp 87 $(RM) shcomp
|
/titanic_51/usr/src/lib/libshell/common/tests/ |
H A D | README.tests | 19 compiler being used (default is "${SHELL%/*}/shcomp", 21 to /usr/bin/shcomp). 35 $ export SHCOMP=/usr/bin/shcomp
|
H A D | sun_solaris_cr_6862121_shbinexec_kernel_module_defunct.sh | 98 /usr/bin/shcomp "script1.sh" "script1" || err_exit "shcomp failed with error=$?"
|
H A D | shtests | 68 then SHCOMP=${SHCOMP:-shcomp} 127 o=shcomp-${o%.sh}.ksh
|
/titanic_51/usr/src/cmd/ast/libshell/common/tests/ |
H A D | sun_solaris_cr_6862121_shbinexec_kernel_module_defunct.sh | 46 # $ shcomp test1.sh test1 97 # Compile script (note we use the platform's /usr/bin/shcomp, _not_ ${SHCOMP}) 98 /usr/bin/shcomp "script1.sh" "script1" || err_exit "shcomp failed with error=$?"
|
H A D | README.tests | 37 $ export SHCOMP=/usr/bin/shcomp
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | shtests | 268 s=${SHELL:%/*}/shcomp$s 273 else SHCOMP=shcomp 347 then c=$tmp/shcomp-$u.ksh 348 o="$u(shcomp)"
|
H A D | functions.sh | 1042 ${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
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | Mamfile | 1342 make shcomp 1343 make shcomp.o 1344 make sh/shcomp.c 1348 done sh/shcomp.c 1349 meta shcomp.o %.c>%.o sh/shcomp.c shcomp 1350 prev sh/shcomp.c 1355 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Iinclude -I${PACKAGE_ast_INCLUDE} -DSHOPT_BRACEPAT -DSH_DICT=\""libshell"\" -D_API_ast=20100309 -D_PACKAGE_ast -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -DSHOPT_PFSH -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -DSHOPT_MULTIBYTE -DUSAGE_LICENSE=\""[-author?David Korn <dgk@research.att.com>][-copyright?Copyright (c) 1982-2012 AT&T Intellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libshell]"\" -c sh/shcomp.c 1356 done shcomp [all...] |
H A D | Makefile | 11 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=?)
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | shcomp.c | 30 "[-?\n@(#)$Id: shcomp (AT&T Research) 2003-03-02 $\n]" 32 "[+NAME?shcomp - compile a shell script]" 98 shp->shcomp = 1; in main()
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | shcomp.c | 98 shp->shcomp = 1; in main()
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 140 char shcomp; /* set when runing shcomp */ member
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 146 char shcomp; /* set when runing shcomp */ member
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 149 char shcomp; /* set when runing shcomp */ member
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 149 char shcomp; /* set when runing shcomp */ member
|
/titanic_51/usr/src/lib/libshell/ |
H A D | mapfile-vers | 122 # semi-private, needed for shcomp
|
H A D | Makefile.demo | 175 /usr/bin/shcomp "$<" >"$(@F)"
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 149 char shcomp; /* set when runing shcomp */ member
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 149 char shcomp; /* set when runing shcomp */ member
|
/titanic_51/usr/src/cmd/ast/libshell/ |
H A D | mapfile-vers | 124 # semi-private, needed for shcomp
|
H A D | Makefile.demo | 171 /usr/bin/shcomp "$<" >"$(@F)"
|
/titanic_51/usr/src/lib/libshell/misc/ |
H A D | buildksh93.sh | 462 file shcomp 546 SHCOMP=$PWD/arch/*/bin/shcomp \
|