Searched refs:ltab_count (Results 1 – 2 of 2) sorted by relevance
56 #define ltab_count(S) (S)->langtab_count macro75 ltab_count(S) = 0; in ltab_new()95 if( ltab_count(*S) == ltab_size(*S) - 1 ) /* one less since 0 unused */ in ltab_insert()126 ltab_size(S), ltab_count(S), STR_NEWLINE); in ltab_debug()
205 #define ltab_count(S) (S)->linktab_count macro224 ltab_count(S) = 0; in ltab_new()251 if( ltab_count(*S) >= ltab_size(*S) - 1 ) /* one less since 0 unused */ in ltab_insert()264 ltab_count(*S)++; in ltab_insert()283 ltab_size(S), ltab_count(S), STR_NEWLINE); in ltab_debug()