OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dstop
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/unexpand/
unexpand.c
58
#define
DSTOP
8
135
const size_t
dstop
= (nstops == 0) ?
DSTOP
: tabstops[0];
local in function:tabify
148
dcol = (1 + dcol /
dstop
) *
dstop
;
161
while (((ocol +
dstop
) /
dstop
) <= (dcol /
dstop
)) {
166
ocol = (1 + ocol /
dstop
) *
dstop
;
[
all
...]
unexpand.c
58
#define
DSTOP
8
135
const size_t
dstop
= (nstops == 0) ?
DSTOP
: tabstops[0];
local in function:tabify
148
dcol = (1 + dcol /
dstop
) *
dstop
;
161
while (((ocol +
dstop
) /
dstop
) <= (dcol /
dstop
)) {
166
ocol = (1 + ocol /
dstop
) *
dstop
;
[
all
...]
Completed in 55 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025