File: vi.src

package info (click to toggle)
nvi 1.81.6-24
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,508 kB
  • sloc: ansic: 43,658; sh: 11,206; makefile: 603; perl: 262; tcl: 234; awk: 19
file content (37 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
PREFIX	vi

INCLUDE #include <sys/types.h>
INCLUDE #include <sys/queue.h>
INCLUDE #include <sys/stat.h>
INCLUDE #include <bitstring.h>
INCLUDE #include <errno.h>
INCLUDE #include <fcntl.h>
INCLUDE #include <limits.h>
INCLUDE #include <stdio.h>
INCLUDE #include <stdlib.h>
INCLUDE #include <string.h>
INCLUDE #include "common.h"
INCLUDE #include <db_int.h>
INCLUDE #include "db_page.h"
INCLUDE #include "db_am.h"
INCLUDE #include "rep.h"
INCLUDE #include "txn.h"

BEGIN	marker		200
ARG	opcode		u_int32_t	lu
END

BEGIN	cursor		201
ARG	opcode		u_int32_t	lu
ARG	lno		db_recno_t	lu
ARG	cno		size_t		d
END

BEGIN	mark		202
POINTER	lmp		LMARK *		%
END

BEGIN	change		203
ARG	opcode		u_int32_t	lu
ARG	lno		db_recno_t	lu
END