Searched refs:HASHNKEY5 (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | strmatch.c | 379 switch (HASHNKEY5(x, oldp[0], oldp[1], oldp[2], oldp[3], oldp[4])) in onematch() 381 case HASHNKEY5(5,'a','l','n','u','m'): in onematch() 385 case HASHNKEY5(5,'a','l','p','h','a'): in onematch() 389 case HASHNKEY5(5,'b','l','a','n','k'): in onematch() 393 case HASHNKEY5(5,'c','n','t','r','l'): in onematch() 397 case HASHNKEY5(5,'d','i','g','i','t'): in onematch() 401 case HASHNKEY5(5,'g','r','a','p','h'): in onematch() 405 case HASHNKEY5(5,'l','o','w','e','r'): in onematch() 409 case HASHNKEY5(5,'p','r','i','n','t'): in onematch() 413 case HASHNKEY5(5,'p','u','n','c','t'): in onematch() [all …]
|
H A D | hashkey.h | 51 #define HASHNKEY5(n,c5,c4,c3,c2,c1) HASHKEY6((n)+'a',c5,c4,c3,c2,c1) macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | hashkey.h | 52 #define HASHNKEY5(n,c5,c4,c3,c2,c1) HASHKEY6((n)+'a',c5,c4,c3,c2,c1) macro
|