Home
last modified time | relevance | path

Searched refs:t_eof (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-librep.c473 t_eof /* EOF marker */ enumerator
602 op->type = t_eof; in read_object()
653 if (inner.type == t_eof) in read_object()
724 if (inner.type == t_eof) in read_object()
899 op->type = t_eof; in read_object()
991 op->type = t_eof; in read_object()
1121 if (toplevel_object.type == t_eof) in extract_librep()
H A Dx-elisp.c393 t_eof /* EOF marker */ enumerator
630 op->type = t_eof; in read_object()
679 if (inner.type == t_eof) in read_object()
757 if (inner.type == t_eof) in read_object()
968 if (inner.type == t_eof) in read_object()
1243 if (toplevel_object.type == t_eof) in extract_elisp()
H A Dx-lisp.c889 t_eof /* EOF marker */ enumerator
946 op->type = t_eof; in read_object()
1047 if (inner.type == t_eof) in read_object()
1307 op->type = t_eof; in read_object()
1413 if (toplevel_object.type == t_eof) in extract_lisp()
H A Dx-scheme.c638 t_eof /* EOF marker */ enumerator
689 op->type = t_eof; in read_object()
764 if (inner.type == t_eof) in read_object()
1210 if (toplevel_object.type == t_eof) in extract_scheme()
H A Dx-tcl.c422 t_eof /* EOF marker */ enumerator
725 wp->type = t_eof; in read_word()
874 || inner.type == t_brace || inner.type == t_eof) in read_command()
H A Dx-sh.c434 t_eof /* EOF marker */ enumerator
756 wp->type = t_eof; in read_word()
1220 || inner.type == t_eof) in read_command()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Drltty.h62 unsigned char t_eof; member
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drltty.h62 unsigned char t_eof; member
H A Drltty.c150 _rl_tty_chars.t_eof = tiop->tchars.t_eofc; in save_tty_chars()
357 _rl_tty_chars.t_eof = tiop->c_cc[VEOF]; in save_tty_chars()