⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 make.tags.inc

📁 早期freebsd实现
💻 INC
字号:
#	@(#)Make.tags.inc	8.1 (Berkeley) 6/11/93# Common files for "make tags".# Included by the Makefile for each architecture.# Put the ../sys stuff near the end so that subroutine definitions win when# there is a struct tag with the same name (eg., vmmeter).  The real# solution would probably be for ctags to generate "struct vmmeter" tags.COMM=	/sys/conf/*.[ch] \	/sys/dev/*.[ch] /sys/dev/scsi/*.[ch] \	/sys/kern/*.[ch] /sys/libkern/*.[ch] \	/sys/miscfs/*/*.[ch] \	/sys/net/*.[ch] /sys/netccitt/*.[ch] /sys/netinet/*.[ch] \	/sys/netiso/*.[ch] /sys/netns/*.[ch] \	/sys/nfs/*.[ch] /sys/sys/*.[ch] \	/sys/ufs/*/*.[ch] \	/sys/vm/*.[ch]

⌨️ 快捷键说明

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