Searched refs:yystrlen (Results 1 – 6 of 6) sorted by relevance
562 # ifndef yystrlen564 # define yystrlen strlen macro569 yystrlen (const char *yystr) in yystrlen() function571 yystrlen (yystr) in yystrlen()1146 yysize += yystrlen (yytname[yyx]) + 15, yycount++; in yyparse()1147 yysize += yystrlen ("parse error, unexpected ") + 1; in yyparse()1148 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]); in yyparse()
1578 # ifndef yystrlen1580 # define yystrlen strlen macro1586 yystrlen (const char *yystr) in yystrlen() function1589 yystrlen (yystr) in yystrlen()1671 return yystrlen (yystr); in yytnamerr()1783 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
1149 # ifndef yystrlen1151 # define yystrlen strlen1154 ]b4_c_function_def([yystrlen], [static YYSIZE_T],1227 return yystrlen (yystr);1361 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1579 # ifndef yystrlen1581 # define yystrlen strlen macro1585 yystrlen (const char *yystr) in yystrlen() function1657 return yystrlen (yystr); in yytnamerr()1762 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
942 # ifndef yystrlen944 # define yystrlen strlen949 yystrlen (const char *yystr)951 yystrlen (yystr)1033 return yystrlen (yystr);1935 yysize1 = yysize + yystrlen (yyf);
9139 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather9480 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.10832 * data/yacc.c (yyparse): strlen -> yystrlen.20365 (yystrlen, yystpcpy): New functions.20370 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy