Searched refs:zconfleng (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lex.zconf.c | 16 #define yyleng zconfleng 183 extern int zconfleng; 302 int zconfleng; variable 708 zconfleng = (size_t) (yy_cp - yy_bp); \ 938 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0) 1103 struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng); 1111 alloc_string(zconftext, zconfleng); 1178 struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng); 1183 alloc_string(zconftext, zconfleng); 1214 append_string(zconftext, zconfleng); [all …]
|
| H A D | lex.zconf.c_shipped | 16 #define yyleng zconfleng 183 extern int zconfleng; 302 int zconfleng; 708 zconfleng = (size_t) (yy_cp - yy_bp); \ 938 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0) 992 /* Code executed at the beginning of each rule, after zconftext and zconfleng 1103 struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng); 1111 alloc_string(zconftext, zconfleng); 1178 struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng); 1183 alloc_string(zconftext, zconfleng); [all …]
|