Home
last modified time | relevance | path

Searched refs:NO_OBJ (Results 1 – 6 of 6) sorted by relevance

/dragonfly/include/rpcsvc/
H A Dnis_object.x102 NO_OBJ = 1, /* NULL object (no data) */ enumerator
275 case NO_OBJ :
/dragonfly/usr.sbin/autofs/autofs/
H A DMakefile11 NO_OBJ= macro
/dragonfly/usr.sbin/config/
H A Dconfig.h67 #define NO_OBJ 4 macro
H A Dmkmakefile.c501 tp->f_flags |= NO_OBJ; in read_files()
509 tp->f_flags |= NO_OBJ; in read_files()
572 if (tp->f_type == INVISIBLE || tp->f_flags & NO_OBJ) in do_objs()
/dragonfly/contrib/bmake/mk/
H A Dauto.obj.mk40 .if !defined(NOOBJ) && !defined(NO_OBJ) && ${MKOBJDIRS:Uno} == auto
H A DChangeLog1561 * auto.obj.mk: improve description of Mkdirs and honor NO_OBJ too.