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

/freebsd-current/usr.bin/indent/
H A Dindent.h36 int lexi(struct parser_state *);
H A DMakefile5 SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
H A Dlexi.c165 lexi(struct parser_state *state) function
H A Dindent.c108 int type_code; /* the type of token, returned by lexi */
309 type_code = lexi(&ps); /* lexi reads one token. The actual
310 * characters read are stored in "token". lexi
444 * lexi will take tokens out of
458 * The only intended purpose of calling lexi() below is to
461 * is over, lexi() will be called again elsewhere on all of
464 * Calling it for this purpose is a bug, because lexi() also
468 * Work around the former problem by giving lexi() a copy of
473 * characters into the buffer so that the later lexi() cal
[all...]
/freebsd-current/contrib/tcsh/
H A Dsh.lex.c901 struct wordent lexi; local
903 struct wordent *hp = &lexi;
951 * return &enthist(HIST_PURGE, &lexi, 0)->Hlex;
953 hst = enthist(HIST_PURGE, &lexi, 0, 0, -1);

Completed in 183 milliseconds