| /freebsd/sbin/ipf/ipftest/ |
| H A D | Makefile | 48 ipnat_l.c: lexer.c 54 ipnat_l.h: lexer.h 71 ippool_l.c: lexer.c 77 ippool_l.h: lexer.h 94 ipf_l.c: lexer.c 100 ipf_l.h: lexer.h
|
| /freebsd/usr.bin/bmake/tests/variables/modifier_M/ |
| H A D | expected.stdout.1 | 1 all files: main.c globals.h util.c util.h map.c map.h parser.y lexer.l cmdman.1 format.5 4 grammar and lexer: parser.y lexer.l
|
| H A D | Makefile.test | 8 parser.y lexer.l \
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | qlog.c | 517 struct lexer { struct 531 static int lex_init(struct lexer *lex, const char *in, size_t in_len) in lex_init() argument 542 static int lex_do(struct lexer *lex) in lex_do() 563 static int lex_eot(struct lexer *lex) in lex_eot() 568 static int lex_peek_char(struct lexer *lex) in lex_peek_char() 573 static int lex_skip_char(struct lexer *lex) in lex_skip_char() 582 static int lex_match(struct lexer *lex, const char *s, size_t s_len) in lex_match() 593 static void lex_get_rest(struct lexer *lex, const char **str, size_t *str_l) in lex_get_rest() 599 static int lex_extract_to(struct lexer *lex, char c, in lex_extract_to() 653 static int lex_fail(struct lexer *lex, const char *msg) in lex_fail() [all …]
|
| /freebsd/sbin/ipf/ippool/ |
| H A D | Makefile | 20 ippool_l.c: lexer.c 26 ippool_l.h: lexer.h
|
| /freebsd/sbin/ipf/ipnat/ |
| H A D | Makefile | 23 ipnat_l.c: lexer.c 29 ipnat_l.h: lexer.h
|
| /freebsd/sbin/ipf/ipmon/ |
| H A D | Makefile | 22 ipmon_l.c: lexer.c 28 ipmon_l.h: lexer.h
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 894 // The lexer produces these so that they only take effect when the parser 899 // The lexer produces these so that they only take effect when the parser 904 // The lexer produces these so that they only take effect when the parser 909 // The lexer produces these so that they only take effect when the parser 914 // The lexer produces these so that the parser and semantic analysis can 919 // The lexer produces these so that they only take effect when the parser 924 // The lexer produces these so that they only take effect when the parser 929 // The lexer produces these so that they only take effect when the parser 934 // The lexer produces these so that they only take effect when the parser 939 // The lexer produces these so that they only take effect when the parser [all …]
|
| /freebsd/sbin/ipf/ipf/ |
| H A D | Makefile | 21 ipf_l.c: lexer.c 27 ipf_l.h: lexer.h
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | DILParser.cpp | 46 DILParser::Parse(llvm::StringRef dil_input_expr, DILLexer lexer, in Parse() argument 51 DILParser parser(dil_input_expr, lexer, frame_sp, use_dynamic, use_synthetic, in Parse() 62 DILParser::DILParser(llvm::StringRef dil_input_expr, DILLexer lexer, in DILParser() argument 68 m_dil_lexer(std::move(lexer)), m_error(error), m_use_dynamic(use_dynamic), in DILParser()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | DILParser.h | 64 DILLexer lexer, 81 explicit DILParser(llvm::StringRef dil_input_expr, DILLexer lexer,
|
| /freebsd/usr.sbin/bluetooth/hcsecd/ |
| H A D | Makefile | 9 SRCS= hcsecd.c lexer.l parser.y
|
| /freebsd/usr.sbin/bluetooth/bthidd/ |
| H A D | Makefile | 7 SRCS= bthidd.c btuinput.c client.c hid.c kbd.c lexer.l parser.y \
|
| /freebsd/usr.sbin/bluetooth/bthidcontrol/ |
| H A D | Makefile | 8 SRCS= bthidcontrol.c hid.c lexer.l parser.y sdp.c
|
| /freebsd/usr.sbin/rrenumd/ |
| H A D | Makefile | 18 SRCS= rrenumd.c parser.y lexer.l
|
| /freebsd/cddl/usr.sbin/dtrace/tests/common/ |
| H A D | Makefile | 34 lexer \
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 770 clang::Lexer lexer(clang::SourceLocation(), GetLangOptions(), m_text.data(), in ExtractTokens() local 774 for (lexer.LexFromRawLexer(token); !token.is(clang::tok::eof); in ExtractTokens() 775 lexer.LexFromRawLexer(token)) { in ExtractTokens()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 377 StringLexer lexer(name); in RealizeType() local 378 clang::QualType qual_type = BuildType(ast_ctx, lexer, for_expression); in RealizeType()
|
| /freebsd/contrib/libpcap/doc/ |
| H A D | README.solaris.md | 32 developer/lexer/flex
|
| /freebsd/contrib/byacc/ |
| H A D | README.BTYACC | 99 The lexer must assign text position of 390 * No more lexer feedback hack. In yacc grammars for C, a 391 standard hack, know as the "lexer feedback hack" is used 392 to find typedef names. The lexer uses semantic 395 btyacc, you no longer need to do this; the lexer should
|
| H A D | btyaccpar.skel | 69 YYLTYPE yylloc; /* position from the lexer */ 195 YYLTYPE yylloc; /* position from the lexer */
|
| /freebsd/etc/mtree/ |
| H A D | BSD.tests.dist | 163 lexer
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 397 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), options, in getSpelling() local 400 lexer.LexFromRawLexer(token); in getSpelling() 1343 Lexer lexer(SM.getLocForStartOfFile(LocInfo.first), LangOpts, File.begin(), in findNextToken() local 1345 lexer.SetCommentRetentionState(IncludeComments); in findNextToken() 1348 lexer.LexFromRawLexer(Tok); in findNextToken()
|
| /freebsd/targets/pseudo/tests/ |
| H A D | Makefile.depend | 68 cddl/usr.sbin/dtrace/tests/common/lexer \
|
| /freebsd/contrib/flex/src/ |
| H A D | flex.skl | 3403 yyscan_t lexer; 3404 yylex_init(&lexer); 3405 yylex( lexer ); 3406 yylex_destroy( lexer);
|