Searched refs:yyp (Results 1 – 6 of 6) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_ssi_expr.h | 25 void ssiexprparser(void *yyp, int yymajor, buffer *yyminor, ssi_ctx_t *ctx);
|
| H A D | configfile.h | 19 void configparser(void *yyp, int yymajor, buffer *yyminor, config_t *ctx);
|
| H A D | lempar.c | 565 void *yyp, /* The parser */ in Parse() argument 577 yypParser = (yyParser*)yyp; in Parse()
|
| H A D | mod_ssi_exprparser.c | 828 void *yyp, /* The parser */ in ssiexprparser() argument 840 yypParser = (yyParser*)yyp; in ssiexprparser()
|
| H A D | configparser.c | 1488 void *yyp, /* The parser */ in configparser() argument 1500 yypParser = (yyParser*)yyp; in configparser()
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_grammar.c | 1542 char const *yyp = yystr; in yytnamerr() local 1545 switch (*++yyp) in yytnamerr() 1552 if (*++yyp != '\\') in yytnamerr() 1557 yyres[yyn] = *yyp; in yytnamerr() 1694 char *yyp = *yymsg; in yysyntax_error() local 1696 while ((*yyp = *yyformat) != '\0') in yysyntax_error() 1697 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error() 1699 yyp += yytnamerr (yyp, yyarg[yyi++]); in yysyntax_error() 1704 yyp++; in yysyntax_error()
|