Home
last modified time | relevance | path

Searched refs:EOS (Results 1 – 25 of 68) sorted by relevance

123

/openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/t/
H A DComplex.t218 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 Dglob.c77 #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 DC.c93 *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 Dlisp.c76 *cp = EOS; in l_entries()
93 *cp = EOS; in l_entries()
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DIncrementalSourceMgr.h41 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 Deos-man.out_ascii1 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 Deos.out_ascii1 SPACE-EOS(1) General Commands Manual SPACE-EOS(1)
/openbsd-src/gnu/lib/libiberty/src/
H A Dargv.c43 #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 Dmain.c198 *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 Deval.c770 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 Dtrace.c161 delim[1] = EOS; in trace()
169 delim[2] = EOS; in trace()
/openbsd-src/gnu/usr.bin/perl/t/comp/
H A Dline_debug_0.aux11 $z = <<EOS;
14 EOS
H A Dparser_run.t58 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 Dattrs.t497 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 Deos.out_ascii1 LB-EOS(1) General Commands Manual LB-EOS(1)
/openbsd-src/regress/usr.bin/mandoc/mdoc/In/
H A Deos.out_ascii1 IN-EOS(1) General Commands Manual IN-EOS(1)
/openbsd-src/regress/usr.bin/mandoc/mdoc/Fd/
H A Deos.out_ascii1 FD-EOS(1) General Commands Manual FD-EOS(1)
/openbsd-src/regress/usr.bin/mandoc/mdoc/Ap/
H A Deos.out_ascii1 AP-EOS(1) General Commands Manual AP-EOS(1)
/openbsd-src/gnu/usr.bin/perl/t/win32/
H A Dsignal.t43 print <<EOS;
48 EOS
/openbsd-src/regress/usr.bin/mandoc/mdoc/Cd/
H A Deos.out_ascii1 CD-EOS(1) General Commands Manual CD-EOS(1)
/openbsd-src/bin/ksh/
H A Dsyn.c285 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 Deos.out_ascii1 UX-EOS(1) General Commands Manual UX-EOS(1)
/openbsd-src/regress/usr.bin/mandoc/mdoc/Fo/
H A Deos.out_ascii1 FO-EOS(1) General Commands Manual FO-EOS(1)
/openbsd-src/bin/csh/
H A Dglob.c61 #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 Dstr.c60 case EOS: in next()
67 s->state = EOS; in next()
302 s->state = EOS; in backslash()

123