Home
last modified time | relevance | path

Searched refs:enter_macro (Results 1 – 16 of 16) sorted by relevance

/dports/news/nn/nn-6.7.3/
H A Dsequence.c241 char savefile[FILENAME], *dflt_save, *enter_macro; in visit_presentation_file() local
369 enter_macro = parse_enter_macro(sf, getc(sf)); in visit_presentation_file()
371 enter_macro = NULL; in visit_presentation_file()
405 if (gh->enter_macro == NULL) /* not set by "on entry" */ in visit_presentation_file()
406 gh->enter_macro = enter_macro; in visit_presentation_file()
H A Dmacro.c456 return gh->enter_macro;
474 if ((macro[n] = (struct macro *) (current_group->enter_macro)) == NULL)
676 if (current_group->enter_macro || dflt_enter_macro)
H A Ddata.h119 char *enter_macro; member
H A Dinit.c946 gh->enter_macro = macro; in parse_on_to_end()
H A Dgroup.c1220 gh->enter_macro ? " %" : ""); in disp_group()
/dports/shells/xonsh/xonsh-0.7.9/tests/
H A Dconftest.py7 from xonsh.built_ins import ensure_list_of_strs, enter_macro
69 builtins.__xonsh_enter_macro__ = enter_macro
H A Dtest_builtins.py27 enter_macro,
331 rtn = enter_macro(obj, "wakka", True, True)
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Drewrite.rs83 pub(crate) fn enter_macro(&self) -> InsideMacroGuard { in enter_macro() method
H A Dmacros.rs214 let guard = context.enter_macro();
/dports/shells/xonsh/xonsh-0.7.9/xonsh/
H A Dbuilt_ins.py1177 def enter_macro(obj, raw_block, glbs, locs): function
1204 enter_macro(x, raw_block, glbs, locs)
1258 builtins.__xonsh_enter_macro__ = enter_macro
H A D__amalgam__.py21440 def enter_macro(obj, raw_block, glbs, locs): function
21467 enter_macro(x, raw_block, glbs, locs)
21521 builtins.__xonsh_enter_macro__ = enter_macro
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dmacros.c417 internal_parser_type enter_macro( tsd_t *TSD, const streng *source,
H A Dwrappers.h219 #define enter_macro __regina_enter_macro macro
H A Drexx.c547 ipt = enter_macro( TSD, SrcStr, &instore_buf, &instore_length ); in just_compile()
H A Dclient.c447 ipt = enter_macro( TSD, SrcStr, instore_buf, instore_length ) ; in IfcExecScript()
H A Dextern.h505 internal_parser_type enter_macro( tsd_t *TSD, const streng *source,