Home | History | Annotate | Download | only in csh

Lines Matching defs:savet

1078 static struct command *savet = NULL;
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;
1220 savet = t;