summaryrefslogtreecommitdiffstats
path: root/bin/ed/ed.h
diff options
context:
space:
mode:
authoralm <alm@FreeBSD.org>1993-07-02 06:16:28 +0000
committeralm <alm@FreeBSD.org>1993-07-02 06:16:28 +0000
commitffd56febcd70e72e29c1367e57a885768c0eea9e (patch)
tree273115a0902cdaf8962fa45cde6551f054acb914 /bin/ed/ed.h
parent20c65c6730a48da179a586a7b3a5fd777c9e4eb6 (diff)
downloadFreeBSD-src-ffd56febcd70e72e29c1367e57a885768c0eea9e.zip
FreeBSD-src-ffd56febcd70e72e29c1367e57a885768c0eea9e.tar.gz
Consolidate mark code - no functional changes or fixes.
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 c854364..20d5cec 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));
OpenPOWER on IntegriCloud