Home
last modified time | relevance | path

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

/src/contrib/nvi/vi/
H A Dv_ch.c42 case FSEARCH: in v_chrepeat()
75 case FSEARCH: in v_chrrepeat()
241 VIP(sp)->csearchdir = FSEARCH; in v_chF()
H A Dvi.h215 typedef enum { CNOTSET, FSEARCH, fSEARCH, TSEARCH, tSEARCH } cdir_t; enumerator
/src/sys/sys/
H A Dfcntl.h123 #define FSEARCH O_SEARCH macro
/src/sys/kern/
H A Dkern_descrip.c3235 flags = fp->f_flag & FSEARCH; in fgetvp_lookup_smr()
3296 flags = fp->f_flag & FSEARCH; in fgetvp_lookup_smr()
3351 if ((fp->f_flag & FSEARCH) != 0) in fgetvp_lookup()
H A Dvfs_cache.c4667 fpl->fsearch = (flags & FSEARCH) != 0; in cache_fplookup_dirfd()