Home
last modified time | relevance | path

Searched refs:DO_IGNLNKS (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.bin/rdist/
Dtypes.h21 #define DO_IGNLNKS 0x0000040 macro
Ddistopt.c59 { DO_IGNLNKS, "ignlnks", NULL, 0},
Drdist.c248 case 'i': FLAG_ON(options, DO_IGNLNKS); break; in main()
Dgram.y357 case 'i': opt = DO_IGNLNKS; break; in yylex()
Ddocmd.c574 if (contimedout || IS_ON(opts, DO_IGNLNKS) || in doarrow()