Lines Matching defs:include
7 ** single file to make it easy to include LEMON in the source tree
12 #include <stdio.h>
13 #include <stdarg.h>
14 #include <string.h>
15 #include <ctype.h>
16 #include <stdlib.h>
248 char *include; /* Code to put at the start of the C file */
249 int includeln; /* Line number for start of include code */
1363 lem.name = lem.include = lem.arg = lem.tokentype = lem.start = 0;
2112 }else if( strcmp(x,"include")==0 ){
2113 psp->declargslot = &(psp->gp->include);
3186 /* Generate the include code, if any */
3187 tplt_print(out,lemp,lemp->include,lemp->includeln,&lineno);
3190 fprintf(out,"#include \"%s\"\n", name); lineno++;