| /openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/t/ |
| H A D | Complex.t | 218 push @script, <<EOS; 222 EOS 224 push @script, <<EOS; 228 EOS 231 push @script, <<EOS; 235 EOS 238 push @script, <<EOS; 246 EOS 249 push @script, <<EOS; 253 EOS [all …]
|
| /openbsd-src/lib/libc/gen/ |
| H A D | glob.c | 77 #define EOS '\0' macro 197 while (bufnext < bufend && (c = *patnext++) != EOS) in glob() 201 while (bufnext < bufend && (c = *patnext++) != EOS) in glob() 203 if ((c = *patnext++) == EOS) { in glob() 211 *bufnext = EOS; in glob() 230 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) in globexp1() 257 *lm = EOS; in globexp2() 264 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2() 266 if (*pe == EOS) { in globexp2() 282 if (i != 0 || *pe == EOS) in globexp2() [all …]
|
| /openbsd-src/usr.bin/ctags/ |
| H A D | C.c | 93 *sp = EOS; in c_entries() 152 *sp = EOS; in c_entries() 190 *sp = EOS; in c_entries() 220 *sp = EOS; in c_entries() 248 *sp = EOS; in c_entries() 387 *sp = EOS; in hash_entry() 391 *sp = EOS; in hash_entry() 403 *sp = EOS; in hash_entry() 415 *sp = EOS; in hash_entry() 448 *sp = EOS; in str_entry() [all …]
|
| H A D | lisp.c | 76 *cp = EOS; in l_entries() 93 *cp = EOS; in l_entries()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MCA/ |
| H A D | IncrementalSourceMgr.h | 41 bool EOS; variable 48 IncrementalSourceMgr() : TotalCounter(0U), EOS(false) {} in IncrementalSourceMgr() 62 bool isEnd() const override { return EOS; } in isEnd() 81 void endOfStream() { EOS = true; } in endOfStream()
|
| /openbsd-src/regress/usr.bin/mandoc/char/space/ |
| H A D | eos-man.out_ascii | 1 SPACE-EOS-MAN(1) General Commands Manual SPACE-EOS-MAN(1) 4 SPACE-EOS-MAN - end-of-sentence spacing in man(7) documents 22 OpenBSD December 22, 2013 SPACE-EOS-MAN(1)
|
| H A D | eos.out_ascii | 1 SPACE-EOS(1) General Commands Manual SPACE-EOS(1)
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | argv.c | 43 #ifndef EOS 44 #define EOS '\0' macro 211 while (*input != EOS) in buildargv() 268 *arg = EOS; in buildargv() 284 while (*input != EOS); in buildargv()
|
| /openbsd-src/usr.bin/m4/ |
| H A D | main.c | 198 *p++ = EOS; in main() 253 if (p[0] == '-' && p[1] == EOS) in main() 411 chrsave(EOS); in macro() 456 chrsave(EOS); in macro() 472 chrsave(EOS); /* new argument */ in macro() 562 *tp = EOS; in inspect() 573 *name = EOS; in inspect()
|
| H A D | eval.c | 770 lquote[0] = LQUOTE; lquote[1] = EOS; in dochq() 771 rquote[0] = RQUOTE; rquote[1] = EOS; in dochq() 777 rquote[0] = ECOMMT; rquote[1] = EOS; in dochq() 792 scommt[0] = EOS; in dochc() 793 ecommt[0] = EOS; in dochc() 797 ecommt[0] = ECOMMT; ecommt[1] = EOS; in dochc()
|
| H A D | trace.c | 161 delim[1] = EOS; in trace() 169 delim[2] = EOS; in trace()
|
| /openbsd-src/gnu/usr.bin/perl/t/comp/ |
| H A D | line_debug_0.aux | 11 $z = <<EOS; 14 EOS
|
| H A D | parser_run.t | 58 fresh_perl_is(<<EOS, <<'EXPECT', {}, "linestart before bufptr"); 65 fresh_perl_is(<<'EOS', <<'EXPECTED', {}, "use after free (#131836)");
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | attrs.t | 497 fresh_perl_is('sub dummy {} our $dummy : Dummy', <<EOS, {}, 500 EOS 503 fresh_perl_is('sub dummy {} our @dummy : Dummy', <<EOS, {}, 506 EOS 509 fresh_perl_is('sub dummy {} our %dummy : Dummy', <<EOS, {}, 512 EOS
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Lb/ |
| H A D | eos.out_ascii | 1 LB-EOS(1) General Commands Manual LB-EOS(1)
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/In/ |
| H A D | eos.out_ascii | 1 IN-EOS(1) General Commands Manual IN-EOS(1)
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Fd/ |
| H A D | eos.out_ascii | 1 FD-EOS(1) General Commands Manual FD-EOS(1)
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Ap/ |
| H A D | eos.out_ascii | 1 AP-EOS(1) General Commands Manual AP-EOS(1)
|
| /openbsd-src/gnu/usr.bin/perl/t/win32/ |
| H A D | signal.t | 43 print <<EOS; 48 EOS
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Cd/ |
| H A D | eos.out_ascii | 1 CD-EOS(1) General Commands Manual CD-EOS(1)
|
| /openbsd-src/bin/ksh/ |
| H A D | syn.c | 285 CHAR, 't', EOS in get_command() 578 t->left->args[0][2] = EOS; in function_body() 810 static const char dbtest_or[] = { CHAR, '|', CHAR, '|', EOS }; 811 static const char dbtest_and[] = { CHAR, '&', CHAR, '&', EOS }; 812 static const char dbtest_not[] = { CHAR, '!', EOS }; 813 static const char dbtest_oparen[] = { CHAR, '(', EOS }; 814 static const char dbtest_cparen[] = { CHAR, ')', EOS }; 819 const char db_close[] = { CHAR, ']', CHAR, ']', EOS }; 820 const char db_lthan[] = { CHAR, '<', EOS }; 821 const char db_gthan[] = { CHAR, '>', EOS };
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Ux/ |
| H A D | eos.out_ascii | 1 UX-EOS(1) General Commands Manual UX-EOS(1)
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Fo/ |
| H A D | eos.out_ascii | 1 FO-EOS(1) General Commands Manual FO-EOS(1)
|
| /openbsd-src/bin/csh/ |
| H A D | glob.c | 61 #define EOS '\0' macro 100 *b = EOS; in globtilde() 111 *b = EOS; in globtilde() 138 for (++pe; *pe != RBRK && *pe != EOS; pe++) in globbrace() 140 if (*pe == EOS) { in globbrace() 161 for (++pm; *pm != RBRK && *pm != EOS; pm++) in globbrace() 163 if (*pm == EOS) { in globbrace() 184 *pm = EOS; in globbrace()
|
| /openbsd-src/usr.bin/tr/ |
| H A D | str.c | 60 case EOS: in next() 67 s->state = EOS; in next() 302 s->state = EOS; in backslash()
|