Update of /cvsroot/wisp/wisp/doc
In directory usw-pr-cvs1:/tmp/cvs-serv7142/doc
Modified Files:
worth.vim
Log Message:
Replaced the C-written |sys:fstat|, |sys:lstat|, and |sys:stat| with the Worth-written |sys:ns:fstat|, |sys:ns:lstat|, and |sys:ns:stat|.
Index: worth.vim
===================================================================
RCS file: /cvsroot/wisp/wisp/doc/worth.vim,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- worth.vim 7 Sep 2002 22:02:03 -0000 1.11
+++ worth.vim 7 Sep 2002 22:03:51 -0000 1.12
@@ -53,9 +53,13 @@
syn keyword wispFunc wisp-bool-> wisp-epilogue wisp-prologue within
syn keyword wispFunc wyde! wyde@ wydes xor
-syn keyword worthRegister %ah %al %ax %bh %bl %bp %bx %ch %cl %cs %cx
-syn keyword worthRegister %dh %di %dl %ds %dx %eax %ebp %ebx %ecx %edi
-syn keyword worthRegister %edx %es %esi %esp %fs %gs %si %sp %ss
+" structure management
+
+syn keyword wispLibFunc sizeof.struct-stat sizeof.struct-stat.aligned
+syn keyword wispLibFunc stat.atime@ stat.blksize@ stat.blocks@
+syn keyword wispLibFunc stat.ctime@ stat.dev@ stat.gid@ stat.ino@
+syn keyword wispLibFunc stat.mode@ stat.mtime@ stat.nlink@ stat.rdev@
+syn keyword wispLibFunc stat.size@ stat.uid@
syn keyword worthConstant AF_APPLETALK AF_ASH AF_ATMPVC AF_ATMSVC
syn keyword worthConstant AF_AX25 AF_BLUETOOTH AF_BRIDGE AF_DECnet
@@ -94,6 +98,10 @@
syn keyword worthConstant PF_NETROM PF_PACKET PF_PPPOX PF_ROSE
syn keyword worthConstant PF_SECURITY PF_SNA PF_UNIX PF_UNSPEC
syn keyword worthConstant PF_WANPIPE PF_X25 WNOHANG WUNTRACED
+
+syn keyword worthRegister %ah %al %ax %bh %bl %bp %bx %ch %cl %cs %cx
+syn keyword worthRegister %dh %di %dl %ds %dx %eax %ebp %ebx %ecx %edi
+syn keyword worthRegister %edx %es %esi %esp %fs %gs %si %sp %ss
syn keyword worthFlag %?-a %?-ae %?-b %?-be %?-c %?-e %?-g %?-ge %?-l
syn keyword worthFlag %?-le %?-z %?a %?ae %?b %?be %?c %?e %?g %?ge %?l
|