static void emptynameddirtable(HashTable ht) { emptyhashtable(ht); allusersadded = 0; finddir(NULL); /* clear the finddir cache */ }
void emptyhisttable(HashTable ht) { emptyhashtable(ht); if (hist_ring) histremovedups(); }
void emptynameddirtable(HashTable ht) { emptyhashtable(ht, INITIAL_NAMEDDIR); allusersadded = 0; finddir(NULL); /* clear the finddir cache */ }
static boolean tableemptytableverb (hdltreenode hparam1, tyvaluerecord *v) { /* 4/25/96 4.0b7 dmb: kernel implementation for speed */ hdlhashtable htable; flnextparamislast = true; if (!gettablevalue (hparam1, 1, &htable)) return (false); return (setintvalue (emptyhashtable (htable, true), v)); } /*tableemptytableverb*/
static void emptycmdnamtable(HashTable ht) { emptyhashtable(ht); pathchecked = path; }
void emptycmdnamtable(HashTable ht) { emptyhashtable(ht, INITIAL_CMDNAMTAB); pathchecked = path; }
void emptyvikeybindtable(HashTable ht) { emptyhashtable(ht, INITIAL_VIKEYBINDTAB); }
void emptyemkeybindtable(HashTable ht) { emptyhashtable(ht, INITIAL_EMKEYBINDTAB); }
boolean clayemptyfilefolder (tybrowserspec *fsfolder) { return (emptyhashtable ((*fsfolder).parID, true) > 0); } /*clayemptyfilefolder*/