Searched refs:STR0 (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/bin/csh/ |
| H A D | const.c | 47 Char STR0[] = { '0', '\0' }; variable
|
| H A D | exp.c | 506 return (Strsave(STR0)); in exp6() 567 set(STRstatus, Strsave(STR0)); in evalav()
|
| H A D | exec.c | 628 set(STRstatus, Strsave(STR0)); in dowhich() 632 set(STRstatus, Strsave(tellmewhat(lexw, NULL) ? STR0 : STR1)); in dowhich()
|
| H A D | dol.c | 476 dolp = ffile ? STR1 : STR0; in Dgetdol() 509 dolp = (vp || getenv(short2str(name))) ? STR1 : STR0; in Dgetdol()
|
| H A D | sem.c | 107 set(STRstatus, Strsave(STR0)); in execute()
|
| H A D | csh.c | 319 set(STRstatus, Strsave(STR0)); in main()
|
| /netbsd-src/sys/external/bsd/acpica/dist/tests/misc/ |
| H A D | grammar.asl | 5843 // exercise the SizeOf operator. STR0 and STR1 are expected to be equal, 5844 // STR2 is expected to have a different SizeOf value than STR0 and STR1. 5846 Name (STR0, "ACPI permits very flexible methods of expressing a system") 5895 // SizeOf (STR0) -- where Name (STR0,...) -- lot's of cases 5904 if (LNotEqual (0x00, CMPR (STR0, STR1))) 5922 Store (STR0, Local0) 8711 Name (STR0, "String") 8716 STR0, 8768 Store (SAR0 (STR0, 6), Local0) 8784 Store ("SizeOf(Arg=STR0) PASS", Debug) [all …]
|