| /NextBSD/usr.sbin/bluetooth/bthidd/ |
| HD | parser.y | 55 #define EOL macro 61 #define EOL "\n" 105 "config entry" EOL); 195 SYSLOG(LOGCRIT, "Could not use HID descriptor" EOL); 208 SYSLOG(LOGCRIT, "HID descriptor is too big" EOL); 227 SYSLOG(LOGERR, "%s in line %d" EOL, message, yylineno); 237 SYSLOG(LOGERR, "Unknown config file name!" EOL); in read_config_file() 242 SYSLOG(LOGERR, "Could not open config file '%s'. %s (%d)" EOL, in read_config_file() 249 SYSLOG(LOGERR, "Could not parse config file '%s'" EOL, in read_config_file() 344 SYSLOG(LOGERR, "Ignoring duplicated entry for bdaddr %s" EOL, in check_hid_device() [all …]
|
| /NextBSD/usr.sbin/ndiscvt/ |
| HD | inf-parse.y | 47 %token EQUALS COMMA EOL 69 : SECTION EOL 71 | WORD EQUALS assign EOL 73 | WORD COMMA regkey EOL 75 | WORD EOL 77 | EOL
|
| HD | inf-token.l | 66 \n { lineno++; return EOL; }
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| HD | RenderScriptRuntime.cpp | 691 strm.EOL(); in Status() 696 strm.EOL(); in Status() 701 strm.EOL(); in Status() 707 strm.EOL(); in Status() 711 strm.EOL(); in Status() 713 strm.EOL(); in Status() 718 strm.EOL(); in Status() 726 strm.EOL(); in DumpContexts() 746 strm.EOL(); in DumpContexts() 755 strm.EOL(); in DumpKernels() [all …]
|
| /NextBSD/contrib/gdb/gdb/gdbserver/ |
| HD | gdbreplay.c | 45 #define EOL (EOF - 1) macro 191 ch = EOL; in logchar() 256 if (fromlog == EOL) in expect() 263 if (fromlog != EOL) in expect() 284 while ((fromlog = logchar (fp)) != EOL) in play() 323 while ((ch = logchar (fp)) != EOL); in main()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | SymbolContext.cpp | 214 s->EOL(); in DumpStopContext() 280 s->EOL(); in GetDescription() 287 s->EOL(); in GetDescription() 294 s->EOL(); in GetDescription() 301 s->EOL(); in GetDescription() 326 s->EOL(); in GetDescription() 334 s->EOL(); in GetDescription() 341 s->EOL(); in GetDescription() 398 s->EOL(); in Dump() 404 s->EOL(); in Dump() [all …]
|
| HD | ClangExternalASTSourceCommon.cpp | 105 s->EOL(); in Dump()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/ |
| HD | BreakpointLocation.cpp | 599 s->EOL(); in GetDescription() 606 s->EOL(); in GetDescription() 612 s->EOL(); in GetDescription() 619 s->EOL(); in GetDescription() 630 s->EOL(); in GetDescription() 643 s->EOL(); in GetDescription() 674 s->EOL(); in GetDescription() 683 s->EOL(); in GetDescription() 694 s->EOL(); in GetDescription()
|
| HD | BreakpointOptions.cpp | 221 s->EOL (); in GetDescription() 252 s->EOL(); in GetDescription() 260 s->EOL(); in GetDescription() 287 s->EOL(); in GetDescription()
|
| HD | WatchpointOptions.cpp | 171 s->EOL(); in GetCallbackDescription() 186 s->EOL (); in GetDescription() 231 s->EOL(); in GetDescription()
|
| HD | Breakpoint.cpp | 856 s->EOL(); in GetDescription() 859 s->EOL(); in GetDescription() 869 s->EOL(); in GetDescription() 888 s->EOL(); in GetDescription() 894 s->EOL (); in GetDescription() 912 s->EOL(); in GetDescription()
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | targmatch.sed | 24 s/\n/%EOL%/g 28 s/%EOL%/\
|
| /NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | ValueObjectPrinter.cpp | 114 m_stream->EOL(); in PrintValueObject() 495 m_stream->EOL(); in PrintChildrenPreamble() 594 m_stream->EOL(); in PrintChildren() 668 m_stream->EOL(); in PrintChildrenIfNeeded() 678 m_stream->EOL(); in PrintChildrenIfNeeded() 717 m_stream->EOL(); in PrintValidationErrorIfNeeded()
|
| /NextBSD/contrib/dma/ |
| HD | mail.c | 147 EOL, enumerator 187 case EOL: in parse_addrs() 324 ps->state = EOL; in parse_addrs()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | Options.cpp | 358 strm.EOL(); in OutputFormattedUsageText() 389 strm.EOL(); in OutputFormattedUsageText() 396 strm.EOL(); in OutputFormattedUsageText() 667 strm.EOL(); in GenerateOptionUsage() 687 strm.EOL(); in GenerateOptionUsage() 706 strm.EOL(); in GenerateOptionUsage()
|
| HD | Property.cpp | 245 strm.EOL(); in Dump() 268 strm.EOL(); in DumpDescription()
|
| /NextBSD/contrib/less/ |
| HD | regexp.c | 79 #undef EOL 82 #define EOL 2 /* no Match "" at end of line. */ macro 488 ret = regnode(EOL); 859 case EOL: 1156 case EOL:
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | StackFrameList.cpp | 409 s.EOL(); in GetFramesUpTo() 462 s.EOL(); in GetFramesUpTo() 517 s->EOL(); in Dump() 519 s->EOL(); in Dump() 787 s.EOL(); in Merge()
|
| HD | StopInfo.cpp | 487 error_sp->EOL(); in PerformAction() 493 error_sp->EOL(); in PerformAction() 817 error_sp->EOL(); in PerformAction() 823 error_sp->EOL(); in PerformAction() 854 output_sp->EOL(); in PerformAction()
|
| /NextBSD/usr.bin/ar/ |
| HD | acplex.l | 81 "\n" { lineno++; return (EOL); }
|
| /NextBSD/contrib/elftoolchain/ar/ |
| HD | acplex.l | 83 "\n" { lineno++; return (EOL); }
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | StructuredData.cpp | 230 s.EOL(); in Dump() 290 s.EOL(); in Dump()
|
| HD | EmulateInstruction.cpp | 367 strm.EOL(); in ReadMemoryDefault() 383 strm.EOL(); in WriteMemoryDefault() 417 strm.EOL(); in WriteRegisterDefault()
|
| /NextBSD/contrib/nvi/regex/ |
| HD | engine.c | 98 #define EOL (BOL+1) macro 716 flag = (flag == BOL) ? BOLEOL : EOL; in fast() 731 (flag == EOL || (c != OUT && !ISWORD(c))) ) { in fast() 799 flag = (flag == BOL) ? BOLEOL : EOL; in slow() 814 (flag == EOL || (c != OUT && !ISWORD(c))) ) { in slow() 880 if (flag == EOL || flag == BOLEOL) in step()
|
| /NextBSD/contrib/tcsh/nls/russian/ |
| HD | set7 | 28 25 no clear EOL capability.\n
|