Home | History | Annotate | Download | only in dist

Lines Matching refs:fast

250 GetSaveOptions(int *saveType, int *interactStyle, Bool *fast)
266 *fast = False;
273 DoSave(int saveType, int interactStyle, Bool fast)
315 saveType, wantShutdown, interactStyle, fast);
326 printf ("Interact Style = %s, Fast = False]\n", _interactStyle);
403 Bool fast;
460 GetSaveOptions (&saveType, &interactStyle, &fast);
461 DoSave (saveType, interactStyle, fast);
698 Bool fast;
711 GetSaveOptions (&saveType, &interactStyle, &fast);
712 DoSave (saveType, interactStyle, fast);