Home
last modified time | relevance | path

Searched refs:unget_ch (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/libcaca/libcaca-0.99.beta19/caca/
H A Dcaca_conio.c35 static int unget_ch = -1; variable
187 if(unget_ch >= 0) in caca_conio_getch()
189 int tmp = unget_ch; in caca_conio_getch()
190 unget_ch = -1; in caca_conio_getch()
501 if(unget_ch >= 0) in caca_conio_ungetch()
504 unget_ch = ch; in caca_conio_ungetch()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/mcpp/
H A Ddirective.c437 unget_ch(); in do_if()
446 unget_ch(); in do_if()
565 unget_ch(); in do_line()
589 unget_ch(); in do_line()
591 unget_ch(); in do_line()
598 unget_ch(); in do_line()
712 unget_ch(); in do_define()
939 unget_ch(); in get_parm()
980 unget_ch(); in get_repl()
1265 unget_ch(); in do_undef()
[all …]
H A Dsupport.c410 unget_ch(); in get_unexpandable()
441 unget_ch(); in get_unexpandable()
525 unget_ch(); in scan_token()
548 unget_ch(); in scan_token()
565 unget_ch(); in scan_token()
645 unget_ch(); in scan_id()
687 unget_ch(); in scan_id()
836 unget_ch(); in scan_quote()
1013 unget_ch(); in scan_number()
1414 unget_ch(); in scan_op()
[all …]
H A Dexpand.c899 unget_ch(); in close_macro_inf()
1067 unget_ch(); in prescan()
1208 unget_ch(); in catenate()
1222 unget_ch(); in catenate()
1365 unget_ch(); in remove_magics()
1516 unget_ch(); in remove_magics()
1701 unget_ch(); in stringize()
1724 unget_ch(); in stringize()
2032 unget_ch();
2220 unget_ch();
[all …]
H A Dmain.c641 unget_ch(); in mcpp_main()
792 unget_ch(); in do_pragma_op()
807 unget_ch(); in do_pragma_op()
827 unget_ch(); in put_seq()
939 unget_ch(); /* Push back the source character */ in devide_line()
H A Dsystem.c4030 unget_ch(); in is_junk()
4072 unget_ch();
4403 unget_ch();
4442 unget_ch();
4459 unget_ch();
4471 unget_ch();
4506 unget_ch();
4534 unget_ch();
4543 unget_ch();
4554 unget_ch();
[all …]
H A Dinternal.H475 extern void unget_ch( void);
H A Deval.c508 unget_ch(); in eval_lex()
737 unget_ch(); in do_sizeof()
/dports/devel/mcpp/mcpp-2.7.2/src/
H A Ddirective.c437 unget_ch(); in do_if()
446 unget_ch(); in do_if()
565 unget_ch(); in do_line()
589 unget_ch(); in do_line()
591 unget_ch(); in do_line()
598 unget_ch(); in do_line()
712 unget_ch(); in do_define()
939 unget_ch(); in get_parm()
980 unget_ch(); in get_repl()
1265 unget_ch(); in do_undef()
[all …]
H A Dsupport.c410 unget_ch(); in get_unexpandable()
441 unget_ch(); in get_unexpandable()
525 unget_ch(); in scan_token()
548 unget_ch(); in scan_token()
565 unget_ch(); in scan_token()
645 unget_ch(); in scan_id()
687 unget_ch(); in scan_id()
836 unget_ch(); in scan_quote()
1013 unget_ch(); in scan_number()
1414 unget_ch(); in scan_op()
[all …]
H A Dexpand.c898 unget_ch(); in close_macro_inf()
1066 unget_ch(); in prescan()
1207 unget_ch(); in catenate()
1221 unget_ch(); in catenate()
1364 unget_ch(); in remove_magics()
1515 unget_ch(); in remove_magics()
1700 unget_ch(); in stringize()
1723 unget_ch(); in stringize()
2032 unget_ch();
2220 unget_ch();
[all …]
H A Dmain.c644 unget_ch(); in mcpp_main()
795 unget_ch(); in do_pragma_op()
810 unget_ch(); in do_pragma_op()
830 unget_ch(); in put_seq()
942 unget_ch(); /* Push back the source character */ in devide_line()
H A Dsystem.c4003 unget_ch(); in is_junk()
4045 unget_ch();
4376 unget_ch();
4415 unget_ch();
4432 unget_ch();
4444 unget_ch();
4479 unget_ch();
4507 unget_ch();
4516 unget_ch();
4527 unget_ch();
[all …]
H A Dinternal.H475 extern void unget_ch( void);
H A Deval.c508 unget_ch(); in eval_lex()
737 unget_ch(); in do_sizeof()
/dports/games/xinfocom/xinfocom/
H A Dwio.h17 void unget_ch(char);
H A Dwio_util.c53 if(c > ' ') unget_ch(c); in more()
/dports/chinese/enscript/enscript-1.6.6/src/
H A Dutil.c1926 is->unget_ch = NULL; in is_open()
2031 if (is->unget_ch) in is_close()
2032 xfree (is->unget_ch); in is_close()
2043 ch = is->unget_ch[--is->unget_pos]; in is_getc()
2075 is->unget_ch = xrealloc (is->unget_ch, is->unget_alloc); in is_ungetc()
2078 is->unget_ch[is->unget_pos++] = ch; in is_ungetc()
H A Dgsint.h274 unsigned char *unget_ch; member
/dports/print/enscript-letterdj/enscript-1.6.6/src/
H A Dutil.c1877 is->unget_ch = NULL; in is_open()
1982 if (is->unget_ch) in is_close()
1983 xfree (is->unget_ch); in is_close()
1994 ch = is->unget_ch[--is->unget_pos]; in is_getc()
2026 is->unget_ch = xrealloc (is->unget_ch, is->unget_alloc); in is_ungetc()
2029 is->unget_ch[is->unget_pos++] = ch; in is_ungetc()
H A Dgsint.h272 unsigned char *unget_ch; member
/dports/print/enscript-a4/enscript-1.6.6/src/
H A Dutil.c1877 is->unget_ch = NULL; in is_open()
1982 if (is->unget_ch) in is_close()
1983 xfree (is->unget_ch); in is_close()
1994 ch = is->unget_ch[--is->unget_pos]; in is_getc()
2026 is->unget_ch = xrealloc (is->unget_ch, is->unget_alloc); in is_ungetc()
2029 is->unget_ch[is->unget_pos++] = ch; in is_ungetc()
H A Dgsint.h272 unsigned char *unget_ch; member
/dports/print/enscript-letter/enscript-1.6.6/src/
H A Dutil.c1877 is->unget_ch = NULL; in is_open()
1982 if (is->unget_ch) in is_close()
1983 xfree (is->unget_ch); in is_close()
1994 ch = is->unget_ch[--is->unget_pos]; in is_getc()
2026 is->unget_ch = xrealloc (is->unget_ch, is->unget_alloc); in is_ungetc()
2029 is->unget_ch[is->unget_pos++] = ch; in is_ungetc()
H A Dgsint.h272 unsigned char *unget_ch; member

12