Searched refs:twmUnput (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dparse.h55 void twmUnput(int c);
H A Dparse.c84 * twmUnput(), and unless it's non-zero, neither is otherwise touched.
85 * So this is purely a twmUnput()-related var, and with flex, never used
504 void twmUnput(int c) function in typeref:typename:void
/xsrc/external/mit/twm/dist/src/
H A Dlex.l153 #define unput(c) twmUnput(c)
H A Dparse.h93 extern void twmUnput(int c);
H A Dparse.c283 twmUnput(int c) function in typeref:typename:void
/xsrc/external/mit/ctwm/dist/gen/
H A Dlex.c1899 #define unput(c) twmUnput(c)

Completed in 21 milliseconds