4 * (C) 1992 Joseph H. Allen;
6 * This file is part of JOE (Joe's Own Editor)
12 __IDSTRING(rcsid_rc_h, "$MirOS: contrib/code/jupp/rc.h,v 1.6 2017/12/02 17:00:49 tg Exp $");
15 extern OPTIONS pdefault;
16 extern OPTIONS fdefault;
17 void setopt PARAMS((B *b, unsigned char *name));
19 /* KMAP *kmap_getcontext(char *name);
20 * Find and return the KMAP for a given context name. If none is found, an
21 * empty kmap is created, bound to the context name, and returned.
23 KMAP *kmap_getcontext PARAMS((unsigned char *name, int docreate));
25 /* int procrc(CAP *cap, char *name); Process an rc file
28 1 for syntax error (errors written to stderr)
30 int procrc PARAMS((CAP *cap, unsigned char *name));
32 int glopt PARAMS((unsigned char *s, unsigned char *arg, OPTIONS *options, int set));
34 int umode PARAMS((BW *bw));
36 void lazy_opts PARAMS((OPTIONS *o));