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

/freebsd-9.3-release/usr.bin/indent/
H A DMakefile4 SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
H A Dindent.h35 int lexi(void);
H A Dlexi.c38 static char sccsid[] = "@(#)lexi.c 8.1 (Berkeley) 6/6/93";
125 lexi(void) function
H A Dindent.c94 int type_code; /* the type of token, returned by lexi */
301 type_code = lexi(); /* lexi reads one token. The actual
302 * characters read are stored in "token". lexi
414 * lexi will take tokens out of
423 type_code = lexi(); /* read another token */
569 ps.last_u_d = true; /* inform lexi that a following
1119 * lexi will take tokens out of
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.lex.c885 struct wordent lexi; local
887 struct wordent *hp = &lexi;
935 * return &enthist(HIST_PURGE, &lexi, 0)->Hlex;
937 hst = enthist(HIST_PURGE, &lexi, 0, 0, -1);

Completed in 71 milliseconds