Home
last modified time | relevance | path

Searched refs:attr_old (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A D_cursesmodule.c829 attr_t attr_old = A_NORMAL; in _curses_window_addstr_impl() local
842 attr_old = getattrs(self->win); in _curses_window_addstr_impl()
866 (void)wattrset(self->win,attr_old); in _curses_window_addstr_impl()
912 attr_t attr_old = A_NORMAL; in _curses_window_addnstr_impl() local
925 attr_old = getattrs(self->win); in _curses_window_addnstr_impl()
949 (void)wattrset(self->win,attr_old); in _curses_window_addnstr_impl()
1830 attr_t attr_old = A_NORMAL; in _curses_window_insstr_impl() local
1843 attr_old = getattrs(self->win); in _curses_window_insstr_impl()
1867 (void)wattrset(self->win,attr_old); in _curses_window_insstr_impl()
1915 attr_t attr_old in _curses_window_insnstr_impl() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c2329 const ATTR_OLD *attr_old; in redo_open_attribute() local
2370 attr_old = (const ATTR_OLD*)data; in redo_open_attribute()
2372 memcpy(&inode, &attr_old->inode, 8); in redo_open_attribute()
2374 || (attr_old->type != pa->type); in redo_open_attribute()
3410 const ATTR_OLD *attr_old; in undo_open_attribute() local
3447 attr_old = (const ATTR_OLD*)data; in undo_open_attribute()
3449 memcpy(&inode, &attr_old->inode, 8); in undo_open_attribute()
3451 || (attr_old->type != pa->type); in undo_open_attribute()

Completed in 9 milliseconds