Home
last modified time | relevance | path

Searched refs:shcomp (Results 1 – 25 of 43) sorted by relevance

12

/titanic_51/usr/src/cmd/ast/
H A DMakefile46 shcomp
65 shcomp: libshell target
67 ksh: libshell shcomp
/titanic_51/usr/src/cmd/ast/shcomp/
H A DMakefile38 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 DMakefile38 shcomp.o
68 PROG= shcomp
87 $(RM) shcomp
/titanic_51/usr/src/lib/libshell/common/tests/
H A DREADME.tests19 compiler being used (default is "${SHELL%/*}/shcomp",
21 to /usr/bin/shcomp).
35 $ export SHCOMP=/usr/bin/shcomp
H A Dsun_solaris_cr_6862121_shbinexec_kernel_module_defunct.sh98 /usr/bin/shcomp "script1.sh" "script1" || err_exit "shcomp failed with error=$?"
H A Dshtests68 then SHCOMP=${SHCOMP:-shcomp}
127 o=shcomp-${o%.sh}.ksh
/titanic_51/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_cr_6862121_shbinexec_kernel_module_defunct.sh46 # $ 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 DREADME.tests37 $ export SHCOMP=/usr/bin/shcomp
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dshtests268 s=${SHELL:%/*}/shcomp$s
273 else SHCOMP=shcomp
347 then c=$tmp/shcomp-$u.ksh
348 o="$u(shcomp)"
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
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/
H A DMamfile1342 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 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=?)
/titanic_51/usr/src/contrib/ast/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; in main()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dshcomp.c98 shp->shcomp = 1; in main()
/titanic_51/usr/src/lib/libshell/common/include/
H A Dshell.h140 char shcomp; /* set when runing shcomp */ member
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h146 char shcomp; /* set when runing shcomp */ member
/titanic_51/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h149 char shcomp; /* set when runing shcomp */ member
/titanic_51/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h149 char shcomp; /* set when runing shcomp */ member
/titanic_51/usr/src/lib/libshell/
H A Dmapfile-vers122 # semi-private, needed for shcomp
H A DMakefile.demo175 /usr/bin/shcomp "$<" >"$(@F)"
/titanic_51/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h149 char shcomp; /* set when runing shcomp */ member
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h149 char shcomp; /* set when runing shcomp */ member
/titanic_51/usr/src/cmd/ast/libshell/
H A Dmapfile-vers124 # semi-private, needed for shcomp
H A DMakefile.demo171 /usr/bin/shcomp "$<" >"$(@F)"
/titanic_51/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh462 file shcomp
546 SHCOMP=$PWD/arch/*/bin/shcomp \

12