OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxout
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/m4/
misc.c
251
for (n = 0; n <
maxout
; n++)
282
for (i =
maxout
; i < n; i++)
284
maxout
= n;
extern.h
161
extern int
maxout
; /* maximum number of diversions */
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 */
eval.c
827
if (n >=
maxout
) {
866
if (n <
maxout
&& outfile[n] != NULL)
872
for (n = 1; n <
maxout
; n++)
/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
;
Completed in 14 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025