Lines Matching refs:dat
2176 struct update_entries_data dat; local
2177 dat.contents = UPDATE_ENTRIES_CHECKIN;
2178 dat.existp = UPDATE_ENTRIES_EXISTING_OR_NEW;
2179 dat.timestamp = NULL;
2180 call_in_directory (args, update_entries, (char *)&dat);
2188 struct update_entries_data dat; local
2189 dat.contents = UPDATE_ENTRIES_CHECKIN;
2190 dat.existp = UPDATE_ENTRIES_EXISTING_OR_NEW;
2191 dat.timestamp = "dummy timestamp from new-entry";
2192 call_in_directory (args, update_entries, (char *)&dat);
2200 struct update_entries_data dat; local
2201 dat.contents = UPDATE_ENTRIES_UPDATE;
2202 dat.existp = UPDATE_ENTRIES_EXISTING_OR_NEW;
2203 dat.timestamp = NULL;
2204 call_in_directory (args, update_entries, (char *)&dat);
2214 struct update_entries_data dat; local
2215 dat.contents = UPDATE_ENTRIES_UPDATE;
2216 dat.existp = UPDATE_ENTRIES_NEW;
2217 dat.timestamp = NULL;
2218 call_in_directory (args, update_entries, (char *)&dat);
2228 struct update_entries_data dat; local
2229 dat.contents = UPDATE_ENTRIES_UPDATE;
2230 dat.existp = UPDATE_ENTRIES_EXISTING;
2231 dat.timestamp = NULL;
2232 call_in_directory (args, update_entries, (char *)&dat);
2240 struct update_entries_data dat; local
2241 dat.contents = UPDATE_ENTRIES_UPDATE;
2243 dat.existp = UPDATE_ENTRIES_EXISTING_OR_NEW;
2244 dat.timestamp = "Result of merge";
2245 call_in_directory (args, update_entries, (char *)&dat);
2253 struct update_entries_data dat; local
2254 dat.contents = UPDATE_ENTRIES_PATCH;
2256 dat.existp = UPDATE_ENTRIES_EXISTING_OR_NEW;
2257 dat.timestamp = NULL;
2258 call_in_directory (args, update_entries, (char *)&dat);
2266 struct update_entries_data dat; local
2267 dat.contents = UPDATE_ENTRIES_RCS_DIFF;
2269 dat.existp = UPDATE_ENTRIES_EXISTING_OR_NEW;
2270 dat.timestamp = NULL;
2271 call_in_directory (args, update_entries, (char *)&dat);