localbase.m4

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· M4 代码 · 共 36 行

M4
36
字号
##################################################################################################################################           local conventions## @(#)localbase.m4	4.1	(ULTRIX)	7/2/90############################################################################################################################################ special local conversions# Here you can any special local rewriting rules and keep them all# in one place. Ruleset 8 is invoked at the beginning of ruleset 3# and ruleset 6 is invoked at the end. Ruleset 3 always returns# the result of a call to ruleset 6.S8# emptyS6#R$*<@$w>$*		$:$1<@$w>$2			localhost.domainR$+<@$=w>		$:$1<@$w>			localhostR$-$+<@$w>		$@$>3$1$2			localhostR$-$+<@$=w.$D>		$@$>3$1$2			localhostR$-$+<@$=w.$=D>		$@$>3$1$2			other local domainsR$+<@$=S>$*		$@$1<@$2.LOCAL>$3		localhostR$+<@$=S.$D>$*		$@$1<@$2.LOCAL>$3		localhostR$+<@$=S.$=D>$*		$@$1<@$2.LOCAL>$4		other local domains#R$*<@$+>$*		$@$1<@$2>$3			already ok

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?