Home
last modified time | relevance | path

Searched refs:ok (Results 1 – 25 of 97) sorted by relevance

1234

/original-bsd/usr.bin/uucp/libacu/
H A Dva212.c20 int i, ok, er = 0, delay; local
69 if (ok != 0)
75 if (ok == 0)
78 if (ok != 0)
85 if (ok == 0)
88 if (ok != 0)
94 if (ok == 0) {
98 if (ok == 0)
102 if (ok == 0)
106 if (ok == 0) {
[all …]
H A Dvad.c27 int i, ok, er = 0, delay; local
80 ok = expect("*~5", dh);
82 if (ok != 0)
89 if (ok != 0)
97 ok = expect(telno, dh);
98 if (ok == 0)
99 ok = expect("\r\n", dh);
101 if (ok != 0)
108 if (ok == 0)
112 if (ok == 0) {
[all …]
H A Dsy.c30 int dh, ok = 0, speed; local
80 ok = expect("#", dh);
82 if(ok != 0){
92 ok = expect("#", dh);
93 if(ok){
101 ok = expect("#", dh);
116 ok = expect("#", dh);
118 if (ok == 0) {
128 if (ok != 0) {
152 if(ok != 0){
[all …]
H A Dcds224.c28 int i, ok, er = 0, delay; local
66 ok = expect("CDS >", dh);
67 DEBUG(4, "got %s\n", ok ? "?" : "that");
68 if (ok != 0)
73 ok = expect("CDS >", dh);
75 if (ok != 0)
83 ok = expect("DIALING ", dh);
85 if (ok == 0)
89 if (ok == 0) {
92 ok = expect("INITIATING", dh);
[all …]
H A Dpen.c22 int i, ok = -1; local
70 ok = expect(">", dh);
71 DEBUG(4, "got %s\n", ok ? "?" : "that");
72 if (ok != 0)
76 ok = expect("NO.: ", dh);
77 DEBUG(4, "got %s\n", ok ? "?" : "that");
78 if (ok == 0)
82 if (ok == 0) {
86 ok = expect("OK", dh);
87 DEBUG(4, "got %s\n", ok ? "?" : "that");
[all …]
H A Dvent.c19 int i, ok = -1; local
67 ok = expect("$", dh);
68 DEBUG(4, "got %s\n", ok ? "?" : "that");
69 if (ok != 0)
73 ok = expect("DIAL: ", dh);
74 DEBUG(4, "got %s\n", ok ? "?" : "that");
75 if (ok == 0)
79 if (ok == 0) {
83 ok = expect("ONLINE!", dh);
84 DEBUG(4, "got %s\n", ok ? "?" : "that");
[all …]
H A Dmic.c26 int dh, ok = 0, speed; local
82 ok = expect("SELECTION", dh);
83 DEBUG(4, "got %s\n", ok ? "?" : "that");
84 if (ok == 0) {
89 ok = expect("GO", dh);
90 DEBUG(4, "got %s\n", ok ? "?" : "that");
93 if (ok != 0) {
/original-bsd/local/toolchest/ksh/shlib/
H A Dgmatch.c65 char ok = 0; local
76 return(ok?gmatch(s,p):0);
90 ok++;
97 ok++;
105 ok++;
111 ok++;
120 ok++;
127 ok++;
/original-bsd/lib/libtelnet/
H A Dread_password.c51 int ok = 0; local
77 while (!ok) {
99 ok = 1;
103 if (!ok)
109 ok = 0;
117 return !ok; /* return nonzero if not okay */
/original-bsd/games/trek/
H A Ddock.c32 int ok; in dock() local
38 ok = 0; in dock()
39 for (i = Ship.sectx - 1; i <= Ship.sectx + 1 && !ok; i++) in dock()
49 ok++; in dock()
54 if (!ok) in dock()
/original-bsd/lib/libc/vax/sys/
H A Dbrk.s19 jbr ok
23 bgeq ok
25 ok: label
/original-bsd/lib/libc/gen/
H A Dfnmatch.c114 int negate, ok; local
127 for (ok = 0; (c = *pattern++) != ']';) {
140 ok = 1;
142 ok = 1;
144 return (ok == negate ? NULL : pattern);
/original-bsd/lib/libc/i386/sys/
H A Dbrk.s22 jmp ok
27 jl ok
30 ok: label
/original-bsd/local/local.cmd/
H A DCorrect.sh33 RESP=ok ;;
56 RESP=ok
61 RESP=ok
/original-bsd/lib/libc/net/
H A Dns_ntoa.c58 int ok = 0; local
67 ok = 1;
72 if (nonzero && !ok) { *p++ = 'H'; *p = 0; }
/original-bsd/lib/libc/tahoe/sys/
H A Dbrk.s21 bgeq ok
23 ok: label
/original-bsd/lib/libc/hp300/sys/
H A Dbrk.s25 jle ok
27 ok: label
/original-bsd/usr.bin/rdist/
H A Dexpand.c411 int ok, lc; local
425 ok = 0;
429 if (ok)
435 ok++;
438 ok++;
500 int ok, lc; local
508 ok = 0;
512 if (ok)
518 ok++;
521 ok++;
/original-bsd/old/sh/
H A Dexpand.c132 {BOOL ok; INT lc; local
133 ok=0; lc=077777;
136 THEN return(ok?gmatch(s,p):0);
138 THEN IF lc<=scc ANDF scc<=(*p++) THEN ok++ FI
139 ELSE IF scc==(lc=(c&STRIP)) THEN ok++ FI
/original-bsd/lib/libc/hp300/gen/
H A D_setjmp.s48 jne ok /* non-zero ok */
50 ok: label
H A Dsetjmp.s57 jne ok /* non-zero ok */
59 ok: label
/original-bsd/games/hack/
H A Dhack.bones.c76 register fd,x,y,ok; in getbones() local
81 if((ok = uptodate(fd)) != 0){ in getbones()
94 return(ok); in getbones()
/original-bsd/usr.bin/tip/aculib/
H A Dv3451.c24 int ok; local
84 ok = expect("ON LINE");
86 if (!ok) {
/original-bsd/sys/nfs/
H A Dnfs_nqlease.c199 ok = 1;
202 ok = 0;
213 ok = 0;
218 if (!ok) {
521 ok = 0;
539 int len, ok; local
548 ok = 1;
563 ok = 0;
624 ok = 1; in nqnfs_serverd()
764 ok = 1;
[all …]
/original-bsd/usr.bin/make/lst.lib/
H A DlstAppend.c49 goto ok;
55 ok:

1234