Home
last modified time | relevance | path

Searched defs:swdef (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcgram.y1428 struct swdef { struct
1429 struct swdef *next; /* Next in list */ argument
1430 int deflbl; /* Label for "default" */
1431 struct swents *ents; /* Linked sorted list of case entries */
1432 int nents; /* # of entries in list */
1433 int num; /* Node value will end up in */
1434 TWORD type; /* Type of switch expression */
/netbsd/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dcgram.y1470 struct swdef { struct
1471 struct swdef *next; /* Next in list */ argument
1472 int deflbl; /* Label for "default" */
1473 struct swents *ents; /* Linked sorted list of case entries */
1474 int nents; /* # of entries in list */
1475 int num; /* Node value will end up in */
1476 TWORD type; /* Type of switch expression */