HomeSort by: relevance | last modified time | path
    Searched refs:t_eof (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
rltty.h 62 unsigned char t_eof; member in struct:_rl_tty_chars
rltty.c 149 _rl_tty_chars.t_eof = tiop->tchars.t_eofc;
356 _rl_tty_chars.t_eof = tiop->c_cc[VEOF];
  /src/external/gpl3/gdb.old/dist/readline/readline/
rltty.h 62 unsigned char t_eof; member in struct:_rl_tty_chars
rltty.c 149 _rl_tty_chars.t_eof = tiop->tchars.t_eofc;
356 _rl_tty_chars.t_eof = tiop->c_cc[VEOF];
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-elisp.c 393 t_eof /* EOF marker */ enumerator in enum:object_type
630 op->type = t_eof;
679 if (inner.type == t_eof)
757 if (inner.type == t_eof)
968 if (inner.type == t_eof)
1243 if (toplevel_object.type == t_eof)
x-scheme.c 638 t_eof /* EOF marker */ enumerator in enum:object_type
689 op->type = t_eof;
764 if (inner.type == t_eof)
1210 if (toplevel_object.type == t_eof)
x-lisp.c 889 t_eof /* EOF marker */ enumerator in enum:object_type
946 op->type = t_eof;
1047 if (inner.type == t_eof)
1307 op->type = t_eof;
1413 if (toplevel_object.type == t_eof)
x-tcl.c 422 t_eof /* EOF marker */ enumerator in enum:word_type
725 wp->type = t_eof;
815 t_bracket (only if looking_for is ']') or t_brace or t_eof. */
874 || inner.type == t_brace || inner.type == t_eof)
948 t_bracket (only if looking_for is ']') or t_brace or t_eof. */
x-sh.c 434 t_eof /* EOF marker */ enumerator in enum:word_type
756 wp->type = t_eof;
1220 || inner.type == t_eof)

Completed in 17 milliseconds