Home
last modified time | relevance | path

Searched refs:R_IGNORE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/filesync/
H A Drules.c189 flags = R_IGNORE; in read_rules()
444 if (flags&R_IGNORE) in add_rule()
490 { int flags = R_IGNORE | R_NEW; in add_ignore()
H A Ddebug.c99 { R_IGNORE, "IGNORE",
H A Ddatabase.h104 #define R_IGNORE 0x04 /* IGNORE (vs INCLUDE) */ macro