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

  /src/usr.bin/fpr/
fpr.c 80 static int highcol; variable in typeref:typename:int
187 highcol = -1;
287 if (col >= highcol)
288 highcol = col;
347 while (anchor <= highcol) {
358 while (i < highcol && line[i + 1].count > 1)
371 highcol = -1;
fpr.c 80 static int highcol; variable in typeref:typename:int
187 highcol = -1;
287 if (col >= highcol)
288 highcol = col;
347 while (anchor <= highcol) {
358 while (i < highcol && line[i + 1].count > 1)
371 highcol = -1;

Completed in 53 milliseconds