Lines Matching refs:cpnode
552 struct node *cpnode; in hmatch_full_config() local
580 cpnode = tree_name(cp_s, IT_NONE, NULL, 0); in hmatch_full_config()
581 cpnode->u.name.child = newnode(T_NUM, NULL, 0); in hmatch_full_config()
582 cpnode->u.name.child->u.ull = cp_num; in hmatch_full_config()
583 cpnode->u.name.cp = pcp; in hmatch_full_config()
585 cpnode->u.name.next = in hmatch_full_config()
587 cpnode->u.name.last = in hmatch_full_config()
591 eventnp->u.event.ewname = cpnode; in hmatch_full_config()
869 struct node *cpnode; in vmatch_event() local
904 cpnode = tree_name(cp_s, IT_NONE, NULL, 0); in vmatch_event()
905 cpnode->u.name.child = newnode(T_NUM, NULL, 0); in vmatch_event()
906 cpnode->u.name.child->u.ull = cp_num; in vmatch_event()
907 cpnode->u.name.cp = pcp; in vmatch_event()
909 cpnode->u.name.next = wcp->ewname; in vmatch_event()
910 cpnode->u.name.last = in vmatch_event()
913 wcp->ewname = cpnode; in vmatch_event()