Searched refs:macro (Results 1 - 25 of 111) sorted by relevance

12345

/freebsd-9.3-release/sys/tools/
H A Dbus_macro.sh32 macro () { function
50 macro barrier o l f
54 # macro copy_region_$w so dh do c
55 # macro copy_region_stream_$w ?
56 # macro peek_$w
59 macro read_$s$w o
60 macro read_multi_$s$w o d c
61 macro read_region_$s$w o d c
62 macro set_multi_$s$w o v c
63 macro set_region
[all...]
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Drequest.h24 class macro;
30 virtual macro *to_macro();
47 class macro : public request_or_macro { class in inherits:request_or_macro
55 macro();
56 ~macro();
57 macro(const macro &);
58 macro(int);
59 macro &operator=(const macro
[all...]
H A Dcharinfo.h22 class macro;
29 macro *mac;
80 macro *set_macro(macro *);
81 macro *setx_macro(macro *, char_mode);
82 macro *get_macro();
196 inline macro *charinfo::get_macro()
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...]
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dmacro.c71 /* Emits a warning if NODE is a macro defined in the main file that
79 cpp_macro *macro = node->value.macro; local
81 if (!macro->used
82 && MAIN_FILE_P (linemap_lookup (pfile->line_table, macro->line)))
83 cpp_error_with_line (pfile, CPP_DL_WARNING, macro->line, 0,
84 "macro \"%s\" is not used", NODE_NAME (node));
112 a builtin macro. */
123 cpp_error (pfile, CPP_DL_ICE, "invalid built-in macro \"%s\"",
197 /* If __LINE__ is embedded in a macro, i
536 _cpp_arguments_ok(cpp_reader *pfile, cpp_macro *macro, const cpp_hashnode *node, unsigned int argc) argument
580 cpp_macro *macro; local
761 cpp_macro *macro = node->value.macro; local
810 replace_args(cpp_reader *pfile, cpp_hashnode *node, cpp_macro *macro, macro_arg *args) argument
976 push_ptoken_context(cpp_reader *pfile, cpp_hashnode *macro, _cpp_buff *buff, const cpp_token **first, unsigned int count) argument
990 _cpp_push_token_context(cpp_reader *pfile, cpp_hashnode *macro, const cpp_token *first, unsigned int count) argument
1004 _cpp_push_text_context(cpp_reader *pfile, cpp_hashnode *macro, const uchar *start, size_t len) argument
1289 _cpp_save_parameter(cpp_reader *pfile, cpp_macro *macro, cpp_hashnode *node) argument
1323 parse_params(cpp_reader *pfile, cpp_macro *macro) argument
1405 alloc_expansion_token(cpp_reader *pfile, cpp_macro *macro) argument
1416 lex_expansion_token(cpp_reader *pfile, cpp_macro *macro) argument
1440 create_iso_definition(cpp_reader *pfile, cpp_macro *macro) argument
1589 cpp_macro *macro; local
1666 check_trad_stringification(cpp_reader *pfile, const cpp_macro *macro, const cpp_string *string) argument
1714 const cpp_macro *macro = node->value.macro; local
[all...]
H A Dtraditional.c1 /* CPP Library - traditional lexical analysis and macro expansion.
24 /* The replacement text of a function-like macro is stored as a
43 /* Structure holding information about a function-like macro
50 /* An array of size the number of macro parameters + 1, containing
51 the offsets of the start of each macro argument in the output
56 /* The hashnode of the macro. */
59 /* The offset of the macro name in the output buffer. */
62 /* The line the macro name appeared on. */
69 /* Lexing state. It is mostly used to prevent macro expansion. */
116 /* Skip a C-style block comment in a macro a
313 maybe_start_funlike(cpp_reader *pfile, cpp_hashnode *node, const uchar *start, struct fun_macro *macro) argument
328 save_argument(struct fun_macro *macro, size_t offset) argument
343 _cpp_scan_out_logical_line(cpp_reader *pfile, cpp_macro *macro) argument
701 cpp_macro *macro = node->value.macro; local
754 _cpp_replacement_text_len(const cpp_macro *macro) argument
784 _cpp_copy_replacement_text(const cpp_macro *macro, uchar *dest) argument
820 cpp_macro *macro = fmacro->node->value.macro; local
882 scan_parameters(cpp_reader *pfile, cpp_macro *macro) argument
924 save_replacement_text(cpp_reader *pfile, cpp_macro *macro, unsigned int arg_index) argument
975 _cpp_create_trad_definition(cpp_reader *pfile, cpp_macro *macro) argument
[all...]
H A Dmakedepend.c41 const char *macro; member in struct:cmd_line_macro
48 add_clm (const char *macro, bool is_undef) argument
53 clm->macro = macro;
174 (clm->is_undef ? cpp_undef : cpp_define) (reader, clm->macro);
/freebsd-9.3-release/contrib/llvm/include/llvm-c/
H A DCore.h1096 * functions are defined by a macro, so it isn't obvious which are
1105 #define LLVM_FOR_EACH_VALUE_SUBCLASS(macro) \
1106 macro(Argument) \
1107 macro(BasicBlock) \
1108 macro(InlineAsm) \
1109 macro(MDNode) \
1110 macro(MDString) \
1111 macro(User) \
1112 macro(Constant) \
1113 macro(BlockAddres
[all...]
/freebsd-9.3-release/contrib/libreadline/
H A Dmacro.c0 /* macro.c -- keyboard macros for readline. */
58 /* The currently executing macro string. If this is non-zero,
65 /* The current macro string being built. Characters get stuffed
75 /* A structure used to save nested macro strings.
76 It is a linked list of string/index for each saved macro. */
98 /* Return the next character available from a macro, or 0 if
99 there are no macro characters. */
124 /* Save the currently executing macro on a stack of saved macros. */
138 /* Discard the current macro, replacing it with the one
143 struct saved_macro *macro; local
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm17 Define new macro. The CODE reference will be called by call_macro(). You can
18 have two distinct definitions for and inline macro and for a standalone macro
27 Normaly CODE reference is passed all arguments up to next nested macro. Set
30 If the concat_until is present, the line is concated until the .Xx macro is
31 found. For example the following macro definition
51 Where C<CODE> is the CODE reference used to define macro called C<NAME>
55 Parse a line from the C<INPUT> filehandle. If a macro was detected it returns a
58 defined it calls it prior to passing argument to a macro, giving caller a
63 Call macro
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm44 Define new macro. The CODE reference will be called by call_macro(). You can
45 have two distinct definitions for and inline macro and for a standalone macro
54 Normaly CODE reference is passed all arguments up to next nested macro. Set
57 If the concat_until is present, the line is concated until the .Xx macro is
58 found. For example the following macro definition
78 Where C<CODE> is the CODE reference used to define macro called C<NAME>
82 Parse a line from the C<INPUT> filehandle. If a macro was detected it returns a
85 defined it calls it prior to passing argument to a macro, giving caller a
90 Call macro
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dopth-gen.awk102 macro = "OPTION_"
106 macro = "TARGET_"
110 print "#define " macro name \
123 macro = "OPTION_"
127 macro = "TARGET_"
130 print "#define " macro nth_arg(1, opt) \
H A Dc-cppbuiltin.c180 The only macro we care about is this number for the widest supported
546 The macro names and values here were chosen for compatibility with an
576 /* Pass an object-like macro. If it doesn't lie in the user's
586 builtin_define_std (const char *macro) argument
588 size_t len = strlen (macro);
594 memcpy (p, macro, len + 1);
607 /* Define the macro with leading and following __. */
615 /* Finally, define the original macro if permitted. */
617 cpp_define (parse_in, macro);
621 /* Pass an object-like macro an
625 builtin_define_with_value(const char *macro, const char *expansion, int is_str) argument
647 builtin_define_with_value_n(const char *macro, const char *expansion, size_t elen) argument
664 builtin_define_with_int_value(const char *macro, HOST_WIDE_INT value) argument
681 builtin_define_with_hex_fp_value(const char *macro, tree type ATTRIBUTE_UNUSED, int digits, const char *hex_str, const char *fp_suffix, const char *fp_cast) argument
717 builtin_define_type_max(const char *macro, tree type, int is_long) argument
[all...]
H A Dread-rtl.c25 /* Disable rtl checking; it conflicts with the macro handling. */
45 /* Maps a macro or attribute name to a list of (integer, string) pairs.
49 /* The name of the macro or attribute. */
52 /* The group (modes or codes) to which the macro or attribute belongs. */
55 /* Gives a unique number to the attribute or macro. Numbers are
69 number available for use as a macro placeholder). */
104 /* If CODE is the number of a code macro, return a real rtx code that
150 /* The mode and code macro structures. */
282 map_attr_string (const char *p, struct mapping *macro, int value) argument
288 /* If there's a "macro
349 apply_mode_maps(rtx x, struct map_value *mode_maps, struct mapping *macro, int value, FILE *infile, const char **unknown) argument
382 apply_macro_to_string(const char *string, struct mapping *macro, int value) argument
424 apply_macro_to_rtx(rtx original, struct mapping *macro, int value, struct map_value *mode_maps, FILE *infile, const char **unknown_mode_attr) argument
492 uses_macro_p(rtx x, struct mapping *macro) argument
577 struct mapping *macro; local
1364 check_code_macro(struct mapping *macro, FILE *infile) argument
[all...]
H A Dgengtype-lex.l243 char *macro, *arg;
249 /* Find the macro name. */
250 for (macro = ptr; *ptr != '(' && !ISSPACE (*ptr); ptr++)
252 for (macro_len = ptr - macro; !(ISALNUM (*ptr) || *ptr == '_'); ptr++)
266 /* Push the macro for later expansion. */
267 additional = push_macro_expansion (macro, macro_len, arg, arg_len);
312 char *macro, *arg;
316 /* Find the macro name */
317 for (macro = ptr; *ptr != '(' && !ISSPACE (*ptr); ptr++)
319 for (macro_len = ptr - macro; !(ISALNU
[all...]
/freebsd-9.3-release/contrib/groff/contrib/mm/
H A Dmmroff.pl88 my ($f, $ind, $macro) = @_;
93 if ($macro) {
94 $i = '.'.$macro.' "'.join('" "', split(/\t/, $i)).'"';
/freebsd-9.3-release/gnu/usr.bin/texinfo/makeinfo/
H A DMakefile5 index.c insertion.c lang.c macro.c makeinfo.c multi.c \
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu_reg.S35 .macro ld32 reg
40 .macro st32 reg
45 .macro ld64 reg
50 .macro st64 reg
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbarch.sh47 read="class level macro returntype function formal actual attrib staticdefault predefault postdefault invalid_p fmt print print_p description"
107 print="${macro}"
111 print="${macro}"
116 test "${print}" || print="(long) ${macro}"
250 macro ) : ;;
446 # This macro gives the number of pseudo-registers that live in the
730 # This macro, given a program counter value and the name of the
794 ${class} ${macro}(${actual})
803 echo "Error: predicate function ${macro} can not have a non- multi-arch default" 1>&2
916 printf "#if (GDB_MULTI_ARCH ${gt_level}) && defined (${macro})\
[all...]
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A DMakefile32 YFLAGS= -b ${.TARGET:R} ${.TARGET:M*macro*:S/$(.TARGET)/-p mm/} -d
33 LFLAGS+= ${.TARGET:M*macro*:S/$(.TARGET)/-Pmm/}
/freebsd-9.3-release/contrib/binutils/gas/
H A Dmacro.c0 /* macro.c - macro support for gas
28 #include "macro.h"
30 /* The routines in this file handle macro definition and expansion.
61 /* The macro hash table. */
85 /* Number of macro expansions that have been done. */
89 /* Initialize macro processing. */
481 /* Pick up the formal parameters of a macro definition. */
484 do_formals (macro_entry *macro, int idx, sb *in) argument
486 formal_entry **p = &macro
619 macro_entry *macro; local
756 macro_expand_body(sb *in, sb *out, formal_entry *formals, struct hash_control *formal_hash, const macro_entry *macro) argument
1197 macro_entry *macro; local
1241 free_macro(macro_entry *macro) argument
1265 macro_entry *macro; local
[all...]
/freebsd-9.3-release/gnu/usr.bin/cc/libcpp/
H A DMakefile13 files.c identifiers.c init.c lex.c line-map.c macro.c \
/freebsd-9.3-release/contrib/bmake/mk/
H A Dtarget-flags.mk5 # Include this macro file after all others in a makefile and
27 # variables. The original version of this macro file did
32 # macro files and that target specific flags that may reference
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dcrti.asm44 # Note - this macro is complemented by the FUNC_END macro
45 # in crtn.asm. If you change this macro you must also change
46 # that macro match.
47 .macro FUNC_START
H A Dlibunwind.S33 .macro UNPREFIX name
81 .macro UNWIND_WRAPPER name nargs

Completed in 210 milliseconds

12345