Home
last modified time | relevance | path

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

/minix3/usr.bin/m4/
H A Dexpr.c32 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 Dscanner.l67 state = yy_scan_string(tests[i]);
/minix3/external/bsd/flex/dist/tests/test-posix/
H A Dscanner.l67 state = yy_scan_string(tests[i]);
/minix3/external/bsd/flex/dist/tests/test-string-nr/
H A Dscanner.l71 state = yy_scan_string ( INPUT_STRING_1 ); in main()
/minix3/external/bsd/flex/dist/tests/test-string-r/
H A Dscanner.l73 state = yy_scan_string ( INPUT_STRING_1 ,scanner); in main()
/minix3/tools/m4/bootstrap/
H A Dtokenizer.c307 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 Dscanner.l397 in_buffer = yy_scan_string(buf);
/minix3/external/bsd/flex/dist/
H A Dinitscan.c306 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 DONEWS209 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 Dflex.skl697 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 Dflex.info-2435 * yy_scan_string: Multiple Input Buffers.
H A Dflex.info-11792 -- 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 Dflex.texi2213 @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.