Symbol: Source
bin/ksh/c_sh.c
367
set_prompt(PS2, (Source *) 0);
bin/ksh/eval.c
852
Source *s, *sold;
bin/ksh/history.c
1030
Source *s;
bin/ksh/history.c
1083
Source *s;
bin/ksh/history.c
1192
Source *s;
bin/ksh/history.c
254
Source *sold = source;
bin/ksh/history.c
300
Source *sold;
bin/ksh/history.c
51
static void histload ARGS((Source *, unsigned char *, int));
bin/ksh/history.c
52
static void histinsert ARGS((Source *, int, unsigned char *));
bin/ksh/history.c
671
Source *s;
bin/ksh/history.c
75
static Source *hist_source;
bin/ksh/history.c
834
Source *s;
bin/ksh/lex.c
1095
set_prompt(PS2, (Source *) 0);
bin/ksh/lex.c
1101
Source *s;
bin/ksh/lex.c
1319
Source *s;
bin/ksh/lex.c
188
Source *s;
bin/ksh/lex.c
63
static void getsc_line ARGS((Source *s));
bin/ksh/lex.c
746
Source *s;
bin/ksh/lex.c
859
Source *
bin/ksh/lex.c
864
Source *s;
bin/ksh/lex.c
866
s = (Source *) alloc(sizeof(Source), areap);
bin/ksh/lex.c
887
Source *s = source;
bin/ksh/lex.c
987
Source *s;
bin/ksh/lex.h
122
EXTERN Source *source; /* yyparse/yylex source */
bin/ksh/lex.h
30
Source *next; /* stacked source */
bin/ksh/main.c
424
Source *volatile s = NULL;
bin/ksh/main.c
493
Source *s;
bin/ksh/main.c
508
Source *volatile s; /* input source */
bin/ksh/main.c
515
Source *volatile old_source = source;
bin/ksh/main.c
98
Source *s;
bin/ksh/proto.h
157
Source * pushs ARGS((int, Area *));
bin/ksh/proto.h
158
void set_prompt ARGS((int, Source *));
bin/ksh/proto.h
170
int shell ARGS((Source *volatile, int volatile));
bin/ksh/proto.h
215
struct op * compile ARGS((Source *));
bin/ksh/proto.h
87
void hist_init ARGS((Source *));
bin/ksh/syn.c
794
Source *s;
sys/arch/arm/acpi/acpi_pci_machdep.c
185
if (prt->Source[0] != 0) {
sys/arch/arm/acpi/acpi_pci_machdep.c
187
acpi_name(handle), dev, 'A' + (prt->Pin & 3), prt->Source);
sys/arch/arm/acpi/acpi_pci_machdep.c
188
rv = AcpiGetHandle(ACPI_ROOT_OBJECT, prt->Source, &linksrc);
sys/arch/arm/acpi/acpi_pci_machdep.c
191
prt->Source, AcpiFormatException(rv));
sys/arch/arm/acpi/acpi_pci_machdep.c
422
if (tab->Source[0] != 0) {
sys/arch/arm/acpi/acpi_pci_machdep.c
423
if (ACPI_FAILURE(AcpiGetHandle(ACPI_ROOT_OBJECT, tab->Source, &linksrc)))
sys/arch/x86/x86/mpacpi.c
597
if (ptrp->Source[0] == 0 &&
sys/arch/x86/x86/mpacpi.c
622
if (ptrp->Source[0] != 0) {
sys/arch/x86/x86/mpacpi.c
625
dev, 'A' + (ptrp->Pin & 3), ptrp->Source);
sys/arch/x86/x86/mpacpi.c
628
if (AcpiGetHandle(ACPI_ROOT_OBJECT, ptrp->Source,
sys/arch/x86/x86/mpacpi.c
631
ptrp->Source);