Searched refs:lex (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/src/bin/bash/support/
H A Dmissing44 flex create \`lex.yy.c', if possible, from existing .c
45 lex create \`lex.yy.c', if possible, from existing .c
136 lex|flex)
142 rm -f lex.yy.c
149 cp "$SRCFILE" lex.yy.c
154 if [ ! -f lex.yy.c ]; then
155 echo 'main() { return 0; }' >lex.yy.c
/haiku-fatelf/src/bin/gdb/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
H A Dconfigure2879 for ac_prog in flex lex
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dmissing85 flex create \`lex.yy.c', if possible, from existing .c
87 lex create \`lex.yy.c', if possible, from existing .c
113 lex|yacc)
243 lex|flex)
249 rm -f lex.yy.c
256 cp "$SRCFILE" lex.yy.c
261 if test ! -f lex.yy.c; then
262 echo 'main() { return 0; }' >lex.yy.c
H A Dylwrap2 # ylwrap - wrapper for lex/yacc invocations.
48 Wrapper for lex/yacc invocations, renaming files as desired.
169 # We want to use the real output file name, not yy.lex.c for
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
121 lex*|yacc*)
251 lex*|flex*)
257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c
H A Dylwrap2 # ylwrap - wrapper for lex/yacc invocations.
46 Wrapper for lex/yacc invocations, renaming files as desired.
167 # We want to use the real output file name, not yy.lex.c for
/haiku-fatelf/src/bin/diffutils/config/
H A Dmissing72 flex create \`lex.yy.c', if possible, from existing .c
74 lex create \`lex.yy.c', if possible, from existing .c
216 lex|flex)
222 rm -f lex.yy.c
229 cp "$SRCFILE" lex.yy.c
234 if [ ! -f lex.yy.c ]; then
235 echo 'main() { return 0; }' >lex.yy.c
/haiku-fatelf/src/bin/gawk/
H A Dmissing72 flex create \`lex.yy.c', if possible, from existing .c
74 lex create \`lex.yy.c', if possible, from existing .c
216 lex|flex)
222 rm -f lex.yy.c
229 cp "$SRCFILE" lex.yy.c
234 if [ ! -f lex.yy.c ]; then
235 echo 'main() { return 0; }' >lex.yy.c
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dbun.c785 RkLex lex; local
791 lex.ylen = cw->nw_ylen - lw->nw_ylen;
792 lex.klen = cw->nw_klen - lw->nw_klen;
793 lex.rownum = cw->nw_rowcol;
795 lex.colnum = cw->nw_rowcol;
797 lex.dicnum = cw->nw_class;
798 ind = (*proc) (dst, ind, maxdst, y, _RkGetKanji(cw, y, mode), &lex, cx);
820 addYomi(WCHAR_T *dst, int ind, int max, WCHAR_T *yomi, WCHAR_T *kanji, RkLex *lex) argument
824 ylen = lex->ylen;
845 RkLex lex; local
901 addKanji(WCHAR_T *dst, int ind, int max, WCHAR_T *yomi, WCHAR_T *kanji, RkLex *lex, struct RkContext *cx) argument
1006 addLex(RkLex *dst, int ind, int max, WCHAR_T *yomi, WCHAR_T *kanji, RkLex *lex, struct RkContext *cx) argument
1084 addHinshi(WCHAR_T *dst, int ind, int max, WCHAR_T *yomi, WCHAR_T *kanji, RkLex *lex, struct RkContext *cx) argument
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dhenkan.c1915 RkLex lex[2][RENGOBUFSIZE];
1926 nword[0] = RkwGetLex(hc->context, lex[0], RENGOBUFSIZE);
1938 nword[previous] = RkwGetLex(hc->context, lex[previous], RENGOBUFSIZE);
1943 nword[current] = RkwGetLex(hc->context, lex[current], RENGOBUFSIZE);
1945 if (((lex[previous][0].ylen <= 3 && lex[previous][0].klen == 1) ||
1946 (lex[current][0].ylen <= 3 && lex[current][0].klen == 1)) &&
1947 (lex[current][0].rownum < R_K5 ||
1948 R_NZX < lex[curren
[all...]
H A Duldelete.c397 RkLex lex[5]; local
473 if (RkwGetLex(workContext, lex, 5) <= 0) {
486 sprintf((char *)tmpbuf, "#%d#%d", lex[0].rownum, lex[0].colnum);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A DMakefile61 # used by the generated parser. This allows programs to use lex/yacc
98 CLEANFILES = $(OBJ) libpcap.a $(GENSRC) $(GENHDR) lex.yy.c
H A Dconfigure6479 V_LEX=lex
6520 test -n "$V_LEX" || V_LEX="lex"
6543 V_LEX=lex
6594 if test "$V_LEX" != lex -a "$V_YACC" = yacc -o "$V_LEX" = lex -a "$V_YACC" != yacc ; then
6595 { echo "$as_me:$LINENO: WARNING: don't have both flex and bison; reverting to lex/yacc" >&5
6596 echo "$as_me: WARNING: don't have both flex and bison; reverting to lex/yacc" >&2;}
6597 V_LEX=lex
6604 if test "$V_LEX" = lex ; then
6605 # Some versions of lex ca
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetdate.y279 %lex-param { parser_control *pc }
/haiku-fatelf/src/libs/print/libgutenprint/
H A Dconfigure15636 for ac_prog in flex lex
15710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
15711 $as_echo_n "checking lex output file root... " >&6; }
15716 if test -f lex.yy.c; then
15717 ac_cv_prog_lex_root=lex.yy
15729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
15730 $as_echo_n "checking lex library... " >&6; }
15764 # POSIX says lex can declare yytext either as a pointer or an array; the
/haiku-fatelf/src/bin/network/wget/
H A Dconfigure7439 for ac_prog in flex lex
7513 { $as_echo "$as_me:$LINENO: checking lex output file root" >&5
7514 $as_echo_n "checking lex output file root... " >&6; }
7519 if test -f lex.yy.c; then
7520 ac_cv_prog_lex_root=lex.yy
7534 { $as_echo "$as_me:$LINENO: checking lex library" >&5
7535 $as_echo_n "checking lex library... " >&6; }
7595 # POSIX says lex can declare yytext either as a pointer or an array; the

Completed in 238 milliseconds