Lines Matching refs:contains

5 	The directory include contains header files for ksh93.
10 The directory data contains readonly data files for ksh93.
17 The directory edit contains the code for command line
20 The fun directory contains some shell function such as
23 The directory features contains files that are used to generate
27 The directory bltins contains code for most of the built-in
30 The directory sh contains most of the code for ksh93.
32 The directory tests contains a number of regression tests.
40 The top level directory contains the nmake Makefile, the
42 documentation files. The RELEASE file contains the list of bug
51 1. argnod.h contains the type definitions for command
55 2. builtins.h contains prototypes for builtins as well
58 It also contains prototypes for many of the strings.
61 headers. It defines a structure that contains ksh
62 global data, sh, and a structure that contains per
64 4. edit.h contains definitions that are common to both
66 5. env.h contains an alternative interfaces for creating and
68 6. fault.h contains prototypes for signal related
70 7. fcin.h contains macro and function definitions for
72 8. history.h contains macros and functions definitions
74 9. jobs.h contains the definitions relating to job
76 10. lexstates.h contains the states associated with
78 11. name.h contains the internal definitions related
80 12. national.h contains a few I18N definitions, mostly
84 14. path.h contains the interface for pathname processing
88 16. shlex.h contains the lexical token definitions and
90 17. shnodes.h contains the definition of the structures
92 18. shtable.h contains some interfaces and functions for
94 19. streval.h contains the interface to the arithmetic
98 21. test.h contains the definitions for the test and [[...]]
100 22. timeout.h contains the define constant for the maximum
103 24. variables.h contains symbolic constants for the built-in
105 25. version.h contains the version string for this release.
108 1. args.c contains functions for parsing shell options
110 2. arith.c contains callback functions for the streval.c
112 3. array.c contains the code for indexed and associative
114 4. bash.c contains code used when compiling with SHOPT_BASH
116 5. defs.c contains the data definitions for global symbols.
117 6. deparse.c contains code to generate shell script from
119 7. env.c contains code to add and delete environment variables
121 8. expand.c contains code for file name expansion and
123 9. fault.c contains code for signal processing, trap
125 10. fcin.c contains code for reading and writing a character
127 11. init.c contains initialization code and callbacks
129 12. io.o contains code for redirections and managing file
131 13. jobs.c contains the code for job management.
132 14. lex.c contains the code for the lexical analyzer.
133 15. macro.c contains code for the $ macro expansions, including
135 16. main.c contains the calls to initialization, profile
138 17. name.c contains the name-value pair routines that are
140 18. nvdisc.c contains code related to name-value pair disciplines.
141 19. nvtree.c contains code for compound variables and for
143 20. nvtype.c contains most of the code related to types that
145 21. parse.c contains the code for the shell parser.
146 22. path.c contains the code for pathname lookup and
147 some path functions. It also contains the code
151 24. shcomp.c contains the main program to the shell
155 26. string.c contains some string related functions.
156 27. subshell.c contains the code to save and restore
159 28. suid_exec.c contains the program from running execute
161 29. tdump.c contains the code to dump a parse tree into
163 30. timers.c contains code for multiple event timeouts.
164 31. trestore contains the code for restoring the parse
166 32. userinit.c contains a dummy userinit() function.
168 33. waitevent.c contains the sh_waitnotify function so
173 1. completion.c contains code for command and file generation and
175 2. edit.c contains common editing and terminal code for vi and
177 3. emacs.c contains code for the emacs editor.
178 4. hexpand.c contains code for C-shell style history expansions.
179 5. history.c contains code for creating managing the history file.
180 6. vi.c contains the code for the vi editor.