Searched refs:PROGRAM_ID_SET (Results 1 – 1 of 1) sorted by relevance
/dports/devel/efl/efl-1.25.1/src/bin/edje/ |
H A D | edje_cc_out.c | 3763 #define PROGRAM_ID_SET(Type, Pc, It, Count) \ in data_process_lookups() macro 3769 PROGRAM_ID_SET(fnmatch, pc, i, count); in data_process_lookups() 3770 PROGRAM_ID_SET(strcmp, pc, i, count); in data_process_lookups() 3771 PROGRAM_ID_SET(strncmp, pc, i, count); in data_process_lookups() 3772 PROGRAM_ID_SET(strrncmp, pc, i, count); in data_process_lookups() 3773 PROGRAM_ID_SET(nocmp, pc, i, count); in data_process_lookups() 3775 #undef PROGRAM_ID_SET in data_process_lookups()
|