HomeSort by: relevance | last modified time | path
    Searched defs:savet (Results 1 - 2 of 2) sorted by relevancy

  /src/games/adventure/
init.c 71 int saveday, savet, maxscore, latency; variable in typeref:typename:int
  /src/bin/csh/
csh.c 1078 static struct command *savet = NULL; variable in typeref:struct:command *
1087 t = savet;
1088 savet = NULL;
1110 if (savet)
1111 freesyn(savet), savet = NULL;
1118 savet = t;
1207 savet = syntax(paraml.next, &paraml, 0);
1211 execute(savet, (tpgrp > 0 ? tpgrp : -1), NULL, NULL);
1217 freesyn(savet), savet = NULL
    [all...]

Completed in 73 milliseconds