Annotation of freem/src/mpsdef.h, revision 1.5
1.1 snw 1: /*
1.5 ! snw 2: * $Id: mpsdef.h,v 1.4 2025/03/09 19:50:47 snw Exp $
1.1 snw 3: * common external definitions for all mumps modules
4: *
5: *
1.3 snw 6: * Author: Serena Willis <snw@coherent-logic.com>
1.1 snw 7: * Copyright (C) 1998 MUG Deutschland
1.4 snw 8: * Copyright (C) 2020, 2023, 2025 Coherent Logic Development LLC
1.1 snw 9: *
10: *
11: * This file is part of FreeM.
12: *
13: * FreeM is free software: you can redistribute it and/or modify
14: * it under the terms of the GNU Affero Public License as published by
15: * the Free Software Foundation, either version 3 of the License, or
16: * (at your option) any later version.
17: *
18: * FreeM is distributed in the hope that it will be useful,
19: * but WITHOUT ANY WARRANTY; without even the implied warranty of
20: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21: * GNU Affero Public License for more details.
22: *
23: * You should have received a copy of the GNU Affero Public License
24: * along with FreeM. If not, see <https://www.gnu.org/licenses/>.
25: *
1.5 ! snw 26: * $Log: mpsdef.h,v $
! 27: * Revision 1.4 2025/03/09 19:50:47 snw
! 28: * Second phase of REUSE compliance and header reformat
! 29: *
1.4 snw 30: *
31: * SPDX-FileCopyrightText: (C) 2025 Coherent Logic Development LLC
32: * SPDX-License-Identifier: AGPL-3.0-or-later
1.1 snw 33: **/
34:
35: #include <stdio.h>
36: #include <setjmp.h>
37: #include <signal.h>
38: #include <float.h>
39:
40: #if !defined(DBL_DIG)
41: # define DBL_DIG 15
42: #endif
43:
44: /* constants definition module */
45: #include "mpsdef0.h"
46:
47: #if defined(HAVE_MWAPI_MOTIF)
48: # include <Xm/Xm.h>
49: extern XtAppContext mwapi_context;
50: #endif
51:
52: /* c-global variables as external definitions */
53:
54: /* NOTE: this is a constant if SYSFIVE is undefined (in mumps.c) */
55: /* needs to be resolved: djw 3/15/99 */
56: #ifdef SYSFIVE
57: extern long FreeM_timezone; /* time zone */
58: #endif
59:
60: extern short run_daemon;
61: extern short nofork;
62: extern char *pid_file_path;
63: extern int pid_fd;
64:
65: /* USING and WITH */
66: extern char i_using[STRLEN];
67: extern char i_with[STRLEN];
68:
69: extern int errno; /* external error code for systemcalls */
70:
71: extern int m_argc; /* arguments count */
72: extern char **m_argv; /* arguments string */
73: extern char **m_envp; /* environment pointer */
74:
75: extern short frm_throw_all_errors; /* allow non-U errors to be raised by setting $ECODE */
76:
77: extern union four_fl {
78: long unsigned all;
79: char one[4];
80: } glvnflag; /* [0] unique name chars 0=no limit */
81:
82: /* [1] case sensitivity flag 0=sensitive */
83: /* [2] max. name+subscripts 0=no limit */
84: /* [3] max. length of a subscript 0=no limit */
85: extern int libflag; /* are we running as library? */
86: extern int lonelyflag; /* single user flag */
87: extern int lowerflag; /* lowercase everywhere flag */
88: extern int killerflag; /* SIGTERM handling flag */
89: extern int huperflag; /* SIGHUP handling flag */
90: extern int s_fun_flag; /* VIEW 70: ZSORT/ZSYNTAX flag */
91: extern int n_fun_flag; /* VIEW 71: ZNEXT/ZNAME flag */
92: extern int p_fun_flag; /* VIEW 72: ZPREVIOUS/ZPIECE flag */
93: extern int d_fun_flag; /* VIEW 73: ZDATE/ZDATA flag */
94: extern int zjobflag; /* VIEW 79: old ZJOB vs. new ZJOB flag */
95: extern int eightbit; /* VIEW 80: 7 vs. 8 bit flag */
96: extern int PF1flag; /* VIEW 81: PF1 flag */
97: extern int ordercounter; /* VIEW 82: order counter */
98: extern int etxtflag; /* VIEW 83: text in $ZE flag */
99: extern char lvndefault[256]; /* VIEW 89: UNDEF lvn default */
100: extern char gvndefault[256]; /* VIEW 90: UNDEF gvn default */
101: extern char exfdefault[256]; /* VIEW 91: missig QUIT expr default */
102: extern int typemmflag; /* VIEW 92: DEM2EUR: type mismatch error */
103: extern int namespace; /* VIEW 200: namespace index */
104: extern int config; /* VIEW 201: configuration index */
105: extern char WHR[12][4]; /* names of currencies */
106: extern char EUR2WHR[12][9]; /* conversion factors EUR to ... */
107:
108: extern char glo_prefix[MONTH_LEN]; /* VIEW 96: global prefix */
109: extern char glo_ext[MONTH_LEN]; /* VIEW 97: global postfix */
110: extern char rou_ext[MONTH_LEN]; /* VIEW 98: routine extention */
111: extern long tzoffset; /* VIEW 99: timer offset */
112: extern int v100; /* VIEW 100: return value of kill */
113: extern char l_o_val[256]; /* VIEW 110: local $o/$q data value */
114: extern char g_o_val[256]; /* VIEW 111: global $o/$q data value */
115: extern int zsavestrategy; /* VIEW 133: remember ZLOAD directory on ZSAVE */
116: extern long v93; /* VIEW 93: zkey prod. default */
117: extern char v93a[NO_V93][256]; /* VIEW 93: production rules */
118:
119: extern struct vtstyp *screen; /* active screen */
120: extern short jour_flag; /* journal flag 0/1/-1 */
121:
122: /* trace variables for global.c */
123: extern unsigned long traceblk[TRLIM]; /* trace stack - block numbers */
124: extern short traceadr[TRLIM]; /* - status */
125: extern short trx; /* - stack pointer */
126: extern char compactkey[256]; /* internal form of key in global.c */
127:
128: extern short mcmnd; /* mumps command letter */
129: extern short arg; /* stack pointer (expr.c) */
130: extern char *argstck[PARDEPTH + 1]; /* stack of pointers to */
131:
132: /* intermediate results */
133:
134: extern long ordercnt; /* repeater for $order/$query */
135: extern short setpiece; /* =1 set$piece executing */
136: extern short setop; /* SET op flag */
137: extern char rou_name[]; /* $T(+0)/$ZN routine name */
138: extern char *namstck; /* routine name stack */
139: extern char *namptr; /* routine name stack pointer */
140: extern char *framstck; /* DO_frame stack */
141: extern char *dofrmptr; /* DO_frame stack pointer */
142: extern char zb[40]; /* $ZB last ESC_sequence */
143: extern char zerror[]; /* $ZERROR last error */
144: extern char ztrap[NESTLEVLS + 2][ZTLEN]; /* $ZTRAP to be xecuted on error */
145: extern short DSM2err; /* enable normal error processing */
146: extern short nesterr; /* nesterr and callerr contain info */
147: extern char callerr[NESTLEVLS + 1][40]; /* about call situation at error */
148: extern short zerr; /* $ZE numeric error code */
149:
150: extern char stack0[];
151:
152: extern char zmc[]; /* $ZMC loadable match 'controls' */
153: extern char zmn[]; /* $ZMN loadable match 'numeric' */
154: extern char zmp[]; /* $ZMP loadable match 'punctuation' */
155: extern char zml[]; /* $ZML loadable match 'lowercase' */
156: extern char zmu[]; /* $ZMU loadable match 'uppercase' */
157:
158:
159: extern char zloc[256]; /* $ZL last local reference */
160: extern char zref[256]; /* $ZR last global reference */
161: extern short nakoffs; /* offset to naked reference */
162: extern char zfunkey[44][FUNLEN]; /* $ZF function key */
163: extern short xpos[MAXDEV + 1]; /* $X-vector */
164: extern short ypos[MAXDEV + 1]; /* $Y-vector */
1.5 ! snw 165: extern short frm_crlf[MAXDEV + 1]; /* CR/LF flag vector */
1.1 snw 166: extern short fm_nodelay[MAXDEV + 1]; /* nodelay flag vector */
167: extern int SIflag[MAXDEV + 1]; /* SI/SO flag */
168: extern int ESCflag[MAXDEV + 1]; /* ESC flag */
169: extern short RightMargin; /* Output Margin. Default no */
170:
171: /* automatic CR/LF */
172: extern short InFieldLen; /* Input Field length Def: 255 char */
173: extern long DSW; /* Device Status word (Terminal) */
174: extern char LineTerm[]; /* Input Line Terminator chars */
175: extern char BrkKey; /* <INTERRUPT> key Def: CTRL/C */
176: extern char ug_buf[MAXDEV + 1][256]; /* ungetc-buffers */
177: extern char devopen[MAXDEV + 1]; /* 0 not open */
178:
179: /* 'r' input */
180: /* 'w' or 'a' output */
181:
182:
183: extern short fp_mode; /* 0 = fixed, 1 = IEEE 754 */
184: extern short en_revstrf; /* if 1, reverse $E, $P, $N enabled */
185:
186: typedef struct frm_devstat {
187: short mdc_err;
188: short frm_err;
189: char err_txt[80];
190: } frm_devstat;
191:
192: extern frm_devstat devstat[MAXDEV + 1]; /* device error statuses */
193:
194: extern char dev[MAXDEV + 1][40]; /* names of IO devices */
195:
196: extern char G0I[MAXDEV + 1][257]; /* G0 input translation table */
197: extern char G0O[MAXDEV + 1][257]; /* G0 output translation table */
198: extern char G1I[MAXDEV + 1][257]; /* G1 input translation table */
199: extern char G1O[MAXDEV + 1][257]; /* G1 output translation table */
200:
201: extern FILE *opnfile[];
202: extern char sq_modes[MAXDEV + 1];
203: extern char act_oucpath[MAXDEV + 1][40]; /* actual path of currently used device */
204:
205: extern short olddes[NO_GLOBLS]; /* filedescr of open global files */
206: extern char oldfil[NO_GLOBLS][1024]; /* names of open global files */
207: extern short usage[NO_GLOBLS]; /* usage count of global files */
208: extern long g_ages[NO_GLOBLS]; /* last access of global files */
209: extern short inuse; /* file in use */
210:
211: extern int lio_mode;
212: extern short io; /* $IO */
213: extern short test; /* $TEST */
214: extern short pattrnflag; /* incomplete match flag */
215: extern char pattrnchar; /* incomplete match flag supplement */
216: extern int zsystem; /* $ZSYSTEM return status of UNIX call */
217: extern short zcc; /* $ZC (ControlC-Flag) */
218: extern char *rouptr; /* pointer to begin of routine */
219: extern char *roucur; /* cursor into routine */
220: extern char *rouend; /* pointer to end of pgm */
221: extern char *rouins; /* pointer for direct mode insert */
222:
223: extern short breakon; /* BREAK enable/disable-flag */
224: extern short zbreakon; /* ZBREAK enable/disable-flag */
225: extern short zbflag; /* 'ZBREAK from terminal'-flag */
226: extern short zprecise; /* $ZPRECICION of arithmetic */
227: extern char fp_conversion[10]; /* sprintf conversion constant for ieee754 support */
228: extern long nrandom; /* random number */
229: extern long ran_a; /* random number parameter a */
230: extern long ran_b; /* random number parameter b */
231: extern long ran_c; /* random number parameter c */
232: extern short usermode; /* 0=user mode 1=programmer mode */
233: extern int restricted_mode; /* TRUE=restricted mode FALSE=unrestricted mode */
234: extern short demomode; /* 0=no demo 1=demo mode */
235: extern int d0char; /* demomode ouput character */
236: extern int d1char; /* demomode '!' character */
237: extern short cset; /* 0=mumps set 1='C' set flag */
238: extern int hardcopy; /* hardcopy flag */
239: extern int frm_filter; /* filter flag */
240: extern int noclear;
241: extern int standard; /* 1=standard only, */
242: extern int quiet_mode; /* quiet mode */
243: extern char config_file[4096]; /* path to configuration file */
244: extern char shm_env[255]; /* shared memory environment */
245: /* 0=non standard features enabled */
246: extern short ierr;
247: extern short deferred_ierr;
248: extern char err_suppl[255];
249: extern char errmes[MAXERR][ERRLEN]; /* error messages */
250:
251: extern long PSIZE; /* size of 'partition' */
252: extern char *mbpartition;
253: extern char *partition;
254: extern short writing_mb;
255: extern unsigned long alphptr[]; /* pointers into symbol table */
256: extern long symlen; /* 'lower' bound of symbol table */
257: extern char *apartition; /* alternate partition */
258: extern long asymlen; /* 'lower' bound of symbol table */
259: extern unsigned long aalphptr[]; /* pointers into symbol table */
260:
261: extern short autopsize; /* automatic increase of PSIZE */
262: extern long svnlen; /* 'lower' bound of udf_svn_tab */
263: extern long UDFSVSIZ; /* size of userdef special var tab. */
264: extern short autousize; /* automatic increase of UDFSVSIZ */
265: extern char *svntable; /* udf special variable table */
266: extern unsigned long svnaptr[]; /* pointers into udf_svn_tab */
267: extern long NO_OF_RBUF; /* number of routine buffers */
268: extern long PSIZE0; /* size of routine buffers */
269: extern short autorsize; /* automatic increase of PSIZE0 */
270: extern short aliases; /* aliases pointer */
271: extern char ali[]; /* aliases table */
272: extern long v22ptr; /* view 22 aliases pointer */
273: extern char *v22ali; /* view 22 aliases field */
274: extern long v22size; /* current size of aliases field */
275:
276: extern char *buff; /* alternate buffers */
277: extern char code[]; /* currently interpreted code */
278: extern long NSIZE; /* size of newstack */
279: extern char *newstack; /* stack for NEWed variables */
280: extern char *newptr; /* pointer to NEW stack */
281: extern char *newlimit; /* pointer to NEW stack end */
282: extern int errfunlvl; /* avoid wrong error message in $$FUN */
283: extern short nstx; /* nest stack: */
284: extern short nestc[]; /* - command (DO...) */
285: extern char *nestp[]; /* - cmdptr */
286: extern char *nestn[]; /* - namptr */
287: extern long nestr[]; /* - roucur */
288: extern char *nestnew[]; /* - newptr */
289: extern char neste[]; /* - was this frame entered as the result of an error? */
290: extern short repQUIT; /* QUIT repeater */
291:
292: extern char *argptr; /* pointer to beg of tmp storage */
293: extern char *s; /* pointer to symlen_offset */
294: extern char *codptr; /* pointer within code[] */
295: extern char dosave[20]; /* in a FOR range save DO label */
296: extern char *xdosave;
297:
298: extern char varnam[]; /* variable/array/function name */
299: extern char varerr[256]; /* reference in error message */
300: extern char pgms[MAXNO_OF_RBUF + 1][40]; /* names of alt.pgms */
301: extern long ages[]; /* last call to this pgm */
302: extern char *ends[]; /* saved rouend-pointer */
303: extern char path[MAXNO_OF_RBUF][256]; /* directory where routine was loaded */
304: extern rtn_flags rbuf_flags[MAXNO_OF_RBUF]; /* per-routine flags */
305: extern char glopath[PATHLEN]; /* path to access globals */
306: extern char rou0path[PATHLEN]; /* routine access with DO,GOTO,JOB */
307: extern char rou1path[PATHLEN]; /* routine access with ZL,ZS */
308:
309: extern char gloplib[PATHLEN]; /* path to access %globals */
310: extern char rou0plib[PATHLEN]; /* %routine path (DO..) */
311: extern char rou1plib[PATHLEN]; /* %routine path (ZL..) */
312:
313: extern char gbl_u_engine[255]; /* user global engine */
314: extern char gbl_s_engine[255]; /* system global engine */
315: extern char loc_engine[255]; /* local engine */
316:
317: extern unsigned long int bdb_flush_threshold;
318:
319: extern char oucpath[PATHLEN]; /* OPEN/USE/CLOSE path */
320: extern char rgafile[PATHLEN]; /* routine/global access protocol file */
321: extern char zargdefname[PATHLEN]; /* default varname for Zcommands */
322: extern FILE *rgaccess; /* dto. filedes */
323: extern char locktab[PATHLEN]; /* file with LOCKs */
324: extern char zallotab[PATHLEN]; /* file with ZALLOCATE */
325: extern char hcpyfile[PATHLEN]; /* hardcopy file */
326: extern char jourfile[PATHLEN]; /* journal file */
327: extern FILE *jouraccess; /* dto. filedes */
328:
329: extern char curdir[PATHLEN]; /* current directory */
330: extern char startuprou[PATHLEN];
331: extern char zcommds[256]; /* intrinsic z-commands */
332: extern char zfunctions[256]; /* intrinsic z-functions */
333: extern char zsvn[256]; /* intrinsic z-special variables */
334: extern char brkaction[256]; /* action in case of BREAK */
335: extern pid_t father; /* JOB-ID of father process */
336:
337: /* date types parameters */
338: extern char month[NO_DATETYPE][12][MONTH_LEN]; /* month names or numbers */
339: extern char dat1char[NO_DATETYPE][MONTH_LEN]; /* date 1st delimiter */
340: extern char dat2char[NO_DATETYPE][MONTH_LEN]; /* date 2nd delimmiter */
341: extern char dat3char[NO_DATETYPE]; /* date day justify char */
342: extern char dat4flag[NO_DATETYPE]; /* 0=DMY, 1=MDY, 2=YMD */
343: extern char dat5flag[NO_DATETYPE]; /* suppress century digits */
344: extern long int datGRbeg[NO_DATETYPE]; /* first day of gregorian calendar 15-OCT-1582 */
345: extern int datetype; /* type for $zd special variable */
346:
347: extern char tim1char[NO_TIMETYPE]; /* time 1st delimiter */
348: extern char tim2char[NO_TIMETYPE]; /* time 2nd delimiter */
349: extern char tim3char[NO_TIMETYPE]; /* time hour justify char */
350: extern char tim4flag[NO_TIMETYPE]; /* 0=12 Hrs 1=24 Hrs */
351: extern char tim5flag[NO_TIMETYPE]; /* suppress seconds */
352: extern int timetype; /* type for $zt special variable */
353:
354: extern jmp_buf sjbuf; /* on timeout */
355: extern char *roucu0;
356: extern char *dofram0;
357:
358: extern short forx; /* FOR stack pointer */
359: extern char forvar[NESTLEVLS + 1][40], /* FOR variable */
360: forinc[NESTLEVLS + 1][40], /* FOR increment */
361: forpost[NESTLEVLS + 1][128],/* FOR postconditional */
362: forlim[NESTLEVLS + 1][40]; /* FOR limit value */
363: extern short fortyp[NESTLEVLS + 1]; /* 0 = forever 1 = single, */
364:
365: /* 2 = unlim.iter,3 = limit iter. */
366: /* 4 = "" +inc=1 5 = "" + inc=1 */
367: extern short fori[NESTLEVLS + 1]; /* if fortyp=5 length of forlimit */
368:
369: extern char *fvar; /* current forvar */
370: extern char *finc; /* current forinc */
371: extern char *fpost; /* current forpost */
372: extern char *flim; /* current forlim */
373: extern short ftyp; /* current fortyp */
374: extern short fi; /* current fori */
375: extern short forsw; /* FOR switch */
376: extern short argless_forsw_quit; /* QUIT from argumentless FOR */
377: extern short sigint_in_for; /* SIGINT occurred in FOR loop */
378: extern short direct_mode;
379: extern short loadsw; /* flag to avoid redundant loads */
380: extern short extr_types[NESTLEVLS + 1]; /* return types of extrinsic functions */
381:
382: extern char destructors[10][50];
383: extern int destructor_ct;
384: extern char private_keys[MAX_PRIVATE_KEYS][255];
385:
386: /* after XECUTEs */
387: extern short promflag; /* prompt execute flag */
388: extern short privflag; /* extrinsic z-command flag */
389:
390: extern short brkstk[NESTLEVLS + 1]; /* stack for BREAK information */
391:
392: extern char *cmdstack;
393: extern char *cmdptr;
394:
395: extern short offset;
396: extern long frm_timeout;
397: extern short timeoutms;
398: extern char tmp4[80];
399: extern short param; /* parameter count */
400: extern short paramx; /* current parameter */
401: //extern char *calloc ();
402: extern short level; /* level count */
403: extern short nestlt[NESTLEVLS + 1]; /* stack $T / stack levelcount */
404: extern pid_t pid; /* $J = process ID */
405:
406: extern char jour_hostid[256];
407:
408: extern char nsroot[4096]; /* root path of namespace */
409: extern char nsname[256]; /* namespace name */
410: extern char *freem_path; /* path to the running instance of FreeM */
411: extern char history_file[256];
412: extern int n_lines; /* rows in screen */
413: extern int n_columns; /* columns in screen */
414: extern short ipc_pending; /* 1 if an incoming IPC is pending, 0 otherwise */
415:
416: extern int strict_mode;
417: extern short first_process;
418: extern size_t shm_init_size;
419: extern short inrpt_after_async;
420:
421: //#ifndef OLDUNIX
422: // extern struct sigaction act; /* signals stuff */
423: //#endif /* OLDUNIX */
424:
425: /* Macros */
426: /* Create a new variable of type (datatype) with space for qty instances */
427: #define NEW(datatype,qty) ((datatype *)calloc(qty,sizeof(datatype)))
428:
1.2 snw 429: /* End of $Source: /home/cvsroot/freem/src/mpsdef.h,v $ */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>