Home
last modified time | relevance | path

Searched refs:macro (Results 1 – 25 of 138) sorted by relevance

123456

/original-bsd/old/refer/OTHERS/
H A Droffbib.sh14 macro=-mbib
26 macro="-i $1"
45 (echo .ds TL $headr; refer -a1 -B$abstr $*) | $xroff $flags $macro
47 (echo .ds TL $headr; refer -a1 -B$abstr) | $xroff $flags $macro
/original-bsd/old/refer/refer/
H A Drefer6.c10 #define dsde (macro? "de" : "ds")
11 #define ifnl (macro? sep : ' ')
18 int nauth = 0, i, lastype = 0, cch, macro = 0, la; local
27 if (lastype && macro)
32 macro = 1;
37 macro = 0;
54 if (macro)
74 if (macro)
93 if (macro)
108 if (lastype && macro)
/original-bsd/usr.bin/m4/
H A DNOTES1 m4 - macro processor
3 PD m4 is based on the macro tool distributed with the software
6 most of the command set of SysV m4, the standard UN*X macro processor.
8 Since both PD m4 and UN*X m4 are based on SOFTWARE TOOLS macro,
17 Software Tools distribution: macro
42 the macro definition and macro name strings, stored dynamically
H A Dmain.c116 void macro();
168 macro();
179 macro();
189 macro(); /* last will and testament */
217 macro() { in macro() function
/original-bsd/local/toolchest/ksh/sh/
H A Dmakefile59 macro.o \
308 macro.o: defs.h
309 macro.o: flags.h
310 macro.o: io.h
311 macro.o: jobs.h
312 macro.o: macro.c
313 macro.o: mode.h
314 macro.o: name.h
316 macro.o: shtype.h
317 macro.o: stak.h
[all …]
/original-bsd/usr.sbin/sendmail/cf/cf/
H A Dtcpproto.mc14 # You MUST change the `OSTYPE' macro to specify the operating system
18 # `DOMAIN' macro after the `OSTYPE' macro. I recommend that you
H A Duucpproto.mc14 # You MUST change the `OSTYPE' macro to specify the operating system
18 # `DOMAIN' macro after the `OSTYPE' macro. I recommend that you
H A Ds2k-ultrix4.mc16 # `DOMAIN' macro below to reference that file, and copy the result
H A Dcs-osf1.mc16 # `DOMAIN' macro below to reference that file, and copy the result
H A Dcs-solaris2.mc16 # `DOMAIN' macro below to reference that file, and copy the result
H A Ds2k-osf1.mc16 # `DOMAIN' macro below to reference that file, and copy the result
H A Dcs-sunos4.1.mc16 # `DOMAIN' macro below to reference that file, and copy the result
H A Dcs-ultrix4.mc16 # `DOMAIN' macro below to reference that file, and copy the result
/original-bsd/local/ditroff/ditroff.okeeffe/ideal/
H A DREADME10 in a macro tryalloc() defined in malloc.c.
12 is in a macro tryfree() defined in ideal.h.
15 You'll notice that macro tryalloc also includes a loop
/original-bsd/old/cpp/
H A DREADME13 files and macro definition and expansion for the C compiler.
61 not included in the macro body.
66 macro then the output is "foobar", even if 'foobar'
82 a quoted string which is not part of a '#define' macro definition.
92 parameters to another macro call. Thus
103 opportunity to expand the possible macro name "e4".
105 formfeed, carriage return) is allowed between a macro name and
153 Mismatch between the number of formals and actuals in a macro call
/original-bsd/lib/libedit/
H A Dread.c151 ma->macro[ma->level] = (char *) str;
241 if (*ma->macro[ma->level] == 0) {
245 *cp = *ma->macro[ma->level]++ & 0377;
246 if (*ma->macro[ma->level] == 0) { /* Needed for QuoteMode On */
H A Dchared.h41 char **macro; member
/original-bsd/local/ditroff/ditroff.okeeffe/grap/
H A DREADME79 copy thru macro
82 "macro" can be the name of a macro previously defined,
84 copy thru macro until "string"
86 copy "filename" thru macro until "string"
H A Dgrap.179 copy thru macro
82 "macro" can be the name of a macro previously defined,
84 copy thru macro until "string"
86 copy "filename" thru macro until "string"
/original-bsd/bin/sh/
H A Dmksyntax.c318 static char *macro[] = { variable
333 macro[0] = "#define is_digit(c)\t((unsigned)((c) - '0') <= 9)"; in output_type_macros()
334 for (pp = macro ; *pp ; pp++) in output_type_macros()
/original-bsd/old/sh/
H A DMakefile7 macro.c expand.c ctype.c msg.c
/original-bsd/usr.sbin/sendmail/cf/ostype/
H A Dunknown.m413 errprint(` Use the OSTYPE macro to select a valid system type. This')
/original-bsd/share/me/
H A Dsummary.external32 $p\(dd M print section heading (internal macro)
76 \&.$ R\(sc number of arguments to macro
90 am M\(sc append to macro
108 de M\(sc define macro
192 rm M\(sc remove macro or string
193 rn M\(sc rename macro or string
/original-bsd/old/pcc/ccom.vax/VMS/
H A DREADME5 transported to VMS and made into a macro library to reside in
/original-bsd/old/roff/common_source/
H A DREADME9 2. macro files like -ms are searched for in

123456