Searched refs:lex (Results 76 - 100 of 103) sorted by relevance

12345

/freebsd-current/contrib/tcsh/
H A Dsh.decls.h233 * sh.lex.c
243 extern int lex (struct wordent *);
H A Dsh.parse.c156 redid = lex(&alout);
H A Dsh.glob.c794 (void) lex(&paraml1);
H A Dsh.lex.c2 * sh.lex.c: Lexical analysis into tokens
144 lex(struct wordent *hp) function
482 * a line would have been processed by the readc(0) in lex().) */
H A Dsh.c2071 hadhist = lex(&paraml);
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h263 /// Finished lexing verbatim block beginning command, will lex first body
271 /// Finished lexing verbatim line beginning command, will lex text (one
357 void lex(Token &T);
/freebsd-current/contrib/bc/include/
H A Dvm.h58 #include <lex.h>
666 /// The function to call to get the next lex token.
/freebsd-current/kerberos5/lib/libhx509/
H A DMakefile188 sel-lex.l \
/freebsd-current/bin/csh/
H A DMakefile32 sh.lex.c sh.misc.c sh.parse.c sh.print.c sh.proc.c sh.sem.c \
/freebsd-current/crypto/heimdal/lib/com_err/
H A DMakefile.in47 $(top_srcdir)/cf/Makefile.am.common ChangeLog lex.c parse.c \
140 lex.$(OBJEXT)
421 compile_et_SOURCES = compile_et.c compile_et.h parse.y lex.l lex.h
564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Po@am__quote@
772 -rm -f lex.c
/freebsd-current/crypto/heimdal/lib/asn1/
H A DMakefile.in48 asn1parse.h lex.c
166 lex.$(OBJEXT) main.$(OBJEXT) symbol.$(OBJEXT)
534 lex.l \
535 lex.h \
843 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Po@am__quote@
1138 -rm -f lex.c
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1769 void lex();
2764 lex(); // skip register name
2783 lex(); // skip register name
3011 lex();
3025 lex();
3182 lex();
6149 lex();
6340 lex();
7119 lex(); // skip register name
7220 lex(); // ski
[all...]
/freebsd-current/contrib/file/magic/
H A DMakefile.am164 $(MAGIC_FRAGMENT_DIR)/lex \
H A DMakefile.in441 $(MAGIC_FRAGMENT_DIR)/lex \
/freebsd-current/targets/pseudo/userland/
H A DMakefile.depend238 usr.bin/lex \
244 usr.bin/lex/lib \
/freebsd-current/share/mk/
H A Dsys.mk218 LEX ?= lex
H A Dsrc.libnames.mk786 LIBLNDIR= ${_LIB_OBJTOP}/usr.bin/lex/lib
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc596 // [alg.lex.comparison], lexicographical comparison
/freebsd-current/
H A DMakefile.inc12457 # Note: lex needs m4 to build but m4 also depends on lex (which needs m4 to
2461 # the flags that are passed by lex.
2462 # For lex we also use the pre-gerated files since we would otherwise need to
2463 # build awk and sed first (which need lex to build)
2464 # TODO: add a _bootstrap_lex and then build the real lex afterwards
2465 _lex= usr.bin/lex
2467 ${_bt}-tools/build/bootstrap-m4: ${_bt}-usr.bin/lex ${_bt}-lib/libopenbsd ${_bt}-usr.bin/yacc
2468 ${_bt}-usr.bin/m4: ${_bt}-lib/libopenbsd ${_bt}-usr.bin/yacc ${_bt}-usr.bin/lex ${_bt}-tools/build/bootstrap-m4
2470 _bt_lex_depend=${_bt}-usr.bin/lex
[all...]
/freebsd-current/contrib/bc/
H A DMakefile.in51 HEADERS = $(INCDIR)/args.h $(INCDIR)/file.h $(INCDIR)/lang.h $(INCDIR)/lex.h $(INCDIR)/num.h $(INCDIR)/opt.h $(INCDIR)/parse.h $(INCDIR)/program.h $(INCDIR)/read.h $(INCDIR)/status.h $(INCDIR)/vector.h $(INCDIR)/vm.h
/freebsd-current/contrib/libpcap/
H A DMakefile.in170 lex.yy.c pcap-config libpcap.pc
H A Dconfigure9669 # Look for {f}lex.
9671 for ac_prog in flex lex
9746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
9747 $as_echo_n "checking lex output file root... " >&6; }
9752 if test -f lex.yy.c; then
9753 ac_cv_prog_lex_root=lex.yy
9765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
9766 $as_echo_n "checking lex library... " >&6; }
9800 # POSIX says lex can declare yytext either as a pointer or an array; the
9831 as_fn_error $? "Neither flex nor lex wa
[all...]
/freebsd-current/contrib/bc/src/
H A Ddata.c40 #include <lex.h>
1141 /// A list of instructions that correspond to lex tokens. If an entry is
1142 /// @a BC_INST_INVALID, that lex token needs extra parsing in the dc parser.
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp79 ArrayRef<FormatToken *> FormatTokenLexer::lex() { function in class:clang::format::FormatTokenLexer
620 // 'Manually' lex ahead in the current file buffer.
868 // 'Manually' lex ahead in the current file buffer.
/freebsd-current/contrib/openbsm/
H A Dconfigure3432 for ac_prog in flex lex
3507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
3508 $as_echo_n "checking lex output file root... " >&6; }
3513 if test -f lex.yy.c; then
3514 ac_cv_prog_lex_root=lex.yy
3526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
3527 $as_echo_n "checking lex library... " >&6; }
3561 # POSIX says lex can declare yytext either as a pointer or an array; the

Completed in 444 milliseconds

12345