Searched defs:lineftell (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c144 static long lineftell; /* ftell after getc( inf ) == '\n' */ variable
370 getaline(lineftell);
496 lineftell = tokftell = ftell(inf);
502 lineftell = ftell(inf);
507 lineftell = ftell(inf);
518 lineftell = ftell(inf);
568 lineftell = ftell(inf);
697 tokftell = lineftell;
739 lineftell = ftell(inf);
797 lineftell
[all...]

Completed in 59 milliseconds