Lines Matching refs:cmdmod
910 cmdmod.cmod_filter_regmatch.regprog = NULL; in may_restore_cmdmod()
911 undo_cmdmod(&cmdmod); in may_restore_cmdmod()
912 cmdmod = funclocal->floc_save_cmdmod; in may_restore_cmdmod()
1783 int save_flags = cmdmod.cmod_flags; in exec_instructions()
1789 cmdmod.cmod_flags |= CMOD_LEGACY; in exec_instructions()
1791 cmdmod.cmod_flags = save_flags; in exec_instructions()
4398 ectx->ec_funclocal.floc_save_cmdmod = cmdmod; in exec_instructions()
4402 cmdmod = *iptr->isn_arg.cmdmod.cf_cmdmod; in exec_instructions()
4403 apply_cmdmod(&cmdmod); in exec_instructions()
4408 cmdmod.cmod_filter_regmatch.regprog = NULL; in exec_instructions()
4409 undo_cmdmod(&cmdmod); in exec_instructions()
4410 cmdmod = ectx->ec_funclocal.floc_save_cmdmod; in exec_instructions()
4963 cmdmod.cmod_filter_regmatch.regprog = NULL; in call_def_function()
4964 undo_cmdmod(&cmdmod); in call_def_function()
4965 cmdmod = ectx.ec_funclocal.floc_save_cmdmod; in call_def_function()
5749 NULL, iptr->isn_arg.cmdmod.cf_cmdmod, FALSE); in list_instructions()
5755 buf, iptr->isn_arg.cmdmod.cf_cmdmod, FALSE); in list_instructions()