Home
last modified time | relevance | path

Searched refs:lungetc (Results 1 – 17 of 17) sorted by relevance

/dports/net/gmid/gmid-1.7.5/
H A Dparse.y62 void lungetc(int);
159 lungetc('\n');
536 lungetc(int c) in lungetc() function
599 lungetc(c); in yylex()
624 lungetc(c); in yylex()
633 lungetc(DONE_EXPAND); in yylex()
635 lungetc(*p); in yylex()
662 lungetc(next); in yylex()
693 lungetc(c); in yylex()
711 lungetc(*--p); in yylex()
[all …]
/dports/mail/mailest/mailest-mailest-0.9.24/
H A Dparse.y82 void lungetc(int);
135 lungetc('\n');
396 lungetc(int c) in lungetc() function
460 lungetc(c); in yylex()
469 lungetc(DONE_EXPAND); in yylex()
471 lungetc(*p); in yylex()
474 lungetc(START_EXPAND); in yylex()
497 lungetc(next); in yylex()
528 lungetc(c); in yylex()
546 lungetc(*--p); in yylex()
[all …]
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/smtpscript/
H A Dparse.y66 int lungetc(int);
140 lungetc('\n');
473 lungetc(int c) in lungetc() function
540 lungetc(c); in yylex()
572 lungetc(next); in yylex()
600 lungetc(c); in yylex()
618 lungetc(*--p); in yylex()
628 lungetc(c); in yylex()
646 lungetc(c); in yylex()
/dports/x11-wm/cwm/cwm-6.7/
H A Dparse.y58 int lungetc(int);
420 lungetc(int c) in lungetc() function
495 lungetc(next); in yylex()
524 lungetc(c); in yylex()
542 lungetc(*--p); in yylex()
563 lungetc(c); in yylex()
/dports/net/ifstated/ifstated-5.1/
H A Dparse.y64 int lungetc(int);
464 lungetc(int c) in lungetc() function
533 lungetc(c); in yylex()
565 lungetc(next); in yylex()
593 lungetc(c); in yylex()
611 lungetc(*--p); in yylex()
632 lungetc(c); in yylex()
/dports/net/openntpd/openntpd-6.8p1/src/
H A Dparse.y57 int lungetc(int);
622 lungetc(int c) in lungetc() function
697 lungetc(next); in yylex()
728 lungetc(c); in yylex()
746 lungetc(*--p); in yylex()
767 lungetc(c); in yylex()
H A Dparse.c47 int lungetc(int);
430 lungetc(int c) in lungetc() function
505 lungetc(next); in yylex()
536 lungetc(c); in yylex()
554 lungetc(*--p); in yylex()
575 lungetc(c); in yylex()
/dports/mail/milter-regex/milter-regex-2.7/
H A Dparse.y336 lungetc(int c, FILE *fin) in lungetc() function
388 lungetc(c, fin); in yylex()
425 lungetc(c, fin); in yylex()
/dports/sysutils/graffer/graffer-1.1/
H A Dparse.y377 lungetc(int c, FILE *fin) in lungetc() function
489 lungetc(c, fin); in yylex()
509 lungetc(c, fin); in yylex()
/dports/www/obhttpd/httpd-7.0.20211221/src/usr.sbin/httpd/
H A Dparse.y87 void lungetc(int);
181 lungetc('\n');
1576 lungetc(int c) in lungetc() function
1640 lungetc(c); in yylex()
1649 lungetc(DONE_EXPAND); in yylex()
1651 lungetc((unsigned char)*p); in yylex()
1654 lungetc(START_EXPAND); in yylex()
1678 lungetc(next); in yylex()
1709 lungetc(c); in yylex()
1727 lungetc((unsigned char)*--p); in yylex()
[all …]
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/usr.sbin/smtpd/
H A Dparse.y87 void lungetc(int);
247 lungetc('\n');
2809 lungetc(int c) in lungetc() function
2873 lungetc(c); in yylex()
2882 lungetc(DONE_EXPAND); in yylex()
2884 lungetc(*p); in yylex()
2911 lungetc(next); in yylex()
2942 lungetc(c); in yylex()
2960 lungetc(*--p); in yylex()
2970 lungetc(c); in yylex()
[all …]
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dparse.y75 void lungetc(int);
409 lungetc('\n');
3081 lungetc(int c) in lungetc() function
3145 lungetc(c); in yylex()
3156 lungetc(*p); in yylex()
3205 lungetc(next); in yylex()
3211 lungetc(next); in yylex()
3219 lungetc(next); in yylex()
3234 lungetc(c); in yylex()
3252 lungetc(*--p); in yylex()
[all …]
H A Dparse.c120 void lungetc(int);
2255 lungetc('\n'); in yyparse()
6203 lungetc(int c) in lungetc() function
6267 lungetc(c); in yylex()
6278 lungetc(*p); in yylex()
6327 lungetc(next); in yylex()
6333 lungetc(next); in yylex()
6341 lungetc(next); in yylex()
6356 lungetc(c); in yylex()
6374 lungetc(*--p); in yylex()
[all …]
/dports/net-mgmt/flowd/flowd-0.9.1/
H A Dparse.y57 int lungetc(int);
1018 lungetc(int c) in lungetc() function
1085 lungetc(c); in yylex()
1139 lungetc(c); in yylex()
/dports/lang/guile1/guile-1.8.8/libguile/
H A DChangeLog-scm1252 * repl.c (lungetc): no longer calls ungetc. Fixed problem that
1628 * repl.c (peek_char lungetc): added workaround for TURBOC 1.0
/dports/lang/guile/guile-3.0.7/libguile/
H A DChangeLog-scm1252 * repl.c (lungetc): no longer calls ungetc. Fixed problem that
1628 * repl.c (peek_char lungetc): added workaround for TURBOC 1.0
/dports/lang/guile2/guile-2.2.7/libguile/
H A DChangeLog-scm1252 * repl.c (lungetc): no longer calls ungetc. Fixed problem that
1628 * repl.c (peek_char lungetc): added workaround for TURBOC 1.0