Home
last modified time | relevance | path

Searched refs:yystpcpy (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_parser.c917 # ifndef yystpcpy
919 # define yystpcpy stpcpy macro
926 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function
929 yystpcpy (yydest, yysrc) in yystpcpy()
989 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/PHP-5.6/Zend/
H A Dzend_language_parser.y1325 yystpcpy(yyres, "end of file");
1351 yystpcpy(yyres, buffer);
1365 yystpcpy(yyres, yystr);

Completed in 11 milliseconds