Home
last modified time | relevance | path

Searched refs:source_unput (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/tnf/prex/
H A Dsource.h42 void source_unput(int c);
H A Dprexlex.l53 #define unput(c) source_unput(c)
H A Dsource.c211 source_unput(int c) in source_unput() function