Home
last modified time | relevance | path

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

/PHP-7.1/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.1/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.1/Zend/
H A Dzend_language_parser.y1355 const char *yyp = yystr; variable
1357 for (; *++yyp != '"'; ++yyn) {
1358 yyres[yyn] = *yyp;
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c152838 void *yyp, /* The parser */
152851 yyParser *yypParser = (yyParser*)yyp; /* The parser */

Completed in 462 milliseconds