Lines Matching defs:stmt
44 * @param stmt The include statement, specifying the file name to look for.
47 * @param merge_rtrn Always returns stmt->merge.
52 ProcessIncludeFile(IncludeStmt * stmt,
60 rtrn = XkbFindFileInCache(stmt->file, file_type, &stmt->path);
65 FILE *file = XkbFindFileInPath(stmt->file, file_type, &stmt->path);
68 ERROR("Can't find file \"%s\" for %s include\n", stmt->file,
75 setScanState(stmt->file, 1);
78 INFO("About to parse include file %s\n", stmt->file);
84 ERROR("Error interpreting include file \"%s\"\n", stmt->file);
90 XkbAddFileToCache(stmt->file, file_type, stmt->path, rtrn);
102 if (stmt->map != NULL)
104 while ((mapToUse) && ((!uStringEqual(mapToUse->name, stmt->map)) ||
112 XkbConfigText(file_type, XkbMessage), stmt->map,
113 stmt->file);
129 stmt->file);
142 ACTION("Include file \"%s\" ignored\n", stmt->file);
149 *merge_rtrn = stmt->merge;