Searched defs:EOL (Results 1 – 14 of 14) sorted by relevance
62 cat > "$BASE_DIR/src/cjs_module_lexer_version.h" << EOL heredoc
75 cat > "$BASE_DIR/src/base64_version.h" << EOL heredoc
17 EOL: { property
192 const EOL = os.EOL; constant
26 EOL : Character renames ASCII.LF; variable
1 const EOL = '\n' constant
42 #define EOL 0xfd /**< End Of Line marker */ macro
55 EOL: isWindows ? '\r\n' : '\n', property
406 EOL: { property
87 #define EOL() ctx->dump_printf( ctx, "\n" ) macro
680 StringRef EOL = getLexer().LexUntilEndOfStatement(); in parseDirectiveSection() local
24 #define EOL ((Py_UCS4)-2) macro
1199 size_t EOL = Buffer.find_first_of("\n\r"); in readCheckFile() local
359 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment()