Searched refs:mval (Results 1 – 1 of 1) sorted by relevance
2131 static unsigned long mval; /* byte value to set memory to */ variable2141 scanhex((void *)(cmd == 's'? &mval: &msrc)); in memops()2150 memset((void *)mdest, mval, mcount); in memops()2192 scanhex((void *)&mval); in memlocate()2201 && ((GETWORD(val) ^ mval) & mask) == 0) { in memlocate()