Lines Matching full:sh
13 Shell functions (sh*.c). All these files are from csh.
14 sh.c: Initialization, command loop and script handling.
15 sh.char.c: Character classification tables.
16 sh.dir.c: Directory handling (cd, pushd, popd, dirs). Initialization
18 sh.dol.c: Input line processor. Dollar/History expansion.
19 sh.err.c: Error handling routines and table.
20 sh.exec.c: Command execution (searching and executing commands)
22 sh.exp.c: Expression evaluation.
23 sh.file.c: Old csh file completion. Not used in tcsh.
24 sh.func.c: Csh builtin functions.
25 sh.glob.c: Wildcard matching. Also backquote, brace and tilde evaluation.
26 sh.hist.c: History book-keeping.
27 sh.init.c: Signal and builtin tables.
28 sh.lex.c: Lexical analyzer.
29 sh.misc.c: General purpose utilities.
30 sh.parse.c: Parser. Not really a parser. Recognizes sequences of tokens
32 sh.print.c: Primitive output (basic character output).
33 sh.proc.c: Job handling. Adds new children to the job list.
37 sh.sem.c: Job spawning (nice and time are handled here too) and I/O
39 sh.set.c: Variable setting.
40 sh.time.c: Time keeping and reporting.
49 tc.printf.c: Stdio like printf using the routines in sh.print.c