Searched refs:varp (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Ddwarf_global.h118 Dwarf_Unsigned *varp,
H A Ddwarf_global.c52 the 'varp' here is a pointer to an offset into .debug_info.
61 Dwarf_Unsigned * varp, char *caller_site_name)
64 Dwarf_Unsigned var = *varp;
73 *varp = var;
60 _dwarf_fix_up_offset_irix(Dwarf_Debug dbg, Dwarf_Unsigned * varp, char *caller_site_name) argument
/macosx-10.9.5/vim-53/src/
H A Doption.c2998 static void set_string_option_global __ARGS((int opt_idx, char_u **varp));
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));
3001 static char_u *set_chars_option __ARGS((char_u **varp));
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));
3020 static int optval_default __ARGS((struct vimoption *, char_u *varp));
3029 static int wc_use_keyname __ARGS((char_u *varp, long *wcp));
3497 char_u *varp; /* pointer to variable for current option */ local
3503 varp = get_varp_scope(&(options[opt_idx]), both ? OPT_LOCAL : opt_flags);
3505 if (varp !
4069 char_u *varp = NULL; /* pointer to variable for current option */ local
5450 char_u **varp; local
5531 char_u **varp; local
8633 char_u *varp; local
8688 char_u *varp; local
8751 char_u *varp; local
8830 char_u *varp; local
8960 char_u *varp; local
9018 char_u *varp; /* currently used value */ local
10588 char_u *varp; local
[all...]
H A Deval.c762 static pos_T *var2fpos __ARGS((typval_T *varp, int dollar_lnum, int *fnum));
777 static void init_tv __ARGS((typval_T *varp));
778 static long get_tv_number __ARGS((typval_T *varp));
781 static char_u *get_tv_string __ARGS((typval_T *varp));
782 static char_u *get_tv_string_buf __ARGS((typval_T *varp, char_u *buf));
783 static char_u *get_tv_string_buf_chk __ARGS((typval_T *varp, char_u *buf));
791 static void set_var __ARGS((char_u *name, typval_T *varp, int copy));
15080 static int get_search_arg __ARGS((typval_T *varp, int *flagsp));
15088 get_search_arg(varp, flagsp)
15089 typval_T *varp;
15667 typval_T *varp; local
16044 typval_T *varp; local
16113 typval_T *varp; local
[all...]
/macosx-10.9.5/misc_cmds-32/calendar/
H A Dday.c229 isnow(char *endp, int *monthp, int *dayp, int *varp) argument
292 *varp = 0;
301 *varp = 0;
314 *varp = 1;
365 *varp = 1;
384 *varp = 1;
/macosx-10.9.5/vim-53/src/proto/
H A Deval.pro78 void free_tv __ARGS((typval_T *varp));
79 void clear_tv __ARGS((typval_T *varp));
80 long get_tv_number_chk __ARGS((typval_T *varp, int *denote));
81 char_u *get_tv_string_chk __ARGS((typval_T *varp));
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dstate.c1027 char *cp, *varp, *valp; local
1163 cp = varp = (char *)subpointer;
1185 esetenv(varp, valp, 1);
1187 unsetenv(varp);
1188 cp = varp = (char *)subpointer;
1204 esetenv(varp, valp, 1);
1206 unsetenv(varp);
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dstate.c1233 char *cp, *varp, *valp; local
1368 cp = varp = (char *)subpointer;
1390 (void)setenv(varp, valp, 1);
1392 unsetenv(varp);
1393 cp = varp = (char *)subpointer;
1409 (void)setenv(varp, valp, 1);
1411 unsetenv(varp);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dqueue.h244 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \
245 for ((varp) = &SLIST_FIRST((head)); \
246 ((var) = *(varp)) != NULL; \
247 (varp) = &SLIST_NEXT((var), field))
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dqueue.h238 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \
239 for ((varp) = &SLIST_FIRST((head)); \
240 ((var) = *(varp)) != NULL; \
241 (varp) = &SLIST_NEXT((var), field))
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el1486 "user_id" "user_name" "var" "varp" "year"

Completed in 335 milliseconds