HomeSort by: relevance | last modified time | path
    Searched defs:key_tbl (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/mail/
thread.c 757 * This is the compare function obtained from the key_tbl[]. It is
1569 } key_tbl[] = { variable in typeref:typename:const struct key_tbl_s[]
1586 * names without exposing the key_tbl[]. The first name is returned
1598 kp = key_tbl;
1610 for (kp = key_tbl; kp->key != NULL; kp++)

Completed in 13 milliseconds