Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_mzsch.c3836 Scheme_Object *requested_access = argv[2]; in sandbox_file_guard() local
3863 while (!SCHEME_NULLP(requested_access)) in sandbox_file_guard()
3865 Scheme_Object *item = SCHEME_CAR(requested_access); in sandbox_file_guard()
3869 requested_access = SCHEME_CDR(requested_access); in sandbox_file_guard()