Home
last modified time | relevance | path

Searched refs:R_PROCESS (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Drecurse.c121 frame.flags = local ? R_SKIP_DIRS : R_PROCESS;
851 Dtype dir_return = R_PROCESS;
1047 dir_return = R_PROCESS;
H A Dremove.c277 return (R_PROCESS);
H A Dstatus.c340 return (R_PROCESS);
H A Dtag.c1032 return (R_PROCESS);
1089 return R_PROCESS;
H A Dcommit.c164 return R_PROCESS;
1087 return (R_PROCESS);
1562 return (R_PROCESS);
H A Dpatch.c766 return (R_PROCESS);
H A Ddiff.c785 return (R_PROCESS);
H A Dadmin.c974 return (R_PROCESS);
H A Dcvs.h353 R_PROCESS = 1, /* process files and maybe dirs */ enumerator
H A Dlog.c1638 return (R_PROCESS);
H A Dupdate.c1042 return (R_PROCESS);
H A Dclient.c5451 return (dir_exists ? R_PROCESS : R_SKIP_ALL);
H A DChangeLog1333 * tag.c (val_direntproc): Return R_PROCESS instead of 0.