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

  /src/distrib/utils/more/
option.c 56 int tabstop = 8; /* Tab settings */ variable in typeref:typename:int
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/distrib/sets/
fmt-list 27 -- the tab width is 8 and that the string starts at a tabstop.

Completed in 12 milliseconds