Searched refs:SIMPLE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/net/
H A Dif_clone.c71 enum { SIMPLE, ADVANCED } ifc_type; /* (c) */ enumerator in enum:if_clone::__anon1959
189 if (ifc->ifc_type == SIMPLE) {
200 if (ifc->ifc_type == SIMPLE) {
230 if (ifc->ifc_type == SIMPLE)
275 if (ifc->ifc_type == SIMPLE) {
330 if (ifc->ifc_type == SIMPLE)
413 ifc->ifc_type = SIMPLE;
452 if (ifc->ifc_type == SIMPLE)
/freebsd-10-stable/contrib/less/
H A Dregexp.c154 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */ macro
433 if (op == '*' && (flags&SIMPLE))
442 } else if (op == '+' && (flags&SIMPLE))
492 *flagp |= HASWIDTH|SIMPLE;
526 *flagp |= HASWIDTH|SIMPLE;
553 *flagp |= HASWIDTH|SIMPLE;
568 *flagp |= SIMPLE;

Completed in 60 milliseconds