Lines Matching defs:MAXLINE
39 #define MAXLINE 1024
51 static char Previous[MAXLINE];
52 static char LeftMostChild[MAXLINE];
296 (void) strncpy(LeftMostChild, token, MAXLINE);
297 LeftMostChild[MAXLINE-1] = '\0';
298 (void) strncpy(Previous, token, MAXLINE);
299 Previous[MAXLINE-1] = '\0';
423 (void) strncpy(Previous, token, MAXLINE);
425 Previous[MAXLINE-1] = '\0';
554 static char line[MAXLINE];