Searched refs:oldval (Results 26 - 50 of 53) sorted by relevance

123

/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dconfig.c346 TidyOptionValue* oldval, const TidyOptionValue* newval )
348 assert( oldval != NULL );
349 FreeOptionValue( option, oldval );
354 oldval->p = TY_(tmbstrdup)( newval->p );
356 oldval->p = newval->p;
359 oldval->v = newval->v;
345 CopyOptionValue( const TidyOptionImpl* option, TidyOptionValue* oldval, const TidyOptionValue* newval ) argument
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32fns.c1370 x_set_foreground_color (f, arg, oldval)
1372 Lisp_Object arg, oldval;
1393 x_set_background_color (f, arg, oldval)
1395 Lisp_Object arg, oldval;
1413 x_set_mouse_color (f, arg, oldval)
1415 Lisp_Object arg, oldval;
1563 x_set_cursor_color (f, arg, oldval)
1565 Lisp_Object arg, oldval;
1633 x_set_border_color (f, arg, oldval)
1635 Lisp_Object arg, oldval;
[all...]
H A Dfontset.c182 Lisp_Object oldval));
H A Dmsdos.c2111 x_set_menu_bar_lines (f, value, oldval)
2113 Lisp_Object value, oldval;
2115 set_menu_bar_lines (f, value, oldval);
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dloose_ends.c512 hw_compare_and_store(uint32_t oldval, uint32_t newval, volatile uint32_t *dest) argument
514 return OSCompareAndSwap((UInt32)oldval,
/macosx-10.9.5/vim-53/src/
H A Doption.c3000 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));
4495 char_u *oldval; /* previous value if *varp */ local
4513 oldval = *(char_u **)varp;
4610 origval = oldval;
4790 new_value_alloced, oldval, errbuf, opt_flags);
4999 set_options_bin(oldval, newval, opt_flags)
5000 int oldval;
5010 if (!oldval) /* switched on */
5044 else if (oldval) /* switched off */
5532 char_u *oldval; local
[all...]
H A Dgui_gtk_x11.c4131 * "oldval" is the previous value. Return NULL when cancelled.
4139 gui_mch_font_dialog(char_u *oldval) argument
4151 if (oldval != NULL && oldval[0] != NUL)
4154 oldname = string_convert(&output_conv, oldval, NULL);
4156 oldname = oldval;
4167 if (oldname != oldval)
4176 if (oldname != oldval)
H A Dgui.c3143 * If "oldval" is not NULL, "oldval" is the previous value, the new value is
3147 gui_init_which_components(oldval)
3148 char_u *oldval UNUSED;
3180 if (oldval != NULL && gui.in_use)
3185 grey_old = (vim_strchr(oldval, GO_GREY) != NULL);
3190 p_go = oldval;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dframe.el490 (let (newval oldval)
491 (setq oldval (assq (car (car tail))
494 (or (and oldval (eq (cdr oldval) newval))
H A Dses.el628 (let ((oldval (ses-cell-value cell))
638 (if (and (not newval) (eq oldval '*skip*))
641 (when (or force (not (eq newval oldval)))
988 oldval)
991 (setq oldval (aref (symbol-value def) elem))
993 (setq oldval (symbol-value def))
999 (push `(apply ses-set-parameter ,def ,oldval ,elem) buffer-undo-list))))
1243 (let (oldval myrow mycol xrow xcol)
1255 (setq oldval (ses-cell-value xrow xcol))
1257 (setq oldval (symbo
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_mouse.c1383 int oldval; local
1388 oldval = SP->_maxclick;
1392 oldval = DEFAULT_MAXCLICK;
1395 returnCode(oldval);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_tclass.c658 int oldval = so->so_traffic_class; local
670 optval != oldval && (optval == SO_TC_BK_SYS ||
671 oldval == SO_TC_BK_SYS)) {
676 if (oldval == SO_TC_BK_SYS)
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Ddwarf_init_finish.c94 int oldval = _dwarf_assume_string_bad; local
97 return oldval;
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dapxs.in171 my $oldval = eval "\$CFG_$var";
173 unless ($var and $oldval) {
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Dgomoku.el646 (oldval (aref gomoku-board square)))
647 (if (= 1 oldval)
653 (gomoku-update-score-table square (- oldval))
H A Dlandmark.el633 (oldval (aref lm-board square)))
634 (if (= 1 oldval)
640 (lm-update-score-table square (- oldval))
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_quota.c204 dq_list_lock_changed(int oldval) { argument
205 return (dq_list_lock_cnt != oldval);
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dds_module.c374 uint32_t oldval, newval; local
390 oldval = item->validation_a;
396 if (oldval != newval) return 0;
398 oldval = item->validation_b;
408 if (oldval != newval) return 0;
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dprompt.c183 int oldval = lastval; local
197 lastval = oldval;
H A Dbuiltin.c2401 char *oldval = NULL; local
2479 oldval = ztrdup(getsparam(asg0.name));
2504 if (oldval)
2505 zsfree(oldval);
2521 if (oldval)
2522 setsparam(asg0.name, oldval);
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dman2html.c3950 int oldval = mandoc_line; local
3971 mandoc_line = oldval;
/macosx-10.9.5/man-16/man/man2html/
H A Dman2html.c2969 int oldval = mandoc_line; local
2989 mandoc_line = oldval;
/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A Dipsec_utils.c2624 oldval: old value returned, to restore later if need.
2630 int IPSecSetSecurityAssociationsPreference(int *oldval, int newval) argument
2637 return sysctlbyname("net.key.prefered_oldsa", oldval, &len, &newval, sizeof(int));
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_sysctl.c2336 int oldval = desiredvnodes; local
2339 if (oldval != desiredvnodes) {
2340 reset_vmobjectcache(oldval, desiredvnodes);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5231 unsigned oldval = MI->getOperand(3).getReg(); local
5255 // cmp[wd] dest, oldval
5268 .addReg(oldval).addReg(dest);
5302 unsigned oldval = MI->getOperand(3).getReg(); local
5351 // slw oldval2, oldval,shift
5391 .addReg(oldval).addReg(ShiftReg);

Completed in 593 milliseconds

123