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

/openbsd-current/games/adventure/
H A Dwizard.c63 delay = (t - savet) / 60; /* Minutes */
H A Dsave.c88 {&savet, sizeof(savet)},
H A Dhdr.h72 extern time_t savet;
H A Dmain.c54 time_t savet; variable
474 time(&savet);
/openbsd-current/bin/csh/
H A Dcsh.c1016 static struct command *savet = NULL; variable in typeref:struct:command
1021 struct command *t = savet;
1024 savet = NULL;
1046 if (savet)
1047 freesyn(savet), savet = NULL; local
1054 savet = t;
1133 savet = syntax(paraml.next, &paraml, 0);
1137 execute(savet, (tpgrp > 0 ? tpgrp : -1), NULL, NULL);
1143 freesyn((struct command *) savet), save
[all...]

Completed in 82 milliseconds