| /plan9/sys/lib/tmac/ |
| H A D | tmac.mcs | 51 '''\" ts - temp point size (only in S macro) 53 '''\" tv - temp vertical spacing (only in S macro) 59 '''\" :h - SA macro only 370 .de aC \" macro for Lucent company (entity) 405 .de tS \" macro for timestamp 412 .de TL \" macro for title 442 .de AU \" macro for author info 474 .de rP \" macro for responsible person 478 .de FS \" macro for footnote start 502 .de FE \" macro for footnote end [all …]
|
| H A D | tmac.ptx | 1 '''\" ptx.src (@(#)ptx.src 1.1) - format permuted index macro
|
| /plan9/sys/src/cmd/cc/ |
| H A D | macbody | 63 yyerror("bad dots in macro"); 125 s->macro = hunk; 130 s->macro = "\0001"; /* \000 is nargs */ 133 print("#define (-D) %s %s\n", s->name, s->macro+1); 188 s->macro = 0; 203 if(s->macro) 204 yyerror("macro redefined: %s", s->name); 341 yyerror("eof in a macro: %s", s->name); 353 s->macro = base; 355 print("#define %s %s\n", s->name, s->macro+1); [all …]
|
| H A D | c99 | 25 6. Empty macro arguments allowed.
|
| H A D | lexbody | 130 yyerror("macro/io expansion too deep"); 269 if(s->macro) { 558 s->macro = 0;
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | openvms.mmk | 29 # mmk/descrip=[.src]openvms.mmk/macro=("DECWINDOWS1_2={0,1}") 441 all : macro [.lib]Fontmap. $(GS_XE) 463 macro : 481 @ macro = "" 482 @ if dsl.or.a4p.or.decc.or.decw12 then macro = "/MACRO=(" 483 @ if decw12 then macro = macro + "DECWINDOWS1_2=1," 484 @ if a4p then macro = macro + "A4_PAPER=1," 485 @ if dsl then macro = macro + "SYSLIB=1," 486 @ if i3e then macro = macro + "IEEE=1," 487 @ if macro.nes."" then macro = f$extract(0,f$length(macro)-1,macro)+ ")" [all …]
|
| H A D | iutilasm.asm | 33 OP32 macro 41 clear macro reg
|
| H A D | gdevegaa.asm | 27 enterp macro 33 leavep macro 38 enterf macro 43 leavef macro
|
| H A D | icclib.mak | 34 # version number macro ICCPROFVER.
|
| /plan9/sys/src/ape/cmd/make/ |
| H A D | misc.c | 273 set3var(char *macro, char *value) in set3var() argument 278 setvar(macro, value, YES); in set3var() 299 setvar(concat(macro, "D", macjunk), dirpart, YES); in set3var() 300 setvar(concat(macro, "F", macjunk), filepart, YES); in set3var()
|
| /plan9/sys/src/cmd/cpp/ |
| H A D | mkfile | 9 macro.$O\
|
| /plan9/sys/src/cmd/troff/ |
| H A D | FIXES | 99 macro's etc. 108 lost diversion warning pops up regularly with man macro's. Due 109 to a possible macro coding problem. Triggered by something like 167 The real name of the det diversion size macro is now gd. 171 A much faster way to find the end of a string/macro, by 177 string/macro 186 Growing the dynamical macro/strings name space and registers 208 macro/string names. 212 Turn on the escape mode if the end macro is called. 294 Somebody complained that his favorite macro didn't work: [all …]
|
| H A D | README | 25 macro packages are in /usr/lib/tmac; and nroff tables are in
|
| /plan9/sys/src/cmd/aux/mnihongo/ |
| H A D | README | 12 by loading the troff macro package -mnihongo, which
|
| /plan9/sys/doc/ |
| H A D | troff.ms | 242 Read the macro file 335 and invokes the macro packages 482 &de @xx~yy@ - @.yy= cw ".."@ - Define or redefine macro @xx@; end at call of @yy@. 483 &am @xx~yy@ - @.yy= cw ".."@ - Append to a macro. 486 &rm @xx@ - ignored - Remove request, macro, or string. 487 &rn @xx~yy@ - ignored - Rename request, macro, or string @xx@ to @yy@. 488 &di @xx@ - end D Divert output to macro @xx@. 494 &em @xx@ none none - End macro is @xx@. 608 &pm@~t@ - all - Print macro names, sizes; if @t@ present, print total. 874 7.3 &$ Number of arguments available at the current macro level. [all …]
|
| /plan9/sys/src/cmd/gs/jpeg/ |
| H A D | coderules.doc | 59 structs). We handle these with a macro JMETHOD, defined as 82 this is brain-damaged. Always use the SIZEOF() macro in place of sizeof(), 98 abbreviated name (unique in the first six characters) substituted by macro
|
| /plan9/sys/src/cmd/gs/libpng/ |
| H A D | CHANGES | 221 PNG_TIME_RFC1152_SUPPORTED macro to PNG_TIME_RFC1123_SUPPORTED 283 and added PNG_PROGRESSIVE_READ_NOT_SUPPORTED macro 398 Separated the PNG_NO_STDIO macro into PNG_NO_STDIO and PNG_NO_CONSOLE_IO 452 Replaced 2147483647L several places with PNG_MAX_UINT macro, defined in png.h 502 Changed png_get_header_version() from a function to a macro in png.h 526 Removed all global arrays (according to PNG_NO_GLOBAL_ARRAYS macro), to 541 to applications a macro "PNG_USE_LOCAL_ARRAYS". 543 Added PNG_EXPORT_VAR macro to accommodate making DLL's. 573 Moved PNG_CHNK string macro definitions outside of PNG_NO_EXTERN block 650 Added "png_jmp_env()" macro to pngconf.h, to help people migrate to the [all …]
|
| /plan9/sys/src/cmd/5a/ |
| H A D | a.h | 32 char* macro; member
|
| /plan9/sys/src/cmd/ka/ |
| H A D | a.h | 32 char* macro; member
|
| /plan9/sys/src/cmd/ |
| H A D | deroff.c | 110 void macro(void); 484 macro(); in comline() 601 macro(void) in macro() function
|
| /plan9/sys/src/cmd/8a/ |
| H A D | a.h | 35 char* macro; member
|
| /plan9/sys/src/cmd/6a/ |
| H A D | a.h | 36 char* macro; member
|
| /plan9/sys/src/cmd/va/ |
| H A D | a.h | 32 char* macro; member
|
| /plan9/sys/src/cmd/qa/ |
| H A D | a.h | 51 char* macro; member
|
| /plan9/sys/src/cmd/postscript/mcolor/ |
| H A D | color.sr | 3 .de CL \" Color selection macro
|