Searched refs:opt_flags (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/vim-55/src/proto/
H A Doption.pro11 int do_set __ARGS((char_u *arg, int opt_flags));
12 void set_options_bin __ARGS((int oldval, int newval, int opt_flags));
20 int was_set_insecurely __ARGS((char_u *opt, int opt_flags));
21 void set_string_option_direct __ARGS((char_u *name, int opt_idx, char_u *val, int opt_flags, int set_sid));
24 int get_option_value __ARGS((char_u *name, long *numval, char_u **stringval, int opt_flags));
25 void set_option_value __ARGS((char_u *name, long number, char_u *string, int opt_flags));
29 int makeset __ARGS((FILE *fd, int opt_flags, int local_only));
46 void set_context_in_set_cmd __ARGS((expand_T *xp, char_u *arg, int opt_flags));
H A Dmisc2.pro73 void set_fileformat __ARGS((int t, int opt_flags));
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dopensnoop84 opt_name=0; opt_pid=0; pname=.; pid=0; opt_trace=0; opt_flags=0;
95 F) opt_flags=1 ;;
159 inline int OPT_flags = '$opt_flags';
/macosx-10.10/dtrace-147/DTTk/
H A Dopensnoop84 opt_name=0; opt_pid=0; pname=.; pid=0; opt_trace=0; opt_flags=0;
95 F) opt_flags=1 ;;
159 inline int OPT_flags = '$opt_flags';
/macosx-10.10/vim-55/src/
H A Doption.c2978 static void set_option_default __ARGS((int, int opt_flags, int compatible));
2979 static void set_options_default __ARGS((int opt_flags));
2981 static void did_set_option __ARGS((int opt_idx, int opt_flags, int new_value));
2994 static long_u *insecure_flag __ARGS((int opt_idx, int opt_flags));
2996 # define insecure_flag(opt_idx, opt_flags) (&options[opt_idx].flags)
2999 static void set_string_option __ARGS((int opt_idx, char_u *value, int opt_flags));
3000 static char_u *did_set_string_option __ARGS((int opt_idx, char_u **varp, int new_value_alloced, char_u *oldval, char_u *errbuf, int opt_flags));
3012 static void set_option_scriptID_idx __ARGS((int opt_idx, int opt_flags, int id));
3014 static char_u *set_bool_option __ARGS((int opt_idx, char_u *varp, int value, int opt_flags));
3015 static char_u *set_num_option __ARGS((int opt_idx, char_u *varp, long value, char_u *errbuf, size_t errbuflen, int opt_flags));
[all...]
H A Dif_mzsch.c1473 int opt_flags = 0; local
1489 opt_flags = OPT_GLOBAL;
1493 opt_flags = OPT_LOCAL;
1501 opt_flags = OPT_LOCAL;
1507 rc = get_option_value(name, &value, (char_u **)&strval, opt_flags);
1535 int opt_flags = 0; local
1551 opt_flags = OPT_GLOBAL;
1555 opt_flags = OPT_LOCAL;
1562 opt_flags = OPT_LOCAL;
1570 do_set(cmd, opt_flags);
[all...]
H A Deval.c796 static char_u *find_option_end __ARGS((char_u **arg, int *opt_flags));
2307 int opt_flags; local
2371 p = find_option_end(&arg, &opt_flags);
2391 &stringval, opt_flags);
2414 set_option_value(arg, n, s, opt_flags);
5450 int opt_flags; local
5455 option_end = find_option_end(arg, &opt_flags);
5472 rettv == NULL ? NULL : &stringval, opt_flags);
20265 find_option_end(arg, opt_flags)
20267 int *opt_flags;
[all...]
/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c2005 int error, opt_flags, need_export, saved_errors; local
2069 opt_flags = 0;
2108 if (do_opt(&cp, &endcp, &ngrp, &hostcount, &opt_flags,
2276 if (!(opt_flags & (OP_MAPROOT|OP_MAPALL))) {
2279 opt_flags |= OP_MAPROOT;
2281 if (check_options(opt_flags)) {
2293 } else if (opt_flags & OP_NET) {
2322 if (opt_flags & (OP_FSPATH|OP_FSUUID))
2324 (opt_flags & OP_FSPATH) ? fspath : NULL,
2325 (opt_flags
3578 hang_options_setup(struct expdir *xd, int opt_flags, struct xucred *cr, struct grouplist *grp, struct nfs_sec *secflavs, int *need_export) argument
3751 hang_options_mountdir(struct expdir *xd, char *dir, int opt_flags, struct grouplist *grp, struct nfs_sec *secflavs) argument
5046 check_options(int opt_flags) argument
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-domain.c359 register u_int i, class, opt_flags = 0; local
393 opt_flags = EXTRACT_16BITS(cp);
532 if (opt_flags & 0x8000)

Completed in 205 milliseconds