Home
last modified time | relevance | path

Searched refs:HMAGIC2 (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dhistrap.c733 #define HMAGIC2 0xCD macro
737 static const unsigned char sprinkle[2] = { HMAGIC1, HMAGIC2 };
787 if (base[0] != HMAGIC1 || base[1] != HMAGIC2) { in hist_init()