Home
last modified time | relevance | path

Searched refs:lexi (Results 1 – 5 of 5) sorted by relevance

/trueos/usr.bin/indent/
HDMakefile5 SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
HDindent.h35 int lexi(void);
HDlexi.c125 lexi(void) in lexi() function
HDindent.c301 type_code = lexi(); /* lexi reads one token. The actual in main()
423 type_code = lexi(); /* read another token */ in main()
/trueos/contrib/tcsh/
HDsh.lex.c885 struct wordent lexi; in dosub() local
887 struct wordent *hp = &lexi; in dosub()
937 hst = enthist(HIST_PURGE, &lexi, 0, 0, -1); in dosub()