Searched refs:a_execute (Results 1 – 10 of 10) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | iref.h | 299 #define a_execute 0x40 macro 300 #define a_readonly (a_read + a_execute) 301 #define a_all (a_write + a_read+a_execute) 336 _REF_ATTR_PRINT_FLAG(a_execute,'x'),\ 467 _REF_HAS_MASKED_TYPE_ATTRS(rp,t_array,_REF_T_ARRAY_SPAN,a_execute+a_executable)
|
| H A D | zfunc.c | 45 code = ialloc_ref_array(&cref, a_executable | a_execute, 2, in make_function_proc() 49 make_istruct_new(cref.value.refs, a_executable | a_execute, pfn); in make_function_proc() 136 !r_has_masked_attrs(op, a_executable | a_execute, a_executable | a_all) in zexecfunction() 340 r_has_masked_attrs(op, a_executable | a_execute, in ref_function() 346 r_has_masked_attrs(op->value.refs, a_executable | a_execute, in ref_function()
|
| H A D | opcheck.h | 51 #define check_execute(rf) check_access(rf,a_execute)
|
| H A D | zfsample.c | 570 code = ialloc_ref_array(&cref, a_executable | a_execute, 2, in sampled_data_finish() 575 make_istruct_new(cref.value.refs, a_executable | a_execute, pfn); in sampled_data_finish()
|
| H A D | interp.c | 894 #define lit(t) type_xe_value(t, a_execute) in interp() 895 #define exec(t) type_xe_value(t, a_execute + a_executable) in interp() 1552 … if (r_has_masked_attrs(pvalue, a_execute, a_execute + a_executable)) { /* Literal, push it. */ in interp()
|
| H A D | zfile.c | 551 check_type_access(*op, t_file, a_executable | a_read | a_execute); in zexecfile() 881 (access[1] == '+' ? a_write + a_read + a_execute : 0) | in make_stream_file() 885 make_file(pfile, attrs | (a_read | a_execute), s->read_id, s); in make_stream_file()
|
| H A D | ztype.c | 179 return access_check(i_ctx_p, a_execute, true); in zexecuteonly()
|
| H A D | zshade.c | 132 r_has_masked_attrs(op, a_executable | a_execute, a_all) in shading_param()
|
| H A D | imain.c | 505 r_set_attrs(pfref, a_execute + a_executable); in gs_main_run_file_open()
|
| H A D | zcontrol.c | 135 if (!r_has_attr(rp, a_execute) && in zexecn()
|