Home
last modified time | relevance | path

Searched refs:us_noyesdlog (Results 1 – 5 of 5) sorted by relevance

/dports/cad/electric/electric-7.00/src/include/
H A Dusrdiacom.h80 INTBIG us_noyesdlog(CHAR*, CHAR*[]);
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrtranslate.c255 i = us_noyesdlog(_("Translations have changed. Quit without saving?"), par); in us_translationdlog()
334 i = us_noyesdlog(_("Translations have changed. Change languages without saving?"), par); in us_translationdlog()
355 i = us_noyesdlog(_("Translations have changed. Change languages without saving?"), par); in us_translationdlog()
H A Dusrparse.c1761 if (parameter == &us_noyesp) return(us_noyesdlog(prompt, paramstart)); in ttygetparam()
H A Dusrdiacom.cpp6305 INTBIG us_noyesdlog(CHAR *prompt, CHAR *paramstart[]) in us_noyesdlog() function
22072 …i = us_noyesdlog(_("This will scale all of your circuitry, making it potentially incompatible with… in us_lambdadlog()
22081 …i = us_noyesdlog(_("This will scale your circuitry, making it potentially incompatible with other … in us_lambdadlog()
22085 …i = us_noyesdlog(_("This will scale the circuitry in the current library, making it potentially in… in us_lambdadlog()
22093 …i = us_noyesdlog(_("This will scale the technology primitives, making them potentially incompatibl… in us_lambdadlog()
/dports/cad/electric/electric-7.00/src/misc/
H A Dprojecttool.c1137 us_noyesdlog(_("Are you sure you want to create a multi-user project from this library?"), pars); in proj_buildproject()