Home
last modified time | relevance | path

Searched refs:E_ALL (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.bin/rdist/
Dgram.y171 $1->sc_args = expand($2, E_ALL);
195 $1->sc_args = expand($2, E_ALL);
201 $1->sc_args = expand($2, E_ALL);
421 hosts = expand(hosts, E_ALL); in insert()
471 c->c_files = expand(files, E_ALL); in append()
Dclient.h56 #define E_ALL 0x7 macro
Drdist.c385 hosts = expand(&tnl, E_ALL); in docmdargs()
/openbsd/src/usr.bin/cvs/
Dedit.c32 #define E_ALL (E_EDIT|E_COMMIT|E_UNEDIT) macro
95 edit_aflags |= E_ALL; in cvs_edit()
97 edit_aflags &= ~E_ALL; in cvs_edit()
119 edit_aflags |= E_ALL; in cvs_edit()