Home
last modified time | relevance | path

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

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