Home
last modified time | relevance | path

Searched refs:UNI_EOF (Results 1 – 3 of 3) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DQuad_FIO.cc387 if (b0 == EOF) return UNI_EOF; in fget_utf8()
398 else return UNI_EOF; in fget_utf8()
404 if (subc == EOF) return UNI_EOF; in fget_utf8()
457 if (ret != UNI_EOF) ++out_len; in get_next()
591 if (lookahead == UNI_EOF) goto out; in do_scanf()
603 if (lookahead == UNI_EOF) goto out; in do_scanf()
615 if (lookahead == UNI_EOF) goto out; in do_scanf()
670 if (lookahead == UNI_EOF) goto out; in do_scanf()
682 if (lookahead == UNI_EOF) goto out; in do_scanf()
693 if (lookahead == UNI_EOF) goto out; in do_scanf()
[all …]
H A DUnicode.hh42 UNI_EOF = -1, enumerator
H A DLineInput.cc874 case UNI_EOF: // end of file in edit_line()
988 if (b0 == EOF) return UNI_EOF; in get_uni()
1030 if (bs == EOF) return UNI_EOF; in get_uni()