Searched refs:source_unput (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/tnf/prex/ | ||
H A D | source.h | 42 void source_unput(int c); |
H A D | prexlex.l | 53 #define unput(c) source_unput(c) |
H A D | source.c | 211 source_unput(int c) in source_unput() function |