Home
last modified time | relevance | path

Searched refs:STRING (Results 1 – 10 of 10) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.l31 STRING \"([^\\"]|\\.)*\"
67 <*>"/include/"{WS}*{STRING} {
79 <*>{STRING} {
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.l4 %x COMMAND HELP STRING PARAM
130 BEGIN(STRING);
152 <STRING>{
H A Dlex.zconf.c845 #define STRING 3 macro
1163 BEGIN(STRING);
1264 case YY_STATE_EOF(STRING):
H A Dlex.zconf.c_shipped845 #define STRING 3
1163 BEGIN(STRING);
1264 case YY_STATE_EOF(STRING):
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.l53 STRING L?\"([^\\\"]*\\.)*[^\\\"]*\"
75 {STRING} return STRING;
H A Dparse.h_shipped79 STRING = 295,
H A Dparse.y96 %token STRING
H A Dparse.c_shipped169 STRING = 295,
554 "EXPRESSION_PHRASE", "CHAR", "DOTS", "IDENT", "INT", "REAL", "STRING",
H A Dlex.c_shipped1060 return STRING;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstab.h7 #define __define_stab(NAME, CODE, STRING) NAME=CODE, argument