OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yystr
(Results
1 - 25
of
27
) sorted by null
1
2
/external/libpcap/
grammar.c
[
all
...]
/external/bison/data/
lalr1.java
372
/* Return
YYSTR
after stripping away unnecessary quotes and
376
YYSTR
is taken from yytname. */
377
private final String yytnamerr_ (String
yystr
)
379
if (
yystr
.charAt (0) == '"')
382
strip_quotes: for (int i = 1; i <
yystr
.length (); i++)
383
switch (
yystr
.charAt (i))
390
if (
yystr
.charAt(++i) != '\\')
394
yyr.append (
yystr
.charAt (i));
401
else if (
yystr
.equals ("$end"))
404
return
yystr
;
[
all
...]
lalr1.cc
355
/* Return
YYSTR
after stripping away unnecessary quotes and
359
YYSTR
is taken from yytname. */
361
]b4_parser_class_name[::yytnamerr_ (const char *
yystr
)
363
if (*
yystr
== '"')
366
char const *yyp =
yystr
;
389
return
yystr
;
[
all
...]
yacc.c
[
all
...]
glr.c
612
/* Copy to YYRES the contents of
YYSTR
after stripping away unnecessary
616
backslash-backslash).
YYSTR
is taken from yytname. If YYRES is
620
yytnamerr (char *yyres, const char *
yystr
)
622
if (*
yystr
== '"')
625
char const *yyp =
yystr
;
653
return strlen (
yystr
);
655
return yystpcpy (yyres,
yystr
) - yyres;
[
all
...]
/external/bison/examples/calc++/
calc++-parser.cc
151
/* Return
YYSTR
after stripping away unnecessary quotes and
155
YYSTR
is taken from yytname. */
157
calcxx_parser::yytnamerr_ (const char *
yystr
)
159
if (*
yystr
== '"')
162
char const *yyp =
yystr
;
185
return
yystr
;
[
all
...]
calc++-scanner.cc
[
all
...]
/external/elfutils/src/
ldscript.c
[
all
...]
ldlex.c
[
all
...]
/external/e2fsprogs/intl/
plural.c
566
/* Return the length of
YYSTR
. */
569
yystrlen (const char *
yystr
)
571
yystrlen (
yystr
)
572
const char *
yystr
;
575
register const char *yys =
yystr
;
580
return yys -
yystr
- 1;
[
all
...]
/system/core/sh/
arith.c
735
/* Return the length of
YYSTR
. */
738
yystrlen (const char *
yystr
)
740
yystrlen (
yystr
)
741
const char *
yystr
;
744
register const char *yys =
yystr
;
749
return yys -
yystr
- 1;
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp
909
/* Return the length of
YYSTR
. */
913
yystrlen (const char *
yystr
)
916
yystrlen (
yystr
)
917
const char *
yystr
;
921
for (yylen = 0;
yystr
[yylen]; yylen++)
957
/* Copy to YYRES the contents of
YYSTR
after stripping away unnecessary
961
backslash-backslash).
YYSTR
is taken from yytname. If YYRES is
965
yytnamerr (char *yyres, const char *
yystr
)
967
if (*
yystr
== '"')
970
char const *yyp =
yystr
;
[
all
...]
Tokenizer.cpp
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc
2416
const char *
yystr
;
variable
[
all
...]
glcpp-parse.c
[
all
...]
glcpp-lex.c
[
all
...]
/external/elfutils/libcpu/
i386_parse.c
1049
/* Return the length of
YYSTR
. */
1053
yystrlen (const char *
yystr
)
1056
yystrlen (
yystr
)
1057
const char *
yystr
;
1061
for (yylen = 0;
yystr
[yylen]; yylen++)
1097
/* Copy to YYRES the contents of
YYSTR
after stripping away unnecessary
1101
backslash-backslash).
YYSTR
is taken from yytname. If YYRES is
1105
yytnamerr (char *yyres, const char *
yystr
)
1107
if (*
yystr
== '"')
1110
char const *yyp =
yystr
;
[
all
...]
i386_lex.c
[
all
...]
/external/bison/src/
parse-gram.c
[
all
...]
scan-skel.c
[
all
...]
scan-code.c
[
all
...]
scan-gram.c
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/
glslang_tab.cpp
1665
const char *
yystr
;
variable
[
all
...]
glslang_lex.cpp
[
all
...]
Completed in 330 milliseconds
1
2