OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:autostop
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/cut/
cut.c
150
static size_t autostart,
autostop
, maxval;
variable in typeref:typename:size_t
190
if (!
autostop
||
autostop
> stop)
191
autostop
= stop;
213
if (
autostop
&& maxval >
autostop
)
214
maxval =
autostop
;
271
if ((i >= maxval && !
autostop
) ||
336
if (
autostop
) {
cut.c
150
static size_t autostart,
autostop
, maxval;
variable in typeref:typename:size_t
190
if (!
autostop
||
autostop
> stop)
191
autostop
= stop;
213
if (
autostop
&& maxval >
autostop
)
214
maxval =
autostop
;
271
if ((i >= maxval && !
autostop
) ||
336
if (
autostop
) {
Completed in 22 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025