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, a README,
41 and several documentation files. The RELEASE file contains
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 strucuture 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 interfaces for creating and modifying
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
107 1. args.c contains functions for parsing shell options
109 2. arith.c contains callback functions for the streval.c
111 3. array.c contains the code for indexed and associative
113 4. bash.h contains code used when compiling with SHOPT_BASH
115 5. defs.c contains the data definitions for global symbols.
116 6. deparse.c contains code to generate shell script from
118 7. env.c contains code to add and delete environment variables
120 8. expand.c contains code for file name expansion and
122 9. fault.c contains code for signal processing, trap
124 10. fcin.c contains code for reading and writing a character
126 11. init.c contains initialization code and callbacks
128 12. io.o contains code for redirections and managing file
130 13. jobs.c contains the code for job management.
131 14. lex.c contains the code for the lexical analyzer.
132 15. macro.c contains code for the $ macro expansions, including
134 16. main.c contains the calls to initialization, profile
137 17. name.c contains the name-value pair routines that are
139 18. nvdisc.c contains code related to name-value pair disciplines.
140 19. nvtree.c contains code for compound variables and for
142 20. nvtype.c contains most of the code related to types that
144 21. parse.c contains the code for the shell parser.
145 22. path.c contains the code for pathname lookup and
146 some path functions. It also contains the code
150 24. shcomp.c contains the main program to the shell
154 26. string.c contains some string related functions.
155 27. subshell.c contains the code to save and restore
158 28. suid_exec.c contains the program from running execute
160 29. tdump.c contains the code to dump a parse tree into
162 30. timers.c contains code for multiple event timeouts.
165 32. userinit.c contains a dummy userinit() function.
167 33. waitevent.c contains the sh_waitnotify function so