Home
last modified time | relevance | path

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

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