Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dindent.h36 int lexi(struct parser_state *);
H A DMakefile4 SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
H A Dlexi.c165 lexi(struct parser_state *state) in lexi() function
H A Dindent.c309 type_code = lexi(&ps); /* lexi reads one token. The actual in main()
488 type_code = lexi(&transient_state); /* read another token */ in main()
/freebsd/contrib/tcsh/
H A Dsh.lex.c901 struct wordent lexi; in dosub() local
903 struct wordent *hp = &lexi; in dosub()
953 hst = enthist(HIST_PURGE, &lexi, 0, 0, -1); in dosub()