Lines Matching refs:C
36 C source files for entries looking like:
80 exceptions.c. The C language doesn't include exception handling,
98 MEMALLOC.C: Memalloc.c defines versions of malloc and realloc
121 MAIN.C: The main routine performs some initialization, executes
125 OPTIONS.C: This file contains the option processing code. It is
219 EVAL.C: Evaltree recursively executes a parse tree. The exit
226 JOBS.C: To create a process, you call makejob to return a job
232 REDIR.C: Ash allows file descriptors to be redirected and then
238 EXEC.C: The routine find_command locates a command, and enters
251 EXPAND.C: Arguments are processed in three passes. The first
261 VAR.C: Variables are stored in a hash table. Probably we should
312 CD.C: This file defines the cd and pwd builtins. The pwd com-