Home
last modified time | relevance | path

Searched refs:lineLength (Results 1 – 2 of 2) sorted by relevance

/original-bsd/games/chess/Xchess/
H A DscrollText.c86 int lineLength; /* Current line length */ member
176 newLine->lineLength = 0;
456 lineptr->lineLength = 1;
460 lineptr->lineLength += 1;
973 if (thisLine->lineLength == 0) {
1027 textInfo->txtBuffer[textInfo->curLine]->lineLength -= 1;
1093 while (index < someLine->lineLength) {
1101 while ((index < someLine->lineLength) &&
1120 lineBuffer, someLine->lineLength);
1330 thisLine->lineLength += 1;
[all …]
/original-bsd/usr.bin/make/
H A Dparse.c2028 int c, lastc = '\0', lineLength; local
2074 line = (char *)Buf_GetAll (buf, &lineLength);
2110 int lineLength; /* Length of result */ in ParseReadLine() local
2265 line = (char *)Buf_GetAll (buf, &lineLength); in ParseReadLine()