Home
last modified time | relevance | path

Searched refs:us_next (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/undo/
H A Dmemfile_undo.c172 UndoStep *us_next = us_p->next; in memfile_undosys_step_decode() local
173 if (us_next != NULL) { in memfile_undosys_step_decode()
174 if (us_next->use_old_bmain_data == false) { in memfile_undosys_step_decode()
263 MemFileUndoStep *us_next = (MemFileUndoStep *)us_next_p; in memfile_undosys_step_free() local
264 BLO_memfile_merge(&us->data->memfile, &us_next->data->memfile); in memfile_undosys_step_free()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dundo_system.c749 UndoStep *us_next = us ? us->next : NULL; in BKE_undosys_step_redo_with_data_ex() local
751 us = us_next; in BKE_undosys_step_redo_with_data_ex()
754 UndoStep *us_active = us_next; in BKE_undosys_step_redo_with_data_ex()
774 UndoStep *us_iter = us_next; in BKE_undosys_step_redo_with_data_ex()
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/
H A Dcvtsudoers.c966 struct userspec *us, *us_next; in alias_used_by_userspecs() local
973 TAILQ_FOREACH_SAFE(us, &parse_tree->userspecs, entries, us_next) { in alias_used_by_userspecs()