SA_EMPTY          847 id_table.c     	   table->entries[table->free_pos-1].next != SA_EMPTY);
SA_EMPTY          866 id_table.c         if (entry[check[0]].next == SA_EMPTY) { new_pos = pos + check[0]; goto check; }
SA_EMPTY          867 id_table.c         if (entry[check[1]].next == SA_EMPTY) { new_pos = pos + check[1]; goto check; }
SA_EMPTY          868 id_table.c         if (entry[check[2]].next == SA_EMPTY) { new_pos = pos + check[2]; goto check; }
SA_EMPTY          892 id_table.c         if (entry->next == SA_EMPTY) {
SA_EMPTY         1012 id_table.c             if (entry->next != SA_EMPTY) {
SA_EMPTY         1029 id_table.c         if (entry->next == SA_EMPTY) return 0;
SA_EMPTY         1065 id_table.c         if (entry->next == SA_EMPTY) goto not_found;
SA_EMPTY         1108 id_table.c     	    if (table->entries[i].next != SA_EMPTY) {