aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/ed.h
diff options
context:
space:
mode:
authorAndrew Moore <alm@FreeBSD.org>1993-07-02 06:16:28 +0000
committerAndrew Moore <alm@FreeBSD.org>1993-07-02 06:16:28 +0000
commit95c745afb27165c9a60a7f3bd0fb337c2dd168e8 (patch)
tree273115a0902cdaf8962fa45cde6551f054acb914 /bin/ed/ed.h
parent24cd262d1a963bcda8de9feb15cf130e99135c4c (diff)
downloadsrc-95c745afb27165c9a60a7f3bd0fb337c2dd168e8.tar.gz
src-95c745afb27165c9a60a7f3bd0fb337c2dd168e8.zip
Consolidate mark code - no functional changes or fixes.
Notes
Notes: svn path=/head/; revision=87
Diffstat (limited to 'bin/ed/ed.h')
-rw-r--r--bin/ed/ed.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/ed/ed.h b/bin/ed/ed.h
index c854364dfb69..20d5cec9c8de 100644
--- a/bin/ed/ed.h
+++ b/bin/ed/ed.h
@@ -206,6 +206,7 @@ int desputc __P((int, FILE *));
int docmd __P((int));
void err __P((char *));
char *ccl __P((char *));
+void clrmark __P((line_t *));
void cvtkey __P((char *, char *));
long doglob __P((int));
void dohup __P((int));
@@ -223,6 +224,7 @@ int getkey __P((void));
char *getlhs __P((int));
int getline __P((void));
int getlist __P((void));
+long getmark __P((int));
long getnum __P((int));
long getone __P((void));
line_t *getlp __P((long));
@@ -236,12 +238,12 @@ line_t *lpdup __P((line_t *));
void lpqueue __P((line_t *));
void makekey __P((char *));
char *makesub __P((int));
-char *translit __P((char *, int, int, int));
int move __P((long, int));
int oddesc __P((char *, char *));
void onhup __P((int));
void onintr __P((int));
pattern_t *optpat __P((void));
+int putmark __P((int, line_t *));
void putstr __P((char *, int, long, int));
char *puttxt __P((char *));
void quit __P((int));
@@ -253,6 +255,7 @@ int catsub __P((char *, regmatch_t *, int));
int subst __P((pattern_t *, int));
int tobinhex __P((int, int));
int transfer __P((long));
+char *translit __P((char *, int, int, int));
int undo __P((int));
undo_t *upush __P((int, long, long));
void ureset __P((void));