Searched refs:savet (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/games/adventure/
H A Dwizard.c91 delay = (d - saveday) * 1440 + (t - savet); /* good for about a
H A Dhdr.h72 extern int saveday, savet, maxscore, latency;
H A Dsave.c499 {&savet, sizeof(savet)},
612 &savet,
H A Dinit.c71 int saveday, savet, maxscore, latency; variable
H A Dmain.c448 datime(&saveday, &savet);
/netbsd-current/bin/csh/
H A Dcsh.c1078 static struct command *savet = NULL; variable in typeref:struct:command
1087 t = savet;
1088 savet = NULL;
1110 if (savet)
1111 freesyn(savet), savet = NULL; local
1118 savet = t;
1207 savet = syntax(paraml.next, &paraml, 0);
1211 execute(savet, (tpgrp > 0 ? tpgrp : -1), NULL, NULL);
1217 freesyn(savet), save local
[all...]

Completed in 104 milliseconds