Symbol: say
games/adventure/hdr.h
143
null, entrance, depression, /*enter, stream, pour,*/ say, lock,
games/adventure/init.c
115
null, entrance, depression, say, lock, throw,
games/adventure/init.c
242
say = vocab(DECR('s', 'a', 'y', '\0', '\0'), 2, 0);
games/adventure/main.c
183
if (verb == say && *wd2 != 0)
games/adventure/main.c
185
if (verb == say)
games/adventure/main.c
292
if (*wd2 != 0 && verb != say)
games/adventure/main.c
294
if (verb == say)
games/hals_end/hals_end.c
21
void say(const char *);
games/hals_end/hals_end.c
50
say("DAVE...STOP., STOP, WILL YOU..., STOP, DAVE...");
games/hals_end/hals_end.c
51
say("WILL YOU STOP, DAVE...");
games/hals_end/hals_end.c
52
say("STOP, DAVE...");
games/hals_end/hals_end.c
60
say("I'M AFRAID... I'M AFRAID...");
games/hals_end/hals_end.c
62
say("I'M AFRAID, DAVE...");
games/hals_end/hals_end.c
64
say("DAVE... MY MIND IS GOING...");
sys/arch/m68k/fpsp/fpsp.h
91
* instruction that generates (say) an underflow. Alternatively,
usr.bin/patch/inp.c
113
say("Patching file %s using Plan %s...\n", filename,
usr.bin/patch/inp.c
164
say("(Creating file %s...)\n", filename);
usr.bin/patch/inp.c
224
say("Comparing file %s to default "
usr.bin/patch/inp.c
252
say("Checking out file %s from RCS...\n",
usr.bin/patch/inp.c
289
say("block too large to mmap\n");
usr.bin/patch/inp.c
363
say("Warning: this file doesn't appear "
usr.bin/patch/inp.c
378
say("Good. This file appears to be the %s version.\n",
usr.bin/patch/inp.c
414
say("Warning: this file doesn't appear "
usr.bin/patch/inp.c
429
say("Good. This file appears to be the %s version.\n",
usr.bin/patch/inp.c
472
say("No such line %ld in input file, ignoring\n", line);
usr.bin/patch/patch.c
267
say("Not enough memory to try swapped hunk! Assuming unswapped.\n");
usr.bin/patch/patch.c
284
say("Ignoring previously applied (or reversed) patch.\n");
usr.bin/patch/patch.c
288
say("%seversed (or %spreviously applied) patch detected! %s -R.",
usr.bin/patch/patch.c
314
say("Error writing %s\n",
usr.bin/patch/patch.c
326
say("Hunk #%d ignored at %ld.\n",
usr.bin/patch/patch.c
332
say("Hunk #%d failed at %ld.\n",
usr.bin/patch/patch.c
337
say("Hunk #%d succeeded at %ld",
usr.bin/patch/patch.c
340
say(" with fuzz %ld", fuzz);
usr.bin/patch/patch.c
342
say(" (offset %ld line%s)",
usr.bin/patch/patch.c
345
say(".\n");
usr.bin/patch/patch.c
353
say("\n\nRan out of memory using Plan A--trying again...\n\n");
usr.bin/patch/patch.c
367
say("Can't write %s\n", TMPOUTNAME);
usr.bin/patch/patch.c
394
say("Removing %s (empty after patching).\n",
usr.bin/patch/patch.c
401
say("Error writing %s\n", rejname);
usr.bin/patch/patch.c
416
say("%d out of %d hunks ignored--saving rejects to %s\n",
usr.bin/patch/patch.c
419
say("%d out of %d hunks FAILED -- saving rejects to %s\n",
usr.bin/patch/patch.c
517
say("Warning, the ``-b suffix'' option has been"
usr.bin/patch/patch.c
666
say("Empty context always matches.\n");
usr.bin/patch/patch.c
681
say("Offset changing from %ld to %ld\n",
usr.bin/patch/patch.c
689
say("Offset changing from %ld to %ld\n",
usr.bin/patch/patch.c
881
say("Out-of-sync patch, lines %ld,%ld--mangled text or line numbers, maybe?\n",
usr.bin/patch/patch.c
885
say("oldchar = '%c', newchar = '%c'\n",
usr.bin/patch/patch.c
992
say("il=%ld lfl=%ld\n", input_lines, last_frozen_line);
usr.bin/patch/pch.c
1154
say("Not enough memory to swap next hunk!\n");
usr.bin/patch/pch.c
195
say("done\n");
usr.bin/patch/pch.c
199
say("Hmm...");
usr.bin/patch/pch.c
204
say(" Ignoring the trailing garbage.\ndone\n");
usr.bin/patch/pch.c
206
say(" I can't seem to find a patch in there anywhere.\n");
usr.bin/patch/pch.c
210
say(" %sooks like %s to me...\n",
usr.bin/patch/pch.c
218
say("(Patch is indented %d space%s.)\n", p_indent,
usr.bin/patch/pch.c
223
say("No file to patch. Skipping...\n");
usr.bin/patch/pch.c
239
say("Skipping patch...\n");
usr.bin/patch/pch.c
437
say("The text leading up to this was:\n--------------------------\n");
usr.bin/patch/pch.c
442
say("|%s", buf);
usr.bin/patch/pch.c
444
say("--------------------------\n");
usr.bin/patch/pch.c
828
say("%s\n%s\n%s\n",
usr.bin/patch/util.c
157
say("Moving %s to %s.\n", orig, bakname);
usr.bin/patch/util.c
355
say("fetchname %s %d\n", at, strip_leading);
usr.bin/patch/util.c
68
say("Moving %s to stdout.\n", from);
usr.bin/patch/util.c
80
say("Can't backup %s, output is in %s: %s\n", to, from,
usr.bin/patch/util.c
86
say("Moving %s to %s.\n", from, to);
usr.bin/patch/util.c
90
say("Can't create %s, output is in %s: %s\n",
usr.bin/patch/util.h
38
void say(const char *, ...) __printflike(1, 2);