Searched refs:STRING (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/scripts/dtc/ |
D | dtc-lexer.l | 31 STRING \"([^\\"]|\\.)*\" 67 <*>"/include/"{WS}*{STRING} { 79 <*>{STRING} {
|
/linux-2.6.39/scripts/kconfig/ |
D | zconf.l | 4 %x COMMAND HELP STRING PARAM 130 BEGIN(STRING); 152 <STRING>{
|
D | lex.zconf.c_shipped | 845 #define STRING 3 1163 BEGIN(STRING); 1264 case YY_STATE_EOF(STRING):
|
/linux-2.6.39/scripts/genksyms/ |
D | lex.l | 53 STRING L?\"([^\\\"]*\\.)*[^\\\"]*\" 75 {STRING} return STRING;
|
D | parse.h_shipped | 79 STRING = 295,
|
D | parse.y | 96 %token STRING
|
D | parse.c_shipped | 169 STRING = 295, 554 "EXPRESSION_PHRASE", "CHAR", "DOTS", "IDENT", "INT", "REAL", "STRING",
|
D | lex.c_shipped | 1060 return STRING;
|
/linux-2.6.39/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_scan.l | 82 %x STRING 141 BEGIN STRING; 143 <STRING>[^"]+ {
|
/linux-2.6.39/arch/um/drivers/ |
D | mconsole_user.c | 79 #define STRING(x) STRINGX(x) macro 115 STRING(MCONSOLE_VERSION) " clients", 1, 0); in mconsole_get_request()
|
/linux-2.6.39/drivers/usb/gadget/ |
D | f_fs.c | 1643 __entity(STRING, ds->iInterface); in ffs_do_desc() 1668 __entity(STRING, ds->iFunction); in ffs_do_desc()
|
/linux-2.6.39/Documentation/networking/ |
D | ip-sysctl.txt | 152 tcp_allowed_congestion_control - STRING 163 tcp_available_congestion_control - STRING 173 tcp_congestion_control - STRING
|