Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddblang.c288 getsimpletype(str, &methodreturntype, &addr, 0); in doquerry()
H A Ddblangjava.cpp1034 getsimpletype(str, &type, &addr, 0); in java_query()
3277 getsimpletype((CHAR *)addr, &stype, &saddr, 0); in java_makeobject()
H A Ddbtext.c2992 void getsimpletype(CHAR *pt, INTBIG *type, INTBIG *addr, INTBIG units) in getsimpletype() function
/dports/cad/electric/electric-7.00/src/io/
H A Dio.c2366 getsimpletype(str, &type, &addr, 0); in io_fixnewlib()
2379 getsimpletype(str, &type, &addr, 0); in io_fixnewlib()
2409 getsimpletype(str, &type, &addr, 0); in io_fixnewlib()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdiacom.cpp4306 getsimpletype(pt, &newtype, &newaddr, 0); in us_attributesdlog()
4401 getsimpletype(pt, &newtype, &newval, 0); in us_attributesdlog()
5848 getsimpletype(DiaGetText(dia, DATP_PARVALUE), &newtype, &newval, units); in us_attrparamdlog()
5876 getsimpletype(DiaGetText(dia, DATP_PARVALUE), &newtype, &newval, units); in us_attrparamdlog()
12060 getsimpletype(newstr, &oldtype, &newval, TDGETUNITS(newdescript)); in us_getinfotext()
14695 getsimpletype(newstr, &newtype, &newaddr, 0); in itemHitAction()
14834 getsimpletype(paramvalue[i], &type, &addr, 0); in itemHitAction()
22660 getsimpletype(newstr, &newtype, &newaddr, 0); in us_variablesdlog()
H A Dusrcomtv.c3038 getsimpletype(par[2], &newtype, &newaddr, 0); in us_var()
H A Dusrmisc.c4302 getsimpletype(&us_editvarlines[0][us_editvarlabellen], &newtype, &newvalue, units); in us_editvariabletext()
H A Dusrnet.c6162 getsimpletype(newvalue, &newtype, &newval, units); in us_setvariablevalue()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1921 void getsimpletype(CHAR *pt, INTBIG *type, INTBIG *addr, INTBIG units);
/dports/cad/electric/electric-7.00/
H A DChangeLog2022 FIX: In "dbtext.c:getsimpletype()", accept "e" as well as "." in floating point numbers.