Home
last modified time | relevance | path

Searched refs:DONT_BUILD (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c197 if (code == DONT_BUILD) in each_file()
240 } else if (code != DONT_BUILD && CHK_OPT(cmd_info, MIGHT_CHG)) in each_file()
288 } else if (x != DONT_BUILD && x != FAILURE) { in process_file()
309 if (x == DONT_BUILD) in process_file()
310 return (DONT_BUILD); in process_file()
541 return (DONT_BUILD); /* don't bother creating a new file */ in traverse_file()
568 return (DONT_BUILD); in traverse_file()
H A Dmcs.h96 #define DONT_BUILD 3 /* this code is used to prevent building a new file */ macro