Home | History | Annotate | Download | only in stdio

Lines Matching refs:ok

422 			/* like CCL, but zero-length string OK, & no NOSKIP */
466 * Switch on the character; `goto ok'
492 goto ok;
499 goto ok;
501 /* digits 8 and 9 ok iff decimal or hex */
507 goto ok;
509 /* letters ok iff hex */
518 goto ok;
520 /* sign ok only as first character */
525 goto ok;
530 * x ok iff flag still set and 2nd char (or
538 goto ok;
548 ok: