Home
last modified time | relevance | path

Searched refs:LINK_SKIP (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/grep/
H A Dgrep.h68 #define LINK_SKIP 2 macro
H A Dgrep.c115 int linkbehave = LINK_SKIP; /* -OpS: handling of symlinks */
523 linkbehave = LINK_SKIP;
H A Dutil.c141 case LINK_SKIP: in grep_tree()