Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/eversholt/esc/common/
H A Descmain.c102 int lexecho = 0; in main() local
186 lexecho++; in main()
207 lex_init(av, Cppargs, lexecho); in main()
/titanic_50/usr/src/cmd/fm/eversholt/common/
H A Desclex.h54 void lex_init(char **av, const char *cppargs, int lexecho);
H A Desclex.c212 lex_init(char **av, const char *cppargs, int lexecho) in lex_init() argument
219 Lexecho = lexecho; in lex_init()