Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/gpxe/
Dtables.h249 #define __table_entries( table, idx ) ( { \ macro
250 static __table_type ( table ) __table_entries[0] \
252 __table_entries; } )
270 #define table_start( table ) __table_entries ( table, 00 )
288 #define table_end( table ) __table_entries ( table, 99 )
379 #undef __table_entries
380 #define __table_entries( table, idx ) ( { \ macro