Searched refs:scantab (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dhashtable.c115 ht->scantab = NULL;
375 * scantab is currently only used by modules to scan
380 if (!pprog && ht->scantab) {
381 ht->scantab(ht, scanfunc, scanflags);
H A Dzsh.h1049 ScanTabFunc scantab; /* pointer to function to scan table */ member in struct:hashtable
H A Dparams.c940 ht->scantab = scan;

Completed in 96 milliseconds