Home
last modified time | relevance | path

Searched refs:us_preventloss (Results 1 – 10 of 10) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomoq.c1140 if (us_preventloss(NOLIBRARY, 0, TRUE)) return; in us_quit()
H A Dusrcomln.c353 if (us_preventloss(lib, 1, TRUE)) return; in us_library()
486 if (us_preventloss(oldlib, 2, TRUE) != 0) in us_library()
H A Dusrstatus.c1699 BOOLEAN us_preventloss(LIBRARY *lib, INTBIG action, BOOLEAN cancancel) in us_preventloss() function
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h949 BOOLEAN us_preventloss(LIBRARY*, INTBIG, BOOLEAN);
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphqt.cpp4008 if (us_preventloss(NOLIBRARY, 0, TRUE)) return; in gra_handlequeuedframedeletion()
H A Dgraphpccode.cpp4666 if (us_preventloss(NOLIBRARY, 0, TRUE)) return(1); /* keep working */ in gra_closeworld()
H A DgraphmacX.c984 if (us_preventloss(NOLIBRARY, 0, TRUE)) return(noErr); in gra_handlequit()
H A Dgraphmac.c1031 if (us_preventloss(NOLIBRARY, 0, TRUE)) return(noErr); in gra_handlequit()
H A Dgraphunixx11.c6777 if (us_preventloss(NOLIBRARY, 0, TRUE)) return; in gra_handlequeuedframedeletion()
/dports/cad/electric/electric-7.00/
H A DChangeLog1880 FIX: In "usrstatus.c:us_preventloss()", call "makeoptionstemporary()" before saving.