Searched refs:lex (Results 1 – 5 of 5) sorted by relevance
/busybox-1.35.0/miscutils/ |
D | bc.c | 756 smallint lex; // was BcLexType // first member is most used member 2913 p->lex = XC_LEX_WHITESPACE; in xc_lex_lineComment() 2925 p->lex = XC_LEX_WHITESPACE; in xc_lex_whitespace() 2957 p->lex = XC_LEX_NUMBER; in zxc_lex_number() 2998 p->lex = XC_LEX_NAME; in xc_lex_name() 3036 p->lex_last = p->lex; 3047 p->lex = XC_LEX_EOF; 3061 } while (!s && p->lex == XC_LEX_WHITESPACE); 3062 dbg_lex("p->lex from string:%d", p->lex); 3071 if (G.prs.lex == XC_LEX_NLINE) in zbc_lex_skip_if_at_NLINE() [all …]
|
/busybox-1.35.0/scripts/kconfig/ |
D | Makefile | 140 .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c 232 $(obj)/zconf.tab.o: $(obj)/lex.zconf.c $(obj)/zconf.hash.c 256 $(obj)/lex.zconf.c: $(src)/zconf.l 263 lex.%.c: %.l
|
D | lex.zconf.c_shipped | 2 #line 3 "scripts/kconfig/lex.zconf.c" 118 * to BEGIN to return to the state. The YYSTATE alias is for lex
|
D | zconf.tab.c_shipped | 2166 #include "lex.zconf.c"
|
/busybox-1.35.0/docs/ |
D | posix_conformance.txt | 30 admin, cflow, ctags, cxref, delta, fort77, get, lex, make, nm, prs, rmdel,
|