Searched refs:macro (Results 26 - 50 of 121) sorted by relevance

12345

/freebsd-10.2-release/contrib/gcc/
H A Ddebug.h37 void (* undef) (unsigned int line, const char *macro);
/freebsd-10.2-release/gnu/lib/libreadline/readline/
H A DMakefile12 util.c kill.c undo.c macro.c input.c callback.c terminal.c \
/freebsd-10.2-release/lib/libedit/
H A Dread.c211 * Push a macro
220 if ((ma->macro[ma->level] = el_strdup(str)) != NULL)
314 * Pop a macro from the stack
321 el_free(ma->macro[0]);
323 ma->macro[i] = ma->macro[i + 1];
347 if (ma->macro[0][ma->offset] == '\0') {
352 *cp = ma->macro[0][ma->offset++] & 0377;
354 if (ma->macro[0][ma->offset] == '\0') {
H A Dchared.h66 char **macro; member in struct:c_macro_t
H A Dchared.c494 ma->macro = (char **) el_malloc(EL_MAXMACRO * sizeof(char *));
495 if (ma->macro == NULL)
536 el_free((ptr_t)ma->macro[ma->level--]);
643 el_free((ptr_t) el->el_chared.c_macro.macro);
644 el->el_chared.c_macro.macro = NULL;
/freebsd-10.2-release/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:__anon688
571 macro *macro = 0; local
[all...]
/freebsd-10.2-release/usr.bin/m4/
H A Dmain.c38 * Facility: m4 macro processor
156 static void macro(void);
243 macro();
253 macro();
267 macro();
272 macro();
321 * macro - the work horse..
324 macro(void) function
400 pushs1((char *)macro_name(p)); /* macro name */
429 } else if (sp < 0) { /* not in a macro a
[all...]
/freebsd-10.2-release/contrib/groff/src/roff/troff/
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,
2970 macro *request_or_macro::to_macro()
3147 macro::~macro()
3153 macro::macro() function in class:macro
3165 macro function in class:macro
3173 macro::macro(int is_div) function in class:macro
[all...]
/freebsd-10.2-release/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-10.2-release/sys/sparc64/sparc64/
H A Dexception.S242 * MMU fault during a spill or a fill, this macro will detect the fault and
395 * as an AS macro. In general this code branches to tl0_trap or tl1_trap,
397 * macro. The macros are then instantiated in a different section (.trap),
408 .macro clean_window
444 .macro tl0_split
450 .macro tl0_setup type
461 .macro tl0_gen type
470 .macro tl0_reserved count
476 .macro tl1_split
482 .macro tl1_setu
[all...]
/freebsd-10.2-release/gnu/usr.bin/binutils/as/
H A DMakefile36 macro.c \
/freebsd-10.2-release/contrib/gcc/config/arm/
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-10.2-release/contrib/bsnmp/snmpd/
H A Dconfig.c92 char *macro; member in struct:input::__anon727::__anon729
105 #define input_macro u.str.macro
131 struct macro { struct
135 LIST_ENTRY(macro) link;
138 static LIST_HEAD(, macro) macros = LIST_HEAD_INITIALIZER(macros);
192 syslog(LOG_ERR, " in macro %s pos %td",
254 * Make a macro the next input
257 input_open_macro(struct macro *m)
401 struct macro *m;
429 report("undefined macro '
[all...]
/freebsd-10.2-release/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...]
/freebsd-10.2-release/contrib/libreadline/
H A DMakefile.in107 $(srcdir)/undo.c $(srcdir)/macro.c $(srcdir)/input.c \
125 util.o kill.o undo.o macro.o input.o callback.o terminal.o \
348 macro.o: ansi_stdlib.h
349 macro.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
350 macro.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
351 macro.o: history.h rlstdc.h
417 macro.o: rlprivate.h
443 macro.o: xmalloc.h
480 macro.o: $(srcdir)/macro
[all...]
/freebsd-10.2-release/contrib/libreadline/shlib/
H A DMakefile.in129 $(topdir)/undo.c $(topdir)/macro.c $(topdir)/input.c \
147 util.so kill.so undo.so macro.so input.so callback.so terminal.so \
262 macro.so: $(topdir)/ansi_stdlib.h
263 macro.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
264 macro.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
265 macro.so: $(topdir)/tilde.h $(topdir)/history.h $(topdir)/rltypedefs.h
335 macro.so: $(topdir)/rlprivate.h
361 macro.so: $(topdir)/xmalloc.h
398 macro.so: $(topdir)/macro
[all...]
/freebsd-10.2-release/contrib/libucl/src/
H A Ducl_parser.c931 /* It is macro actually */
1532 * Handle macro data
1539 struct ucl_chunk *chunk, struct ucl_macro *macro,
1549 /* We have macro value encoded in quotes */
1561 /* We got a multiline macro body */
1597 /* We are at the end of a macro */
1623 struct ucl_macro *macro = NULL; local
1752 /* We got macro name */
1754 HASH_FIND (hh, parser->macroes, c, macro_len, macro);
1755 if (macro
1538 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
1838 ucl_parser_register_macro(struct ucl_parser *parser, const char *macro, ucl_macro_handler handler, void* ud) argument
[all...]
/freebsd-10.2-release/contrib/groff/src/preproc/tbl/
H A Dtable.h52 string macro; member in struct:entry_modifier
/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-platform.h68 macro representing the target of the build. The current
239 #error Unexpected CVMX_BUILD_FOR_* macro
/freebsd-10.2-release/usr.sbin/sendmail/
H A DMakefile18 macro.c main.c map.c mci.c milter.c mime.c parseaddr.c queue.c \
/freebsd-10.2-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man156 # Define all macros which have the same sub for inline and standalone macro
183 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
184 my @ret = Mdoc::call_macro($macro, @args);
H A Dmdoc2texi150 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line,
153 my @ret = Mdoc::call_macro($macro, @args);
/freebsd-10.2-release/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man182 # Define all macros which have the same sub for inline and standalone macro
209 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
210 my @ret = Mdoc::call_macro($macro, @args);
/freebsd-10.2-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l60 /* This is used for macro body capture too, so err on the large size. */
323 "'%c' in macro argument list",
395 /* May be a symbol or a macro invocation. */
521 * backwards through the macro body performing
545 /* Skip past the unexpanded macro arg. */
557 * Find the next substitution in the macro working backwards from
558 * body_pos until the beginning of the macro buffer. next_match
559 * should be initialized to the beginning of the macro buffer prior

Completed in 642 milliseconds

12345