Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c975 char const *yyp = yystr; in yytnamerr() local
978 switch (*++yyp) in yytnamerr()
985 if (*++yyp != '\\') in yytnamerr()
990 yyres[yyn] = *yyp; in yytnamerr()
1131 char *yyp = *yymsg; in yysyntax_error() local
1133 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1134 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1136 yyp += yytnamerr (yyp, yyarg[yyi++]); in yysyntax_error()
1141 yyp++; in yysyntax_error()
/PHP-7.3/ext/json/
H A Djson_parser.tab.c877 char const *yyp = yystr; in yytnamerr() local
880 switch (*++yyp) in yytnamerr()
887 if (*++yyp != '\\') in yytnamerr()
892 yyres[yyn] = *yyp; in yytnamerr()
1029 char *yyp = *yymsg; in yysyntax_error() local
1031 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1032 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1034 yyp += yytnamerr (yyp, yyarg[yyi++]); in yysyntax_error()
1039 yyp++; in yysyntax_error()
/PHP-7.3/Zend/
H A Dzend_language_parser.y1357 const char *yyp = yystr; variable
1359 for (; *++yyp != '"'; ++yyn) {
1360 yyres[yyn] = *yyp;
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c152838 void *yyp, /* The parser */
152851 yyParser *yypParser = (yyParser*)yyp; /* The parser */

Completed in 489 milliseconds