HomeSort by: relevance | last modified time | path
    Searched defs:key_tbl (Results 1 - 2 of 2) 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: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++)
thread.c 757 * This is the compare function obtained from the key_tbl[]. It is
1569 } key_tbl[] = { variable in typeref: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 103 milliseconds