OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buffnum
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/backgammon/common_source/
subs.c
43
int
buffnum
;
variable in typeref:typename:int
61
buffnum
++;
62
if (
buffnum
== BUFSIZ) {
65
buffnum
= 0;
67
outbuff[
buffnum
] = c;
74
if (
buffnum
< 0)
76
buffnum
++;
77
if (write(1, outbuff,
buffnum
) !=
buffnum
)
79
buffnum
= -1
[
all
...]
Completed in 11 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025