Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrnet.c6325 #define NOARRAYALIGN ((ARRAYALIGN *)-1) macro
6377 firstaa = NOARRAYALIGN; in us_arrayfromfile()
6668 for(aa = firstaa; aa != NOARRAYALIGN; aa = aa->nextarrayalign) in us_arrayfromfile()
6670 if (aa == NOARRAYALIGN) in us_arrayfromfile()
6687 for(aa = firstaa; aa != NOARRAYALIGN; aa = aa->nextarrayalign) in us_arrayfromfile()
6689 if (aa == NOARRAYALIGN) in us_arrayfromfile()
6791 while (firstaa != NOARRAYALIGN) in us_arrayfromfile()