Searched refs:yy_scan_string (Results 1 – 13 of 13) sorted by relevance
/minix3/usr.bin/m4/ |
H A D | expr.c | 32 extern void yy_scan_string(const char *); 47 yy_scan_string(toeval); in expr()
|
/minix3/external/bsd/flex/dist/tests/test-posixly-correct/ |
H A D | scanner.l | 67 state = yy_scan_string(tests[i]);
|
/minix3/external/bsd/flex/dist/tests/test-posix/ |
H A D | scanner.l | 67 state = yy_scan_string(tests[i]);
|
/minix3/external/bsd/flex/dist/tests/test-string-nr/ |
H A D | scanner.l | 71 state = yy_scan_string ( INPUT_STRING_1 ); in main()
|
/minix3/external/bsd/flex/dist/tests/test-string-r/ |
H A D | scanner.l | 73 state = yy_scan_string ( INPUT_STRING_1 ,scanner); in main()
|
/minix3/tools/m4/bootstrap/ |
H A D | tokenizer.c | 307 YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); 1607 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) in yy_scan_string() function
|
/minix3/external/bsd/libpcap/dist/ |
H A D | scanner.l | 397 in_buffer = yy_scan_string(buf);
|
/minix3/external/bsd/flex/dist/ |
H A D | initscan.c | 306 YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); 4567 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) in yy_scan_string() function
|
H A D | ONEWS | 209 yy_scan_buffer, yy_scan_bytes, yy_scan_string 216 YY_BUFFER_STATE yy_scan_string( const char *str ) 298 yy_scan_string() & friends are not available to FlexLexer
|
H A D | flex.skl | 697 YY_BUFFER_STATE yy_scan_string M4_YY_PARAMS( yyconst char *yy_str M4_YY_PROTO_LAST_ARG ); 2367 YY_BUFFER_STATE yy_scan_string YYFARGS1( yyconst char *, yystr)
|
/minix3/external/bsd/flex/dist/doc/ |
H A D | flex.info-2 | 435 * yy_scan_string: Multiple Input Buffers.
|
H A D | flex.info-1 | 1792 -- Function: YY_BUFFER_STATE yy_scan_string ( const char *str ) 2070 yy_scan_buffer, yy_scan_bytes, yy_scan_string 3170 buf = yy_scan_string( yytext + 5, scanner ); 3712 * yy_scan_string() and friends 4996 expansion_buffer = yy_scan_string(expand(yytext)); 6320 > (yy_scan_string()), that is the lexer dosn't recognise the end of string.
|
H A D | flex.texi | 2213 @deftypefun YY_BUFFER_STATE yy_scan_string ( const char *str ) 2546 yy_scan_buffer, yy_scan_bytes, yy_scan_string 4043 buf = yy_scan_string( yytext + 5, scanner ); 4718 yy_scan_string() and friends 5987 expansion_buffer = yy_scan_string(expand(yytext)); 7341 > (yy_scan_string()), that is the lexer dosn't recognise the end of string.
|