Searched refs:macro (Results 76 - 100 of 172) sorted by relevance

1234567

/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dconfig.c92 char *macro; member in struct:input::__anon128::__anon130
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-11-stable/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...]
H A Dreadline.c702 char *macro; local
844 macro = savestring ((char *)map[key].function);
845 _rl_with_macro_input (macro);
1179 sp->macro = rl_executing_macro;
1213 rl_executing_macro = sp->macro;
/freebsd-11-stable/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-11-stable/contrib/groff/src/preproc/tbl/
H A Dtable.h52 string macro; member in struct:entry_modifier
/freebsd-11-stable/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-11-stable/lib/libedit/
H A Dchared.h62 Char **macro; member in struct:c_macro_t
H A Dchared.c456 ma->macro = el_malloc(EL_MAXMACRO * sizeof(*ma->macro));
457 if (ma->macro == NULL)
498 el_free(ma->macro[ma->level--]);
610 el_free(el->el_chared.c_macro.macro);
611 el->el_chared.c_macro.macro = NULL;
/freebsd-11-stable/stand/efi/loader/arch/amd64/
H A Dexc.S32 .macro EH N, err=1
/freebsd-11-stable/usr.sbin/sendmail/
H A DMakefile19 macro.c main.c map.c mci.c milter.c mime.c parseaddr.c queue.c \
/freebsd-11-stable/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-11-stable/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-11-stable/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
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A DMakefile.in73 expr.o files.o identifiers.o init.o lex.o line-map.o macro.o \
78 expr.c files.c identifiers.c init.c lex.c line-map.c macro.c \
/freebsd-11-stable/sys/mips/nlm/
H A Dmpreset.S53 .macro flush_l1_dcache
/freebsd-11-stable/sys/amd64/amd64/
H A Dapic_vector.S82 .macro ISR_VEC index, vec_name
/freebsd-11-stable/sys/arm64/arm64/
H A Dswtch.S40 .macro clear_step_flag pcbflags, tmp
49 .macro set_step_flag pcbflags, tmp
/freebsd-11-stable/contrib/byacc/
H A Dvmsbuild.com198 $ mms/ignore=warning/macro=('comp','mmstar','arch') 'p3
/freebsd-11-stable/tools/tools/editing/
H A Dfreebsd.vim28 " indentation. It registers a macro (see below) for changing a buffer's
/freebsd-11-stable/contrib/sendmail/src/
H A DMakefile.m49 define(`bldSOURCES', `main.c alias.c arpadate.c bf.c collect.c conf.c control.c convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c sfsasl.c shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c timers.c tlsh.c tls.c trace.c udb.c usersmtp.c util.c version.c ')
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp1849 void asciify(macro *);
1877 void asciify(macro *);
1904 void asciify(macro *);
1934 void asciify(macro *);
2588 void asciify(macro *);
2740 void asciify(macro *);
3483 void node::asciify(macro *m)
3488 void glyph_node::asciify(macro *m)
3501 void kern_pair_node::asciify(macro *m)
3509 static void asciify_reverse_node_list(macro *
[all...]
H A Ddiv.cpp40 int done_end_macro = 0; // the end macro (if any) has finished
44 static int began_page_in_end_macro = 0; // a new page was begun during the end macro
198 of the macro into which we were diverting; this doesn't
212 mac = new macro;
215 mac = new macro;
219 // stored in the macro. When we detect this, we copy the contents.
220 mac = new macro(1);
225 macro *m = rm->to_macro();
235 macro *m = rm ? rm->to_macro() : 0;
755 and thus push a macro ont
[all...]
/freebsd-11-stable/sys/riscv/riscv/
H A Dexception.S43 .macro save_registers el
116 .macro load_registers el
181 .macro do_ast
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl392 /* Define a macro for the bit number of the n-th byte: */
407 /* MODSCHED_RC4 macro was split to _PROLOGUE and _LOOP, because HP-UX
408 assembler failed on original macro with syntax error. <appro> */

Completed in 368 milliseconds

1234567