Lines Matching +defs:val +defs:file
44 set(register long* p, register long op, int val)
53 if (val)
104 ppmapinclude(char* file, register char* s)
118 old_file = error_info.file;
122 else if (file)
124 if (*file == '-')
126 if (!error_info.file)
128 error(1, "%s: input file name required for %s ignore", file, dirname(INCLUDE));
131 s = t = strcopy(pp.tmpbuf, error_info.file);
132 c = *++file;
144 strcpy(s, file);
145 file = pp.tmpbuf;
147 if ((fd = ppsearch(file, INC_LOCAL, SEARCH_INCLUDE)) < 0)
149 PUSH_FILE(file, fd);
226 error_info.file = old_file;
231 * return non-0 if file is identical to fd
235 identical(char* file, int fd)
240 return !stat(file, &a) && !fstat(fd, &b) && a.st_dev == b.st_dev && a.st_ino == b.st_ino;
510 error_info.file = 0;
526 error_info.file = va_arg(ap, char*);
1088 * push the main input file -- special case for hosted mark
1099 if (!(p = error_info.file))
1103 error_info.file = 0;
1114 if (s = strrchr(error_info.file, '/'))
1117 s = error_info.file;
1146 if (*error_info.file)
1147 pp.column += sfprintf(pp.filedeps.sp, " %s", error_info.file);
1177 if (!error_info.file)
1178 error_info.file = p;