Home
last modified time | relevance | path

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

/dragonfly/usr.bin/indent/
H A DMakefile5 SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
H A Dindent.h38 int lexi(struct parser_state *);
H A Dlexi.c164 lexi(struct parser_state *state) in lexi() function
H A Dindent.c294 type_code = lexi(&ps); /* lexi reads one token. The actual in main()
474 type_code = lexi(&transient_state); /* read another token */ in main()
/dragonfly/contrib/tcsh-6/
H A Dsh.lex.c924 struct wordent lexi; in dosub() local
926 struct wordent *hp = &lexi; in dosub()
976 hst = enthist(HIST_PURGE, &lexi, 0, 0, -1); in dosub()