Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/cons/
H A Dconlin.c1535 #define NOABBREV ((ABBREV *)-1) macro
1554 firstabbrev = NOABBREV; in cli_nameallnodes()
1570 for(a = firstabbrev; a != NOABBREV; a = a->nextabbrev) in cli_nameallnodes()
1572 if (a == NOABBREV) in cli_nameallnodes()
1595 for(a = firstabbrev; a != NOABBREV; a = nexta) in cli_nameallnodes()