Lines Matching refs:IO
18017 var self = $klass($base, $super, 'IO');
18403 $const_set('::', 'STDIN', ($gvars.stdin = $$$('IO').$new(0, "r")));
18404 $const_set('::', 'STDOUT', ($gvars.stdout = $$$('IO').$new(1, "w")));
18405 $const_set('::', 'STDERR', ($gvars.stderr = $$$('IO').$new(2, "w")));
22706 })('::', $$$('IO'), $nesting)
23675 })('::', $$$('IO'), $nesting)
24020 })($nesting[0], $$('IO'), $nesting);
24170 var self = $klass($base, $super, 'IO');
25495 if (whence == null) whence = $$$($$('IO'), 'SEEK_SET');
25497 if ($eqeqeq($$$($$('IO'), 'SEEK_SET'), ($ret_or_1 = whence))) {
25502 } else if ($eqeqeq($$$($$('IO'), 'SEEK_CUR'), $ret_or_1)) {
25508 } else if ($eqeqeq($$$($$('IO'), 'SEEK_END'), $ret_or_1)) {
25571 })($nesting[0], $$('IO'), $nesting)