Lines Matching defs:create
63 int silent, keep, create; /* Flags: -s(ilent), -k(eep), (create) */
174 create = TRUE;
179 create = FALSE;
188 create = TRUE;
193 create = TRUE;
236 * and ftello), if the create flag is on and the silent flag is not on.
237 * If the create flag is on closefile then closes the file(fclose).
243 if (!silent && create) {
247 if (create)
329 * Flush does nothing if the create flag is not set.
335 if (create)
340 * Getfile does nothing if the create flag is not set. If the create
359 if (create) {
396 fatal("Cannot create %s\n", tfile);
553 * does nothing if create is False. If to_line's argument is not LAST