Menu

[26e832]: / joe / uerror.h  Maximize  Restore  History

Download this file

24 lines (22 with data), 673 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
* Compiler error handler
* Copyright
* (C) 1992 Joseph H. Allen
*
* This file is part of JOE (Joe's Own Editor)
*/
int unxterr(W *w, int k);
int uprverr(W *w, int k);
int parserrb(B *b);
int uparserr(W *w, int k);
int ugparse(W *w, int k);
int urelease(W *w, int k);
int ujump(W *w, int k);
void inserr(const char *name, off_t where, off_t n, int bol);
void delerr(const char *name, off_t where, off_t n);
void abrerr(const char *name);
void saverr(const char *name);
B *beafter(B *);
extern B *errbuf; /* Buffer which has error messages */
void parseone_grep(struct charmap *map, const char *s, char **rtn_name, off_t *rtn_line);
int ucurrent_msg(W *w, int k);
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.