Searched refs:MAXCOMMENTLEN (Results 1 – 3 of 3) sorted by relevance
35 #define MAXCOMMENTLEN 100 macro41 char comment[MAXCOMMENTLEN + 1];
121 snprintf(opts->comment, MAXCOMMENTLEN, "%s", $2);
519 snprintf(opts->comment, MAXCOMMENTLEN, "%s", yyvsp[0].string); in yyparse()