Home
last modified time | relevance | path

Searched refs:tried (Results 1 – 25 of 26) sorted by relevance

12

/original-bsd/usr.bin/tip/
H A Dacu.c41 int tried = 0; in connect() local
87 tried++; in connect()
125 tried++; in connect()
129 if (!tried) in connect()
133 return (tried ? "call failed" : "missing phone number"); in connect()
/original-bsd/sys/miscfs/kernfs/
H A Dkernfs_vfsops.c42 static int tried = 0; in kernfs_get_rrootdev() local
45 if (tried) { in kernfs_get_rrootdev()
49 tried = 1; in kernfs_get_rrootdev()
/original-bsd/games/rogue/
H A Dmonster.c269 boolean tried[6]; local
342 for (i = 0; i <= 5; i++) tried[i] = 0;
348 if (!tried[n] && mtry(monster, row, monster->col-1)) {
353 if (!tried[n] && mtry(monster, row, monster->col)) {
358 if (!tried[n] && mtry(monster, row, monster->col+1)) {
363 if (!tried[n] && mtry(monster, monster->row-1, col)) {
368 if (!tried[n] && mtry(monster, monster->row, col)) {
373 if (!tried[n] && mtry(monster, monster->row+1, col)) {
378 if (!tried[n]) {
379 tried[n] = 1;
/original-bsd/lib/libedit/
H A Dread.c228 int tried = 0; local
262 if (!tried && read__fixio(el->el_infd, errno) == 0)
263 tried = 1;
/original-bsd/usr.sbin/amd/amd/
H A Dafs_ops.c520 int tried; /* Have we tried any yet? */ member
841 if (cp->tried) {
898 cp->tried = TRUE;
1056 cp->tried = FALSE;
1504 cp->tried = FALSE;
/original-bsd/games/boggle/
H A DREADME31 - I've tried to make bog.c (the program logic) independent of the I/O.
/original-bsd/games/hack/
H A DOriginal_READ_ME32 I have tried to fit all the procedures having to do with a certain segment
H A Drumors139 Ever tried digging through a Vault Guard?
140 Ever tried enchanting a rope?
141 Ever tried to catch a flying boomerang?
142 Ever tried to put a Troll into a large box?
/original-bsd/share/zoneinfo/datfiles/
H A Deurope63 # I was not able to track down the Admiralty formula (I tried hard but failed)
193 # After a request from chongo at amdahl I tried to retrieve all information
/original-bsd/games/phantasia/
H A DREADME37 I have tried to make this as non-machine/system specific as possible.
/original-bsd/contrib/emacs-18.57/src/
H A Dfileio.c1986 int tried = 0; variable
2009 tried++;
2035 if (tried)
/original-bsd/local/toolchest/ksh/
H A DRELEASE194 a pipeline. Previously interactive shells tried to buffer
/original-bsd/old/pcc/ccom.vax/
H A DLOG158 The compiler tried to read "splat" into m[] and died horribly. [mip:
165 If a program tried to access a value below the argument list on the
/original-bsd/usr.sbin/sendmail/src/
H A DREAD_ME558 single job). I haven't tried resolv+, as we use DNS exclusively.
826 so I tried out the one in -lmalloc (malloc(3X)). With that it seems
/original-bsd/sys/netiso/
H A Dtp.trans49 * I tried to put everything that causes a change of state in here, hence
/original-bsd/games/fortune/datfiles/
H A Dlimerick2588 He tried hard to ride her
2870 When he tried to get screwed
3117 One young fellow tried,
3711 So they tried it all night,
4319 When tried for exposure
4372 Who tried to write "cunt" on a shutter.
4646 Who tried to fart "God Save the Queen".
H A Dfortunes2-o7 ranging in age from 60 to 75 years. We tried to assemble a panel in the
5867 She was a virgin tried and true
7127 men who have tried Camels have gone back to women?
7601 but when I tried it I kept falling off.
8877 then kitty cat goes, even if he tried, take what you will,
9895 He tried to make love to a puma.
9901 He tried to make love to a puma.
10047 He tried cunnilingus
12486 That no matter how he tried,
14899 Judge what tried let the man go free.
[all …]
H A Dfortunes-o.real311 Christianity has not been tried and found wanting; it has been found
312 difficult and not tried.
1721 really don't know that much about it. I tried it once but it didn't do
H A Dfortunes2268 Has your family tried 'em?
11680 Better tried by twelve than carried by six.
11726 I have only proved it correct, not tried it.
12715 others who have tried it.
12936 difficult and not tried.
14351 forms that have been tried from time to time.
34482 Once you've tried to change the world you find
41465 For if t'were tried they might e'en work
50932 We've tried each spinning space mote
51714 like to take the one I've never tried before.
[all …]
H A Dfortunes1560 tried taking candy from a baby.
2051 tried it."
2564 others who have tried it.
3648 Ever since prehistoric times, wise men have tried to understand what,
5051 Has your family tried 'em?
6123 I tried to turn the handle, But ...
7335 to you, you would only be tried for receiving, a crime punishable by
12134 people who don't understand, who have not gotten in there and tried
13150 Scientists working for the Department of Energy have tried to form oil
15431 see it tried on him personally.
/original-bsd/local/sccscmds/sccscmds.2/
H A Dsccs.hf419 You tried to unlock release X which wasn't locked.
/original-bsd/local/sccscmds/sccscmds.ok/
H A Dsccs.hf419 You tried to unlock release X which wasn't locked.
/original-bsd/usr.sbin/sendmail/cf/
H A DREADME1015 If that is not found, the alias "root+*" will be tried,
/original-bsd/usr.bin/ex/
H A DREAD_ME1100 improved. If the file can't be found as is, it is tried in the
/original-bsd/usr.sbin/sendmail/
H A DRELEASE_NOTES301 is fifteen minutes, jobs won't be tried more often than
1621 Fix core dump on SMTP mail to programs that failed -- it tried
2859 In particular, this was a problem if you tried to

12