Home
last modified time | relevance | path

Searched refs:EOL (Results 1 – 25 of 123) sorted by relevance

12345

/NextBSD/usr.sbin/bluetooth/bthidd/
HDparser.y55 #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/
HDinf-parse.y47 %token EQUALS COMMA EOL
69 : SECTION EOL
71 | WORD EQUALS assign EOL
73 | WORD COMMA regkey EOL
75 | WORD EOL
77 | EOL
HDinf-token.l66 \n { lineno++; return EOL; }
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
HDRenderScriptRuntime.cpp691 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/
HDgdbreplay.c45 #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/
HDSymbolContext.cpp214 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 …]
HDClangExternalASTSourceCommon.cpp105 s->EOL(); in Dump()
/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointLocation.cpp599 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()
HDBreakpointOptions.cpp221 s->EOL (); in GetDescription()
252 s->EOL(); in GetDescription()
260 s->EOL(); in GetDescription()
287 s->EOL(); in GetDescription()
HDWatchpointOptions.cpp171 s->EOL(); in GetCallbackDescription()
186 s->EOL (); in GetDescription()
231 s->EOL(); in GetDescription()
HDBreakpoint.cpp856 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/
HDtargmatch.sed24 s/\n/%EOL%/g
28 s/%EOL%/\
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp114 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/
HDmail.c147 EOL, enumerator
187 case EOL: in parse_addrs()
324 ps->state = EOL; in parse_addrs()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptions.cpp358 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()
HDProperty.cpp245 strm.EOL(); in Dump()
268 strm.EOL(); in DumpDescription()
/NextBSD/contrib/less/
HDregexp.c79 #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/
HDStackFrameList.cpp409 s.EOL(); in GetFramesUpTo()
462 s.EOL(); in GetFramesUpTo()
517 s->EOL(); in Dump()
519 s->EOL(); in Dump()
787 s.EOL(); in Merge()
HDStopInfo.cpp487 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/
HDacplex.l81 "\n" { lineno++; return (EOL); }
/NextBSD/contrib/elftoolchain/ar/
HDacplex.l83 "\n" { lineno++; return (EOL); }
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDStructuredData.cpp230 s.EOL(); in Dump()
290 s.EOL(); in Dump()
HDEmulateInstruction.cpp367 strm.EOL(); in ReadMemoryDefault()
383 strm.EOL(); in WriteMemoryDefault()
417 strm.EOL(); in WriteRegisterDefault()
/NextBSD/contrib/nvi/regex/
HDengine.c98 #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/
HDset728 25 no clear EOL capability.\n

12345