OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxout
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amiga/dev/
msc.c
994
int
maxout
;
local in function:mscstart
1022
maxout
= mhead - ms->OutTail;
1024
if (
maxout
< 0)
1025
maxout
+= IOBUFLEN;
1027
maxout
= IOBUFLEN - 1 -
maxout
;
1029
if (cc >=
maxout
) {
1031
cc =
maxout
;
/src/usr.bin/m4/
main.c
72
int
maxout
;
variable in typeref:typename:int
245
maxout
= 0;
247
resizedivs(
MAXOUT
);
402
for (n = 1; n <
maxout
; n++) /* default wrap-up: undivert */
Completed in 13 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025