Home
last modified time | relevance | path

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

/dports/lang/slisp/slisp-1.2/src/
H A Dlexer.c44 #define xungetc(c) *lex_bufp++ = c macro
108 xungetc(c); in gettoken()
112 xungetc(c); in gettoken()
128 xungetc(c); in gettoken()
153 xungetc(c); in gettoken()
/dports/cad/electric/electric-7.00/src/pla/
H A Dplanopt.c218 xungetc((CHAR)c, pla_fin); in pla_GetKeyWord()
302 xungetc('t', pla_fin); xungetc('e', pla_fin); in pla_Recover()
303 xungetc('s', pla_fin); in pla_Recover()
308 xungetc('n', pla_fin); xungetc('i', pla_fin); in pla_Recover()
309 xungetc('g', pla_fin); in pla_Recover()
310 xungetc('e', pla_fin); xungetc('b', pla_fin); in pla_Recover()
409 xungetc((CHAR)c, pla_fin); in pla_SkipChars()
/dports/devel/p5-IO-Event/IO-Event-0.813/t/
H A Dgetline.tt389 $p->xungetc($c);
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/alisp/
H A Dalisp.c508 static inline void xungetc(struct alisp_instance *instance, int c) in xungetc() function
578 xungetc(instance, c); in gettoken()
582 xungetc(instance, c); in gettoken()
604 xungetc(instance, c); in gettoken()
620 xungetc(instance, c); in gettoken()
648 xungetc(instance, c); in gettoken()
/dports/devel/p5-IO-Event/IO-Event-0.813/lib/IO/
H A DEvent.pm1036 *xungetc = \&ungets;
H A DEvent.pod395 =item ->ungetline(), ->xungetc(), ->ungets()
/dports/devel/p5-IO-Event/IO-Event-0.813/
H A DREADME324 ->ungetline(), ->xungetc(), ->ungets()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2359 void xungetc(CHAR chr, FILE *stream);
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c4290 void xungetc(CHAR c, FILE *f) in xungetc() function