OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 14 15:09:51 GMT 2025