Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_parser.c977 char const *yyp = yystr; in yytnamerr() local
980 switch (*++yyp) in yytnamerr()
987 if (*++yyp != '\\') in yytnamerr()
992 yyres[yyn] = *yyp; in yytnamerr()
1133 char *yyp = *yymsg; in yysyntax_error() local
1135 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1136 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1138 yyp += yytnamerr (yyp, yyarg[yyi++]); in yysyntax_error()
1143 yyp++; in yysyntax_error()
/PHP-7.0/ext/json/
H A Djson_parser.tab.c880 char const *yyp = yystr; in yytnamerr() local
883 switch (*++yyp) in yytnamerr()
890 if (*++yyp != '\\') in yytnamerr()
895 yyres[yyn] = *yyp; in yytnamerr()
1032 char *yyp = *yymsg; in yysyntax_error() local
1034 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1035 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1037 yyp += yytnamerr (yyp, yyarg[yyi++]); in yysyntax_error()
1042 yyp++; in yysyntax_error()
/PHP-7.0/Zend/
H A Dzend_language_parser.y1343 const char *yyp = yystr; variable
1345 for (; *++yyp != '"'; ++yyn) {
1346 yyres[yyn] = *yyp;
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c135083 void *yyp, /* The parser */
135098 yypParser = (yyParser*)yyp;

Completed in 364 milliseconds