Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/test/
H A Dgrammar.y96 #define MAX_TEXT_SIZE 1024 macro
97 #define TEXT_LEN (MAX_TEXT_SIZE / 2 - 3)
134 char text[MAX_TEXT_SIZE]; /* source text */
304 static char buf[MAX_TEXT_SIZE];
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.tab.c126 #define MAX_TEXT_SIZE 1024 macro
127 #define TEXT_LEN (MAX_TEXT_SIZE / 2 - 3)
164 char text[MAX_TEXT_SIZE]; /* source text */
334 static char buf[MAX_TEXT_SIZE];
/freebsd/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c146 #define MAX_TEXT_SIZE 1024 macro
147 #define TEXT_LEN (MAX_TEXT_SIZE / 2 - 3)
184 char text[MAX_TEXT_SIZE]; /* source text */
354 static char buf[MAX_TEXT_SIZE];