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

/freebsd-9.3-release/usr.sbin/ndiscvt/
H A Dinf-parse.y48 %token EQUALS COMMA EOL
70 : SECTION EOL
72 | WORD EQUALS assign EOL
74 | WORD COMMA regkey EOL
76 | WORD EOL
78 | EOL
H A Dinf-token.l66 \n { lineno++; return EOL; }
/freebsd-9.3-release/usr.sbin/bluetooth/bthidd/
H A Dparser.y53 #define EOL
59 #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-9.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-9.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-9.3-release/usr.bin/ar/
H A Dacplex.l81 "\n" { lineno++; return (EOL); }
H A Dacpyacc.y107 %token EOL
143 : cmd EOL { arscp_prompt(); }
/freebsd-9.3-release/contrib/less/
H A Dregexp.c79 #undef EOL macro
82 #define EOL 2 /* no Match "" at end of line. */ macro
485 ret = regnode(EOL);
856 case EOL:
1153 case EOL:
1154 p = "EOL";
/freebsd-9.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
H A Ddp83932.c587 LOWER(sc->mtda[mtd_next].mtd_vtxp) | EOL);
591 * our txp | EOL. Want to clear the EOL, so write our
774 SWO(sc, v_rda, RXPKT_RLINK, LOWER(sc->v_rda) | EOL);
1042 SRO(sc, rda, RXPKT_RLINK) | EOL);
1045 RXPKT_RLINK) & ~EOL);
/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp557 StringRef EOL = getLexer().LexUntilEndOfStatement(); local
558 SectionSpec.append(EOL.begin(), EOL.end());
/freebsd-9.3-release/lib/libc/regex/
H A Dengine.c112 #define EOL (BOL-1) macro
813 /* is there an EOL and/or BOL between lastc and c? */
823 flagch = (flagch == BOL) ? BOLEOL : EOL;
838 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
916 /* is there an EOL and/or BOL between lastc and c? */
926 flagch = (flagch == BOL) ? BOLEOL : EOL;
941 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
974 == #define EOL (BOL-1)
1014 if (ch == EOL || ch == BOLEOL)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dscm-valprint.c295 EOL);
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dtip.h63 char *EL; /* chars marking an EOL */
200 #define EOL 5 macro
H A Dtip.c422 bol = any(gch, value(EOL));
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_termios.c261 svr4_to_bsd_char(V,EOL);
361 bsd_to_svr4_char(V,EOL);
/freebsd-9.3-release/contrib/dialog/
H A Ddlg_keys.c316 CURSES_NAME(EOL),

Completed in 201 milliseconds