HomeSort by: relevance | last modified time | path
    Searched refs:tabstop (Results 1 - 6 of 6) sorted by relevancy

  /src/distrib/utils/more/
option.c 56 int tabstop = 8; /* Tab settings */ variable
115 tabstop = atoi(optarg);
116 if (tabstop <= 0)
117 tabstop = 8;
output.c 102 } while ((column % tabstop) != 0);
line.c 374 } while ((column % tabstop) != 0);
extern.h 193 extern int tabstop;
  /src/usr.bin/diff/
diffreg.c 1654 int col, newcol, tabstop; local
1660 while ((tabstop = roundup(col + 1, tabsize)) <= newcol) {
1662 col = tabstop;
  /src/distrib/sets/
fmt-list 27 -- the tab width is 8 and that the string starts at a tabstop.

Completed in 203 milliseconds