Lines Matching refs:shell
6 The files nval.h and shell.h are intended to be public
20 The fun directory contains some shell function such as
37 where shell_path is an absolute pathname for the shell to
47 bash if the shell is compiled with SHOPT_BASH and the shell
86 15. shell.h is the public interface for shell functions
87 that are documented int shell.3.
101 shell timeout.
104 shell variables.
107 1. args.c contains functions for parsing shell options
110 library and the interface to shell arithmetic.
116 6. deparse.c contains code to generate shell script from
144 21. parse.c contains the code for the shell parser.
149 rest of the shell can be in a shared library.
150 24. shcomp.c contains the main program to the shell
152 a file that the shell can read containing the parse tree.
169 shell is waiting for input or for process completion.
170 34. xec.c is the main shell executuion loop.