Lines Matching defs:Source
1009 EXTERN const char Tgsource[] E_INIT("=source");
1170 #define Tgsource "=source"
1171 #define Tsource "source"
2098 typedef struct source Source;
2099 struct source {
2104 /* stacked source */
2105 Source *next;
2135 /* Source.type values */
2147 /* Source.flags values */
2204 #define LQCHAR BIT(10) /* source string contains QCHAR */
2280 EXTERN Source *source; /* yyparse/yylex source */
2425 void hist_init(Source *);
2491 Source *pushs(int, Area *);
2492 void set_prompt(int, Source *);
2497 int shell(Source * volatile, volatile int);
2632 struct op *compile(Source *, bool, bool);