Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c1827 static INTBIG latoaswitch = 0; in latoa() local
1837 cur = output[latoaswitch++]; in latoa()
1838 if (latoaswitch >= OUTBUFS) latoaswitch = 0; in latoa()
1871 static INTBIG latoaswitch = 0; in frtoa() local
1881 start = cur = &output[latoaswitch++][0]; in frtoa()
1882 if (latoaswitch >= FRTOANUMBUFS) latoaswitch = 0; in frtoa()