Lines Matching refs:node_proto
141 struct node_proto { struct
143 struct node_proto *next; argument
144 struct node_proto *tail; argument
402 struct node_proto *, struct node_os *, struct node_host *,
457 struct node_proto *proto;
992 struct node_proto *proto;
2354 struct node_proto *proto;
3332 $$ = calloc(1, sizeof(struct node_proto));
3382 $$ = calloc(1, sizeof(struct node_proto));
6285 struct node_proto *protos, in expand_rule()
6312 LOOP_THROUGH(struct node_proto, proto, protos, in expand_rule()
6493 FREE_LIST(struct node_proto, protos); in expand_rule()