HomeSort by: relevance | last modified time | path
    Searched defs:MAX_TEXT_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/byacc/dist/test/yacc/
grammar.tab.c 128 #define MAX_TEXT_SIZE 1024
129 #define TEXT_LEN (MAX_TEXT_SIZE / 2 - 3)
166 char text[MAX_TEXT_SIZE]; /* source text */
336 static char buf[MAX_TEXT_SIZE];
  /src/external/bsd/byacc/dist/test/btyacc/
grammar.tab.c 148 #define MAX_TEXT_SIZE 1024
149 #define TEXT_LEN (MAX_TEXT_SIZE / 2 - 3)
186 char text[MAX_TEXT_SIZE]; /* source text */
356 static char buf[MAX_TEXT_SIZE];

Completed in 107 milliseconds