Searched refs:EOL (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-10.3-release/usr.sbin/ndiscvt/
H A Dinf-parse.y47 %token EQUALS COMMA EOL
69 : SECTION EOL
71 | WORD EQUALS assign EOL
73 | WORD COMMA regkey EOL
75 | WORD EOL
77 | EOL
H A Dinf-token.l66 \n { lineno++; return EOL; }
/freebsd-10.3-release/usr.sbin/bluetooth/bthidd/
H A Dparser.y54 #define EOL
60 #define EOL "\n"
104 "config entry" EOL);
194 SYSLOG(LOGCRIT, "Could not use HID descriptor" EOL);
207 SYSLOG(LOGCRIT, "HID descriptor is too big" EOL);
226 SYSLOG(LOGERR, "%s in line %d" EOL, message, yylineno);
236 SYSLOG(LOGERR, "Unknown config file name!" EOL);
241 SYSLOG(LOGERR, "Could not open config file '%s'. %s (%d)" EOL,
248 SYSLOG(LOGERR, "Could not parse config file '%s'" EOL,
343 SYSLOG(LOGERR, "Ignoring duplicated entry for bdaddr %s" EOL,
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp75 StringRef EOL, StringRef Extra = StringRef());
76 void WriteImplicitModuleImport(const Module *Mod, StringRef EOL);
79 StringRef EOL, int &lines,
82 const MemoryBuffer &FromFile, StringRef EOL,
105 /// \p Line we are located at, using the specified \p EOL line separator, and
109 StringRef EOL, StringRef Extra) {
133 OS << EOL; local
137 StringRef EOL) {
139 << " /* clang -frewrite-includes: implicit import */" << EOL;
221 StringRef EOL, in
107 WriteLineInfo(const char *Filename, int Line, SrcMgr::CharacteristicKind FileType, StringRef EOL, StringRef Extra) argument
136 WriteImplicitModuleImport(const Module *Mod, StringRef EOL) argument
219 OutputContentUpTo(const MemoryBuffer &FromFile, unsigned &WriteFrom, unsigned WriteTo, StringRef EOL, int &Line, bool EnsureNewline) argument
237 OS << EOL; local
247 CommentOutDirective(Lexer &DirectiveLex, const Token &StartToken, const MemoryBuffer &FromFile, StringRef EOL, unsigned &NextToWrite, int &Line) argument
258 OS << "#if 0 /* expanded by -frewrite-includes */" << EOL; local
262 OS << "#endif /* expanded by -frewrite-includes */" << EOL; local
358 StringRef EOL = DetectEOL(FromFile); local
[all...]
/freebsd-10.3-release/contrib/gdb/gdb/gdbserver/
H A Dgdbreplay.c45 #define EOL (EOF - 1) macro
191 ch = EOL;
256 if (fromlog == EOL)
263 if (fromlog != EOL)
284 while ((fromlog = logchar (fp)) != EOL)
323 while ((ch = logchar (fp)) != EOL);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp571 s->EOL();
578 s->EOL();
584 s->EOL();
591 s->EOL();
602 s->EOL();
615 s->EOL();
646 s->EOL();
655 s->EOL();
666 s->EOL();
H A DWatchpointOptions.cpp171 s->EOL();
186 s->EOL ();
231 s->EOL();
H A DBreakpointOptions.cpp221 s->EOL ();
253 s->EOL();
261 s->EOL();
288 s->EOL();
H A DBreakpoint.cpp588 s->EOL();
615 s->EOL();
620 s->EOL ();
638 s->EOL();
/freebsd-10.3-release/usr.bin/ar/
H A Dacplex.l81 "\n" { lineno++; return (EOL); }
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp189 s->EOL();
243 s->EOL();
250 s->EOL();
257 s->EOL();
264 s->EOL();
289 s->EOL();
297 s->EOL();
304 s->EOL();
329 s->EOL();
335 s->EOL();
[all...]
H A DClangExternalASTSourceCommon.cpp87 s->EOL();
H A DUnwindTable.cpp145 s.EOL();
H A DLineEntry.cpp194 s->EOL();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/API/
H A DSBInstructionList.cpp109 sref.EOL();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp90 m_stream->EOL();
447 m_stream->EOL();
540 m_stream->EOL();
611 m_stream->EOL();
621 m_stream->EOL();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandReturnObject.cpp41 strm.EOL();
H A DProperty.cpp219 strm.EOL();
242 strm.EOL();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp394 s.EOL();
447 s.EOL();
502 s->EOL();
504 s->EOL();
769 s.EOL();
H A DStopInfo.cpp447 error_sp->EOL();
453 error_sp->EOL();
758 error_sp->EOL();
764 error_sp->EOL();
795 output_sp->EOL();
H A DSectionLoadHistory.cpp178 s.EOL();
/freebsd-10.3-release/contrib/less/
H A Dregexp.c79 #undef EOL macro
82 #define EOL 2 /* no Match "" at end of line. */ macro
488 ret = regnode(EOL);
859 case EOL:
1156 case EOL:
1157 p = "EOL";
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStream.h403 EOL();
/freebsd-10.3-release/sys/dev/snc/
H A Ddp83932var.h147 * to SONIC. Need to clear EOL on
268 #define EOL 0x0001 /* end of list marker for link fields */ macro
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp122 strm.EOL();
167 strm.EOL();

Completed in 303 milliseconds

1234