Home
last modified time | relevance | path

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

/dports/cad/pcb/pcb-4.2.0/src/
H A Dedif.h300 EDIF_TOK_STRINGDISPLAY = 516, enumerator
595 #define EDIF_TOK_STRINGDISPLAY 516 macro
H A Dedif.c556 EDIF_TOK_STRINGDISPLAY = 516, enumerator
851 #define EDIF_TOK_STRINGDISPLAY 516 macro
5719 {"stringdisplay", EDIF_TOK_STRINGDISPLAY},
5781 static short f_Annotate[] = {EDIF_TOK_STRINGDISPLAY};
5845 static short f_Designator[] = {EDIF_TOK_STRINGDISPLAY};
6199 static short f_Rename[] = {EDIF_TOK_NAME, EDIF_TOK_STRINGDISPLAY};
6220 static short f_String[] = {EDIF_TOK_STRINGDISPLAY, EDIF_TOK_STRING};
6464 BE(f_StringDisplay, EDIF_TOK_STRINGDISPLAY),
H A Dedif.y466 %token EDIF_TOK_STRINGDISPLAY
2259 StrDisplay : EDIF_TOK_STRINGDISPLAY _StrDisplay PopC
2974 {"stringdisplay", EDIF_TOK_STRINGDISPLAY},
3036 static short f_Annotate[] = {EDIF_TOK_STRINGDISPLAY};
3100 static short f_Designator[] = {EDIF_TOK_STRINGDISPLAY};
3454 static short f_Rename[] = {EDIF_TOK_NAME, EDIF_TOK_STRINGDISPLAY};
3475 static short f_String[] = {EDIF_TOK_STRINGDISPLAY, EDIF_TOK_STRING};
3719 BE(f_StringDisplay, EDIF_TOK_STRINGDISPLAY),