Home | History | Annotate | Download | only in rs6000

Lines Matching defs:LINELEN

190 #define LINELEN 1024
191 static char linebuf[LINELEN * MAXLINES];
651 while (pos < LINELEN && isspace(linebuf[pos]) && linebuf[pos] != '\n')
654 if (pos >= LINELEN)
687 if (!fgets (lines[lastline], LINELEN, file))
706 if (++pos >= LINELEN)
719 while (lastpos < LINELEN - 1
723 if (lastpos >= LINELEN - 1)
750 while (lastpos < LINELEN - 1 && isdigit (linebuf[lastpos + 1]))
753 if (lastpos >= LINELEN - 1)
776 while (lastpos < LINELEN - 1 && linebuf[lastpos + 1] != ']')
783 if (lastpos >= LINELEN - 1)
1924 if (linebuf[pos] != '\n' && pos != LINELEN - 1)
2158 if (linebuf[pos] != '\n' && pos != LINELEN - 1)
2946 lines[i] = (char *) malloc (LINELEN);