Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/cvs/
Dcheckout.c483 cvs_checkout_file(struct cvs_file *cf, RCSNUM *rnum, char *tag, int co_flags) in cvs_checkout_file() argument
500 if (!(co_flags & CO_REMOVE)) in cvs_checkout_file()
506 cf->file_path, rev, co_flags, in cvs_checkout_file()
509 if (co_flags & CO_DUMP) { in cvs_checkout_file()
517 if (!(co_flags & CO_MERGE)) { in cvs_checkout_file()
542 !(co_flags & CO_MERGE)) in cvs_checkout_file()
561 if (co_flags & CO_MERGE) { in cvs_checkout_file()
570 } else if (co_flags & CO_SETSTICKY) in cvs_checkout_file()
605 if (!(co_flags & CO_REMOVE) && cvs_cmdop != CVS_OP_EXPORT) { in cvs_checkout_file()
611 if (co_flags & CO_MERGE) { in cvs_checkout_file()
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp860 bool has_varargs = !!(code->co_flags & CO_VARARGS); in GetArgInfo()