Home
last modified time | relevance | path

Searched refs:MAXINP (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/m4/
H A Dmisc.c62 unsigned char *bbase[MAXINP]; /* the base for each ilevel */
173 for (i = 0; i < MAXINP; i++) in initspaces()
206 for (i = 0; i < MAXINP; i++) in enlarge_bufspace()
H A Dmdef.h114 #define MAXINP 10 /* maximum include files */ macro
H A Dmain.c83 struct input_file infile[MAXINP];/* input file stack (0=stdin) */
H A Deval.c733 if (ilevel + 1 == MAXINP) in doincl()