Searched refs:macro (Results 51 - 75 of 172) sorted by relevance

1234567

/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.h40 class macro;
85 virtual void asciify(macro *);
99 virtual int interpret(macro *);
160 void asciify(macro *);
197 void asciify(macro *);
226 void asciify(macro *);
241 void asciify(macro *);
300 void asciify(macro *);
329 void asciify(macro *);
348 void asciify(macro *);
[all...]
H A Ddiv.h71 class macro;
74 macro *mac;
H A Dinput.cpp1108 int interpret(macro *);
1145 int non_interpreted_char_node::interpret(macro *mac)
2153 macro *m = p->to_macro();
2521 // This will only happen if a trap-invoked macro starts a diversion,
2971 macro *request_or_macro::to_macro()
3148 macro::~macro()
3154 macro::macro() function in class:macro
3166 macro function in class:macro
3174 macro::macro(int is_div) function in class:macro
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Ddbm.c44 struct macro { struct
66 static struct macro *macros[MACRO_MAX];
112 warnx("dbm_open(%s): Invalid offset of macro %d",
117 macros[im] = (struct macro *)++ep;
374 /* Find the next matching macro value. */
407 static struct dbm_macro macro; local
413 macro.value = dbm_get(macros[im][iv].value);
414 macro.pp = dbm_get(macros[im][iv].pages);
415 return &macro;
419 * Filtered iteration over macro entrie
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dexception.S35 .macro save_registers el
70 .macro restore_registers el
116 .macro do_ast
193 .macro vempty
199 .macro vector name
H A Dcpufunc_asm.S52 .macro cache_handle_range dcop = 0, ic = 0, icop = 0
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S38 //.macro pause_op
49 .macro KMP_CFI_DEF_OFFSET
51 .macro KMP_CFI_OFFSET
53 .macro KMP_CFI_REGISTER
55 .macro KMP_CFI_DEF
57 .macro ALIGN
60 .macro DEBUG_INFO
65 .macro PROC
80 .macro ALIGN size
83 .macro DEBUG_INF
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dcomparesf2.S45 .macro COMPARESF2_FUNCTION_BODY handle_nan:req
177 .macro __eqsf2_handle_nan
203 .macro __gtsf2_handle_nan
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlibunwind-arm.S40 .macro UNPREFIX name
96 .macro UNWIND_WRAPPER name nargs
H A Dlib1funcs.asm123 .macro cfi_pop advance, reg, cfa_offset
134 .macro cfi_push advance, reg, offset, cfa_offset
146 .macro cfi_start start_label, end_label
172 .macro cfi_end end_label
184 .macro RETLDM regs=, cond=, unwind=, dirn=ia
206 .macro ARM_LDIV0 name
215 .macro THUMB_LDIV0 name
228 .macro FUNC_END name
232 .macro DIV_FUNC_END name
244 .macro THUMB_FUNC_STAR
[all...]
/freebsd-11-stable/contrib/gcc/
H A Ddebug.h37 void (* undef) (unsigned int line, const char *macro);
/freebsd-11-stable/gnu/lib/libreadline/readline/
H A DMakefile10 util.c kill.c undo.c macro.c input.c callback.c terminal.c \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_setjmp.S79 .macro ALIAS first second
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-asm.c468 } macro;
476 macro macros[] =
509 static macro *
512 macro *m;
522 expand_macro (arg *args, int narg, macro *mac)
529 /* printf("expanding macro %s with %d args\n", mac->name, narg + 1); */
572 macro *macro = 0;
584 macro = lookup_macro (in + 1);
585 if (macro)
467 } macro; typedef in typeref:struct:__anon680
571 macro *macro = 0; local
[all...]
/freebsd-11-stable/usr.bin/m4/
H A Dmain.c38 * Facility: m4 macro processor
155 static void macro(void);
248 macro();
258 macro();
272 macro();
277 macro();
326 * macro - the work horse..
329 macro(void) function
405 pushs1((char *)macro_name(p)); /* macro name */
435 } else if (sp < 0) { /* not in a macro a
[all...]
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_parser.c1202 /* It is macro actually */
1954 * Handle macro data
1964 struct ucl_chunk *chunk, struct ucl_macro *macro,
1974 /* We have macro value encoded in quotes */
1986 /* We got a multiline macro body */
2022 /* We are at the end of a macro */
2034 * Parse macro arguments as UCL object
2108 ucl_set_err (parser, UCL_ESYNTAX, "macro arguments parsing error",
2161 struct ucl_macro *macro = NULL; local
2302 /* We have invalid macro */
1963 ucl_parse_macro_value(struct ucl_parser *parser, struct ucl_chunk *chunk, struct ucl_macro *macro, unsigned char const **macro_start, size_t *macro_len) argument
2493 ucl_parser_register_macro(struct ucl_parser *parser, const char *macro, ucl_macro_handler handler, void* ud) argument
2515 ucl_parser_register_context_macro(struct ucl_parser *parser, const char *macro, ucl_context_macro_handler handler, void* ud) argument
[all...]
/freebsd-11-stable/bin/sh/
H A Dmksyntax.c86 * you may have to change the definition of the is_in_name macro.
311 static const char *macro[] = { variable
327 for (pp = macro ; *pp ; pp++)
/freebsd-11-stable/sys/dev/videomode/
H A Dmodelines2c.awk89 macro = "MODE";
/freebsd-11-stable/gnu/usr.bin/binutils/as/
H A DMakefile36 macro.c \
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dexception.S243 * MMU fault during a spill or a fill, this macro will detect the fault and
396 * as an AS macro. In general this code branches to tl0_trap or tl1_trap,
398 * macro. The macros are then instantiated in a different section (.trap),
409 .macro clean_window
445 .macro tl0_split
451 .macro tl0_setup type
462 .macro tl0_gen type
471 .macro tl0_reserved count
477 .macro tl1_split
483 .macro tl1_setu
[all...]
/freebsd-11-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s241 .macro RotL64 reg,BLK_SIZE,ROUND_NUM,MIX_NUM
254 .macro StackVar localName,localSize
263 .macro Setup_Stack BLK_BITS,KS_CNT,debugCnt
335 .macro Reset_Stack
358 .macro Skein_Debug_Block BLK_BITS
392 # the macro to "call" to debug a round
394 .macro Skein_Debug_Round BLK_BITS,R,RDI_OFFS,afterOp
414 .macro Skein_Debug_Block BLK_BITS
417 .macro Skein_Debug_Round BLK_BITS,R,RDI_OFFS,afterOp
424 .macro addRe
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dcommon_entry_exit_abi2.S12 .macro FUNCTION_BEGIN name
20 .macro FUNCTION_END name
24 .macro FALLTHROUGH_TAIL_CALL name0 name1
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_x86_64.S20 .macro SAVE_REGISTERS
48 .macro RESTORE_REGISTERS
76 .macro ALIGNED_CALL_RAX
/freebsd-11-stable/lib/libedit/
H A Dread.c222 * Push a macro
231 if ((ma->macro[ma->level] = Strdup(str)) != NULL)
381 * Pop a macro from the stack
388 el_free(ma->macro[0]);
390 ma->macro[i] = ma->macro[i + 1];
414 if (ma->macro[0][ma->offset] == '\0') {
419 *cp = ma->macro[0][ma->offset++];
421 if (ma->macro[0][ma->offset] == '\0') {
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l220 * A macro argument reference substitutes the text of
229 xyerror(D_MACRO_UNDEF, "macro argument %s is "
250 * A macro argument reference substitutes the text of
259 xyerror(D_MACRO_UNDEF, "macro argument %s is "
269 * If the macro text is not a valid integer or ident,
289 * If the macro text is not a string an begins with a
305 xyerror(D_MACRO_OFLOW, "macro argument"
323 xyerror(D_MACRO_UNDEF, "macro variable %s "
328 * For the moment, all current macro variables are of
343 xyerror(D_MACRO_UNDEF, "macro variabl
[all...]

Completed in 468 milliseconds

1234567