Home | History | Annotate | Download | only in src

Lines Matching defs:source

1493 typedef struct source Source;
1494 struct source {
1509 Source *next; /* stacked source */
1515 /* Source.type values */
1527 /* Source.flags values */
1586 #define LQCHAR BIT(10) /* source string contains QCHAR */
1597 EXTERN Source *source; /* yyparse/yylex source */
1772 void hist_init(Source *);
1835 Source *pushs(int, Area *);
1836 void set_prompt(int, Source *);
1842 int shell(Source * volatile, volatile bool);
1966 struct op *compile(Source *, bool);