OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spbuf
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/warp/
score.c
70
if (savfil != NULL && fgets(
spbuf
,100,savfil) != NULL) {
73
spbuf
[strlen(
spbuf
)-1] = '\0';
144
fgets(
spbuf
,100,savfil);
157
totalscore = atol(
spbuf
+9);
158
smarts = atoi(
spbuf
+20);
159
cumsmarts = atoi(
spbuf
+24);
160
numents = atoi(
spbuf
+30);
161
numbases = atoi(
spbuf
+33);
162
wave = atoi(
spbuf
+36)
[
all
...]
term.c
396
while (fgets(
spbuf
,(sizeof
spbuf
),tmpfp) != NULL) {
397
if (*
spbuf
== '\f') {
400
getcmd(
spbuf
);
402
if (*
spbuf
== INTRCH)
404
if (*
spbuf
== 'q' || *
spbuf
== 'Q')
409
printf("%3d %s\r",linenum++,
spbuf
);
411
printf("%s\r",
spbuf
);
507
getcmd(
spbuf
);
[
all
...]
init.c
207
snprintf(
spbuf
, sizeof(
spbuf
), "smap.%d",
209
if ((mapfp = fopen(
spbuf
,"r")) != NULL &&
210
fgets(
spbuf
,10,mapfp) != NULL ) {
211
inumstars = numstars = atoi(
spbuf
);
537
snprintf(
spbuf
, sizeof(
spbuf
),
540
mvaddstr(0,0,
spbuf
);
warp.h
426
EXT char
spbuf
[1024];
variable in typeref:typename:EXT char[1024]
Completed in 14 milliseconds
Indexes created Tue Oct 07 11:09:55 GMT 2025