Home | History | Annotate | Download | only in config

Lines Matching defs:cx

389 	struct condexpr *cx;
391 cx = emalloc(sizeof(*cx));
392 cx->cx_type = type;
396 cx->cx_atom = NULL;
400 cx->cx_not = NULL;
404 cx->cx_and.left = NULL;
405 cx->cx_and.right = NULL;
409 cx->cx_or.left = NULL;
410 cx->cx_or.right = NULL;
416 return cx;