Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_parser.c959 char const *yyp = yystr; in yytnamerr() local
962 switch (*++yyp) in yytnamerr()
969 if (*++yyp != '\\') in yytnamerr()
974 yyres[yyn] = *yyp; in yytnamerr()
1115 char *yyp = *yymsg; in yysyntax_error() local
1117 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1118 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1120 yyp += yytnamerr (yyp, yyarg[yyi++]); in yysyntax_error()
1125 yyp++; in yysyntax_error()
/PHP-5.6/Zend/
H A Dzend_language_parser.y1357 const char *yyp = yystr; variable
1359 for (; *++yyp != '"'; ++yyn) {
1360 yyres[yyn] = *yyp;
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c126655 void *yyp, /* The parser */
126671 yypParser = (yyParser*)yyp;

Completed in 470 milliseconds