get_validation_file
来自「操作系统SunOS 4.1.3版本的源码」· 代码 · 共 16 行
TXT
16 行
1 i\/*\\ * values.h - #defines constants found in ../microcode/constants\\ * Contains all constants accessible to the user with 9 bit mapped addresses\\ *\\ * Note that value.h is created via\\ * sed -f get_validation_file ../microcode/constants > values.h\\ * and thus need not be under SCCS.\\ */\/^[/ * ]/ds/^\(s.*\) \(.*\) \(.*\)$/#define \1 0x\3/s/^\(d.*\) \(.*\) \(........\)\(........\)$/#define \1 0x\3,0x\4/s/^\(c_s.*\) \(.*\) \(.*\)$/#define \1 0x\3/s/^\(c_d.*\) \(.*\) \(........\)\(........\)$/#define \1 0x\3,0x\4/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?