OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yytext_ptr
(Results
1 - 5
of
5
) sorted by null
/external/bison/examples/calc++/
calc++-scanner.cc
234
#define unput(c) yyunput( c, (
yytext_ptr
) )
425
#define
yytext_ptr
yytext
macro
440
(
yytext_ptr
) = yy_bp; \
445
/* %% [3.0] code to copy
yytext_ptr
to yytext[] goes here, if %array \ */\
649
#ifndef
yytext_ptr
985
int yy_amount_of_matched_text = (int) (yy_cp - (
yytext_ptr
)) - 1;
1018
(yy_c_buf_p) = (
yytext_ptr
) + yy_amount_of_matched_text;
1033
yy_bp = (
yytext_ptr
) + YY_MORE_ADJ;
1069
(yy_c_buf_p) = (
yytext_ptr
) + YY_MORE_ADJ;
1085
(
yytext_ptr
) + yy_amount_of_matched_text
[
all
...]
/external/bison/src/
scan-skel.c
253
#define unput(c) yyunput( c, (
yytext_ptr
) )
444
#define
yytext_ptr
skel_text
macro
459
(
yytext_ptr
) = yy_bp; \
464
/* %% [3.0] code to copy
yytext_ptr
to skel_text[] goes here, if %array \ */\
736
#ifndef
yytext_ptr
1193
int yy_amount_of_matched_text = (int) (yy_cp - (
yytext_ptr
)) - 1;
1226
(yy_c_buf_p) = (
yytext_ptr
) + yy_amount_of_matched_text;
[
all
...]
scan-code.c
253
#define unput(c) yyunput( c, (
yytext_ptr
) )
444
#define
yytext_ptr
code_text
macro
459
(
yytext_ptr
) = yy_bp; \
464
/* %% [3.0] code to copy
yytext_ptr
to code_text[] goes here, if %array \ */\
821
#ifndef
yytext_ptr
[
all
...]
scan-gram.c
253
#define unput(c) yyunput( c, (
yytext_ptr
) )
444
#define
yytext_ptr
gram_text
macro
459
(
yytext_ptr
) = yy_bp; \
464
/* %% [3.0] code to copy
yytext_ptr
to gram_text[] goes here, if %array \ */\
[
all
...]
/external/libpcap/
scanner.c
217
#define unput(c) yyunput( c, (
yytext_ptr
) )
378
#define
yytext_ptr
pcap_text
macro
389
(
yytext_ptr
) = yy_bp; \
[
all
...]
Completed in 42 milliseconds