HomeSort by: relevance | last modified time | path
    Searched refs:lex (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/tools/m4/bootstrap/
Makefile 18 ${LEX} ${DIST}/tokenizer.l
19 sed -e 's/\$$''NetBSD:\([^$$]*\)\ \$$/NetBSD:\1/' < lex.yy.c > ${.TARGET}
20 rm -f lex.yy.c
  /src/tools/lex/
Makefile 3 HOSTPROGNAME= ${_TOOL_PREFIX}lex
  /src/usr.bin/mkesdb/
Makefile 10 SRCS= yacc.y lex.l \
  /src/usr.bin/mklocale/
Makefile 12 SRCS= yacc.y lex.l mklocaledb.c fix_grouping.c \
  /src/usr.bin/mkcsmapper/
Makefile 10 SRCS= yacc.y lex.l \
  /src/share/mk/
sys.mk 102 LEX?= lex
104 LEX.l?= ${LEX} ${LFLAGS}
218 # Lex
220 ${LEX.l} ${.IMPSRC}
221 ${COMPILE_LINK.c} ${EXEC_TARGET} lex.yy.c ${LDLIBS} -ll
222 rm -f lex.yy.c
224 ${LEX.l} ${.IMPSRC}
225 ${MV} lex.yy.c ${.TARGET
    [all...]
  /src/games/atc/
Makefile 8 SRCS= extern.c grammar.y graphics.c input.c lex.l list.c log.c \
  /src/lib/librumpuser/build-aux/
missing 58 bison yacc flex lex help2man
171 lex*|flex*)
  /src/sys/external/isc/libsodium/dist/build-aux/
missing 58 bison yacc flex lex help2man
171 lex*|flex*)
  /src/sys/external/isc/libsodium/dist/
missing 58 bison yacc flex lex help2man
171 lex*|flex*)
  /src/usr.bin/mail/
list.c 303 static const struct lex { struct in function:scan
320 const struct lex *lp;
Makefile 28 dotlock.c edit.c fio.c format.c getname.c head.c v7.local.c lex.c \
extern.h 184 * from lex.c
191 const struct cmd *lex(char []);
lex.c 1 /* $NetBSD: lex.c,v 1.47 2024/08/17 19:18:10 andvar Exp $ */
35 static char sccsid[] = "@(#)lex.c 8.2 (Berkeley) 4/20/95";
37 __RCSID("$NetBSD: lex.c,v 1.47 2024/08/17 19:18:10 andvar Exp $");
586 lex(char word[]) function in typeref:typename:PUBLIC const struct cmd *
665 com = lex(word);
  /src/bin/ksh/
Makefile 13 eval.c exec.c expr.c history.c io.c jobs.c lex.c mail.c \
  /src/bin/csh/
Makefile 23 func.c glob.c hist.c init.c lex.c misc.c parse.c printf.c proc.c \
extern.h 184 * lex.c
193 int lex(struct wordent *);
parse.c 64 * Perform aliasing on the word list lex
162 redid = lex(&alout);
glob.c 693 (void) lex(&fparaml);
  /src/sys/arch/atari/stand/edahdi/
edahdi.c 105 int lex(int *);
175 switch (lex(&value)) {
265 lex(int *value) function in typeref:typename:int
  /src/usr.bin/xlint/lint1/
Makefile 8 decl.c emit.c emit1.c err.c func.c init.c inittyp.c lex.c \
  /src/distrib/evbsh3/rom/ramdiskcommon/
ramdiskbin.conf 41 progs lex lock logger login logname look m4 mail man menuc mesg mkdep
  /src/usr.bin/crunch/examples/
really-big.conf 44 progs ipcs join kdump ktrace last lastcomm leave lex lock logger locate
142 special cc1 objpaths /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-parse.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-lang.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-lex.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-pragma.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-decl.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-typeck.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-convert.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-aux-info.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-iterate.o /usr/src/gnu/usr.bin/gcc2/common/obj/libcc1.a
  /src/tools/
Makefile 109 .WAIT yacc .WAIT awk .WAIT lex
  /src/usr.sbin/npf/npfctl/
npf_parse.y 95 %lex-param { int yystarttoken }

Completed in 21 milliseconds

1 2