Lines Matching refs:STATIC
95 STATIC union node *list(int);
96 STATIC union node *andor(void);
97 STATIC union node *pipeline(void);
98 STATIC union node *command(void);
99 STATIC union node *simplecmd(void);
100 STATIC union node *makename(void);
101 STATIC void parsefname(void);
102 STATIC void parseheredoc(void);
103 STATIC int peektoken(void);
104 STATIC int readtoken(void);
105 STATIC int xxreadtoken(void);
106 STATIC int readtoken1(int, char const *, char *, int);
107 STATIC void synexpect(int) __attribute__((__noreturn__));
108 STATIC void synerror(const char *) __attribute__((__noreturn__));
109 STATIC void setprompt(int);
146 STATIC union node *
217 STATIC union node *
245 STATIC union node *
289 STATIC union node *
488 STATIC union node *
573 STATIC union node *
606 STATIC void
643 STATIC void
668 STATIC int
678 STATIC int
769 STATIC int
868 STATIC int
1472 STATIC void
1488 STATIC void
1496 STATIC void