This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | CTLESC '\201' |
| #define | CTLVAR '\202' |
| #define | CTLENDVAR '\203' |
| #define | CTLBACKQ '\204' |
| #define | CTLQUOTE 01 |
| #define | VSTYPE 07 |
| #define | VSNUL 040 |
| #define | VSQUOTE 0100 |
| #define | VSNORMAL 1 |
| #define | VSMINUS 2 |
| #define | VSPLUS 3 |
| #define | VSQUESTION 4 |
| #define | VSASSIGN 5 |
| #define | NEOF ((union node *)&tokpushback) |
Functions | |
| node * | parsecmd () |
| int | goodname () |
Variables | |
| int | tokpushback |
|
|
Definition at line 43 of file parser.h. Referenced by argstr(), cmdputs(), evalvar(), init(), and trstring(). |
|
|
Definition at line 42 of file parser.h. Referenced by argstr(), cmdputs(), evalvar(), init(), and readtoken1(). |
|
|
Definition at line 40 of file parser.h. Referenced by argstr(), cmdputs(), evalvar(), expmeta(), ifsbreakup(), init(), noexpand(), pmatch(), readtoken1(), rmescapes(), and trstring(). |
|
|
Definition at line 44 of file parser.h. Referenced by argstr(), cmdputs(), evalvar(), init(), and trstring(). |
|
|
Definition at line 41 of file parser.h. Referenced by argstr(), cmdputs(), command(), init(), and trstring(). |
|
|
Definition at line 65 of file parser.h. Referenced by evalstring(), and parsecmd(). |
|
|
Definition at line 56 of file parser.h. Referenced by evalvar(). |
|
|
Definition at line 53 of file parser.h. Referenced by evalvar(). |
|
|
|
|
|
Definition at line 48 of file parser.h. Referenced by evalvar(). |
|
|
Definition at line 54 of file parser.h. Referenced by evalvar(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 81 of file parser.c. Referenced by command(), parsecmd(), peektoken(), pipeline(), readtoken(), and xxreadtoken(). |
1.4.6