Home
last modified time | relevance | path

Searched refs:yy_scan_string (Results 1 – 25 of 1573) sorted by relevance

12345678910>>...63

/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/m4/
H A Dexpr.c32 extern void yy_scan_string(const char *);
47 yy_scan_string(toeval); in expr()
/dports/net/wireshark-lite/wireshark-3.6.1/tools/lemon/
H A Dlemonflex-tail.inc26 #ifndef yy_scan_string
27 #define yy_scan_string CONCAT(FLEX_YY_PREFIX, _scan_string)
48 yy_scan_string(text);
/dports/net/wireshark/wireshark-3.6.1/tools/lemon/
H A Dlemonflex-tail.inc26 #ifndef yy_scan_string
27 #define yy_scan_string CONCAT(FLEX_YY_PREFIX, _scan_string)
48 yy_scan_string(text);
/dports/net/tshark-lite/wireshark-3.6.1/tools/lemon/
H A Dlemonflex-tail.inc26 #ifndef yy_scan_string
27 #define yy_scan_string CONCAT(FLEX_YY_PREFIX, _scan_string)
48 yy_scan_string(text);
/dports/net/tshark/wireshark-3.6.1/tools/lemon/
H A Dlemonflex-tail.inc26 #ifndef yy_scan_string
27 #define yy_scan_string CONCAT(FLEX_YY_PREFIX, _scan_string)
48 yy_scan_string(text);
/dports/sysutils/fatback/fatback-1.3/
H A Dcmd_set.c21 extern void yy_scan_string(); in cmd_set()
51 yy_scan_string(set_arg); in cmd_set()
/dports/textproc/re-flex/RE-flex-3.1.0/include/reflex/
H A Dflexlexer.h252 #define yy_scan_string(i,s) (static_cast<FlexLexer*>(s)->in(i), static_cast<YY_BUFFER_STATE>(NU… macro
253 #define yy_scan_wstring(i,s) yy_scan_string((i), (s))
254 #define yy_scan_bytes(b,n,s) yy_scan_string(reflex::Input((b), static_cast<size_t>(n)), (s))
257 #define yy_scan_string(i) (YY_SCANNER_DOT_ in(i), static_cast<YY_BUFFER_STATE>(NULL)) macro
258 #define yy_scan_wstring(i) yy_scan_string(i)
259 #define yy_scan_bytes(b,n) yy_scan_string(reflex::Input((b), static_cast<size_t>(n)))
/dports/textproc/ugrep/ugrep-3.4.0/include/reflex/
H A Dflexlexer.h252 #define yy_scan_string(i,s) (static_cast<FlexLexer*>(s)->in(i), static_cast<YY_BUFFER_STATE>(NU… macro
253 #define yy_scan_wstring(i,s) yy_scan_string((i), (s))
254 #define yy_scan_bytes(b,n,s) yy_scan_string(reflex::Input((b), static_cast<size_t>(n)), (s))
257 #define yy_scan_string(i) (YY_SCANNER_DOT_ in(i), static_cast<YY_BUFFER_STATE>(NULL)) macro
258 #define yy_scan_wstring(i) yy_scan_string(i)
259 #define yy_scan_bytes(b,n) yy_scan_string(reflex::Input((b), static_cast<size_t>(n)))
/dports/www/mod_auth_gssapi/mod_auth_gssapi-1.6.3/src/
H A Dparser.y24 extern YY_BUFFER_STATE yy_scan_string(char * str);
188 buffer = yy_scan_string((char *)expr); in mag_verify_name_attributes()
199 YY_BUFFER_STATE buffer = yy_scan_string((char *)expr); in mag_check_name_attr_expr()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dcomment_lexer.l9 YY_BUFFER_STATE yy_scan_string ( const char *str ) ;
85 yy_switch_to_buffer(yy_scan_string(str));
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dcomment_lexer.l9 YY_BUFFER_STATE yy_scan_string ( const char *str ) ;
85 yy_switch_to_buffer(yy_scan_string(str));
/dports/devel/cmake-gui/cmake-3.22.1/Source/LexerParser/
H A DcmCommandArgumentLexer.h36 #ifdef yy_scan_string
39 #define yy_scan_string cmCommandArgument_yy_scan_string macro
417 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
553 #undef yy_scan_string
H A DcmCTestResourceGroupsLexer.h36 #ifdef yy_scan_string
39 #define yy_scan_string cmCTestResourceGroups_yy_scan_string macro
417 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
556 #undef yy_scan_string
H A DcmDependsJavaLexer.h36 #ifdef yy_scan_string
39 #define yy_scan_string cmDependsJava_yy_scan_string macro
417 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
553 #undef yy_scan_string
H A DcmGccDepfileLexer.h36 #ifdef yy_scan_string
39 #define yy_scan_string cmGccDepfile_yy_scan_string macro
417 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
551 #undef yy_scan_string
H A DcmExprLexer.h36 #ifdef yy_scan_string
39 #define yy_scan_string cmExpr_yy_scan_string macro
417 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
551 #undef yy_scan_string
H A DcmFortranLexer.h36 #ifdef yy_scan_string
39 #define yy_scan_string cmFortran_yy_scan_string macro
417 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
555 #undef yy_scan_string
/dports/devel/cmake-doc/cmake-3.22.1/Source/LexerParser/
H A DcmCTestResourceGroupsLexer.h36 #ifdef yy_scan_string
39 #define yy_scan_string cmCTestResourceGroups_yy_scan_string macro
417 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
556 #undef yy_scan_string
H A DcmGccDepfileLexer.h36 #ifdef yy_scan_string
39 #define yy_scan_string cmGccDepfile_yy_scan_string macro
417 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
551 #undef yy_scan_string
/dports/devel/cmake/cmake-3.22.1/Source/LexerParser/
H A DcmCTestResourceGroupsLexer.h36 #ifdef yy_scan_string
39 #define yy_scan_string cmCTestResourceGroups_yy_scan_string macro
417 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
556 #undef yy_scan_string
H A DcmDependsJavaLexer.h36 #ifdef yy_scan_string
39 #define yy_scan_string cmDependsJava_yy_scan_string macro
417 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
553 #undef yy_scan_string
H A DcmFortranLexer.h36 #ifdef yy_scan_string
39 #define yy_scan_string cmFortran_yy_scan_string macro
417 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
555 #undef yy_scan_string
H A DcmCommandArgumentLexer.h36 #ifdef yy_scan_string
39 #define yy_scan_string cmCommandArgument_yy_scan_string macro
417 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
553 #undef yy_scan_string
H A DcmExprLexer.h36 #ifdef yy_scan_string
39 #define yy_scan_string cmExpr_yy_scan_string macro
417 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
551 #undef yy_scan_string
H A DcmGccDepfileLexer.h36 #ifdef yy_scan_string
39 #define yy_scan_string cmGccDepfile_yy_scan_string macro
417 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
551 #undef yy_scan_string

12345678910>>...63