Home | History | Annotate | Download | only in util

Lines Matching defs:ok

42    boolean ok = TRUE;
46 ok = (nr >= 1);
49 ok = (nr >= 2);
53 ok = (nr >= 2);
56 ok = (nr >= 3);
61 ok = (nr >= 3);
64 ok = (nr >= 4);
67 ok = (nr >= 4);
70 ok = 0;
74 return ok;
80 boolean ok = TRUE;
103 ok = (*nr >= values[pipe_prim][0]);
107 if (!ok)
110 return ok;