Searched defs:include (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libdss/ |
H A D | tag.c | 29 * include file; the file name is the remainder of line 75 #include <ast.h> 76 #include <tag.h> 77 #include <ccode.h> 78 #include <ctype.h> 79 #include <error.h> 139 * include file pop exception handler 164 * parse include file name and push on the input stack 188 (*tag->disc->errorf)(NiL, tag->disc, ERROR_SYSTEM|2, "include file name omitted"); 194 (*tag->disc->errorf)(NiL, tag->disc, ERROR_SYSTEM|2, "%s: include fil 232 include(Tag_t* tag, Tagframe_t* fp, Tags_t* cp, Tags_t* tags, Tagdisc_t* disc) function [all...] |
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 29 .ANCESTOR.LIST = $(-ancestor-source) .SOURCE.a lib .SOURCE.h include 54 set option=';prefix-include;b;-;Override the C preprocessor prefix include option. \b--noprefix-include\b may be needed for some compilers that misbehave when \b$$(CC.INCLUDE.LOCAL)\b is set and \b#include "..."\b assumes the subdirectory of the including file. The default value is based on the \bprobe\b(1) information.' 61 set option=';separate-include;b;-;Allow \b$$(CC.INCLUDE.LOCAL)\b to be used with compilers that support it. On by default. If \b--noseparate-include\b is set then \b$$(CC.INCLUDE.LOCAL)\b will not be used, even if the current compiler supports it.' 81 set separate-include:=1 137 if ! "$(-?prefix-include)" && "$("prefixinclude":T=QV)" 140 N += --prefix-include [all...] |
H A D | make.h | 28 #include <ast.h> 29 #include <ls.h> 30 #include <ctype.h> 31 #include <dirent.h> 32 #include <fs3d.h> 33 #include <glob.h> 34 #include <hash.h> 35 #include <swap.h> 36 #include <namval.h> 37 #include <erro 603 Rule_t* include; /* .INCLUDE rule pointer */ member in struct:Internal_s [all...] |
/ast/src/cmd/INIT/ |
H A D | proto.c | 101 # include <sys/types.h> 102 # include <sys/stat.h> 103 # include <fcntl.h> 105 # include <stdio.h> 107 # include <time.h> 389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256]; member in struct:ppglobals 469 # include <stdlib.h> 470 # include <unistd.h> 471 # include <time.h> 472 # include <strin [all...] |
Completed in 69 milliseconds