Searched refs:TEXT_LEN (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/byacc/test/ |
H A D | grammar.y | 97 #define TEXT_LEN (MAX_TEXT_SIZE / 2 - 3) macro 683 (void)sprintf(s = buf, "%.*s %.*s", TEXT_LEN, $1.text, TEXT_LEN, $2.text); 690 (void)sprintf(s = buf, "%.*s {}", TEXT_LEN, $1.text); 695 (void)sprintf(buf, "%.*s %.*s", TEXT_LEN, $1.text, TEXT_LEN, $2.text); 748 (void)sprintf(s = buf, "enum %.*s", TEXT_LEN, $2.text); 755 (void)sprintf(s = buf, "%.*s {}", TEXT_LEN, $1.text); 760 (void)sprintf(buf, "enum %.*s", TEXT_LEN, $2.text); 782 (void)sprintf(buf, "%.*s%.*s", TEXT_LEN, $1.text, TEXT_LEN, $$->text); 799 (void)sprintf(buf, "(%.*s)", TEXT_LEN, $$->text); 807 (void)sprintf(buf, "%.*s%.*s", TEXT_LEN, $$->text, TEXT_LEN, $2.text); [all …]
|
/freebsd/contrib/byacc/test/yacc/ |
H A D | grammar.tab.c | 127 #define TEXT_LEN (MAX_TEXT_SIZE / 2 - 3) macro 1654 …(void)sprintf(s = buf, "%.*s %.*s", TEXT_LEN, yystack.l_mark[-2].text.text, TEXT_LEN, yystack.l_ma… in YYPARSE_DECL() 1664 (void)sprintf(s = buf, "%.*s {}", TEXT_LEN, yystack.l_mark[-1].text.text); in YYPARSE_DECL() 1672 …(void)sprintf(buf, "%.*s %.*s", TEXT_LEN, yystack.l_mark[-1].text.text, TEXT_LEN, yystack.l_mark[0… in YYPARSE_DECL() 1733 (void)sprintf(s = buf, "enum %.*s", TEXT_LEN, yystack.l_mark[-1].text.text); in YYPARSE_DECL() 1743 (void)sprintf(s = buf, "%.*s {}", TEXT_LEN, yystack.l_mark[-1].text.text); in YYPARSE_DECL() 1751 (void)sprintf(buf, "enum %.*s", TEXT_LEN, yystack.l_mark[0].text.text); in YYPARSE_DECL() 1768 …(void)sprintf(buf, "%.*s%.*s", TEXT_LEN, yystack.l_mark[-1].text.text, TEXT_LEN, yyval.declarator-… in YYPARSE_DECL() 1787 (void)sprintf(buf, "(%.*s)", TEXT_LEN, yyval.declarator->text); in YYPARSE_DECL() 1798 …(void)sprintf(buf, "%.*s%.*s", TEXT_LEN, yyval.declarator->text, TEXT_LEN, yystack.l_mark[0].text.… in YYPARSE_DECL() [all …]
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | grammar.tab.c | 147 #define TEXT_LEN (MAX_TEXT_SIZE / 2 - 3) macro 2381 …(void)sprintf(s = buf, "%.*s %.*s", TEXT_LEN, yystack.l_mark[-2].text.text, TEXT_LEN, yystack.l_ma… in YYPARSE_DECL() 2391 (void)sprintf(s = buf, "%.*s {}", TEXT_LEN, yystack.l_mark[-1].text.text); in YYPARSE_DECL() 2399 …(void)sprintf(buf, "%.*s %.*s", TEXT_LEN, yystack.l_mark[-1].text.text, TEXT_LEN, yystack.l_mark[0… in YYPARSE_DECL() 2460 (void)sprintf(s = buf, "enum %.*s", TEXT_LEN, yystack.l_mark[-1].text.text); in YYPARSE_DECL() 2470 (void)sprintf(s = buf, "%.*s {}", TEXT_LEN, yystack.l_mark[-1].text.text); in YYPARSE_DECL() 2478 (void)sprintf(buf, "enum %.*s", TEXT_LEN, yystack.l_mark[0].text.text); in YYPARSE_DECL() 2495 …(void)sprintf(buf, "%.*s%.*s", TEXT_LEN, yystack.l_mark[-1].text.text, TEXT_LEN, yyval.declarator-… in YYPARSE_DECL() 2514 (void)sprintf(buf, "(%.*s)", TEXT_LEN, yyval.declarator->text); in YYPARSE_DECL() 2525 …(void)sprintf(buf, "%.*s%.*s", TEXT_LEN, yyval.declarator->text, TEXT_LEN, yystack.l_mark[0].text.… in YYPARSE_DECL() [all …]
|