Home
last modified time | relevance | path

Searched refs:yyp (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_ssi_expr.h25 void ssiexprparser(void *yyp, int yymajor, buffer *yyminor, ssi_ctx_t *ctx);
H A Dconfigfile.h19 void configparser(void *yyp, int yymajor, buffer *yyminor, config_t *ctx);
H A Dlempar.c565 void *yyp, /* The parser */ in Parse() argument
577 yypParser = (yyParser*)yyp; in Parse()
H A Dmod_ssi_exprparser.c828 void *yyp, /* The parser */ in ssiexprparser() argument
840 yypParser = (yyParser*)yyp; in ssiexprparser()
H A Dconfigparser.c1488 void *yyp, /* The parser */ in configparser() argument
1500 yypParser = (yyParser*)yyp; in configparser()
/mOS-networking-stack/core/src/bpf/
H A Dsf_grammar.c1542 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()