1 /* $MirOS: contrib/code/jupp/rc.h,v 1.4 2012/12/30 21:45:16 tg Exp $ */
5 * (C) 1992 Joseph H. Allen;
7 * This file is part of JOE (Joe's Own Editor)
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));