Lines Matching refs:T_OK
117 typedef enum { T_OK, T_ERR, T_DONE } TRISTATE;
2314 state = T_OK;
3392 state = (likelyop((LOG_RECORD*)fullrec) ? T_OK : T_ERR);
3401 (long)blk,(int)space,(state == T_OK));
3403 if (state == T_OK) {
3412 state = T_OK;
3427 state = (optb ? T_OK : T_ERR);
3487 state = T_OK;
3506 state = T_OK;
3538 state = (k ? T_OK : T_ERR);
3550 for (j=cnt-1; (j>=0) && (state==T_OK); j--) {
3606 while ((state == T_OK)