Lines Matching refs:and
6 The files nval.h and shell.h are intended to be public
7 headers and can be used to add runtime builtin command.
14 data readonly and we want these to be shared by all running
18 editing and history.
21 pushd, popd, and dirs.
35 going to this directory and running
41 and several documentation files. The RELEASE file contains
42 the list of bug fixes and new features since the original
47 bash if the shell is compiled with SHOPT_BASH and the shell
52 nodes, io nodes, argument nodes, and for positional
60 don't fit elsewhere and it includes several other
62 global data, sh, and a structure that contains per
65 vi and emacs edit modes.
66 5. env.h contains interfaces for creating and modifying
69 functions and trap and fault handling.
70 7. fcin.h contains macro and function definitions for
72 8. history.h contains macros and functions definitions
75 processing and control.
85 and pathname searching.
88 16. shlex.h contains the lexical token definitions and
91 for each of the parse nodes and flags for the attributes.
92 18. shtable.h contains some interfaces and functions for
98 21. test.h contains the definitions for the test and [[...]]
108 and for processing positional parameters.
110 library and the interface to shell arithmetic.
111 3. array.c contains the code for indexed and associative
118 7. env.c contains code to add and delete environment variables
120 8. expand.c contains code for file name expansion and
123 handling and termination.
124 10. fcin.c contains code for reading and writing a character
126 11. init.c contains initialization code and callbacks
127 for get and set functions for built-in variables.
128 12. io.o contains code for redirections and managing file
129 descriptors and file streams.
135 processing and the main evaluation loop as well as
140 19. nvtree.c contains code for compound variables and for
145 22. path.c contains the code for pathname lookup and
147 that executes commands and scripts.
151 compiler. This program parses a script and creates
155 27. subshell.c contains the code to save and restore
159 only and/or setuid/setgid scripts.