Lines Matching refs:words
325 int32_t words;
327 words = 10;
329 if (!GetValue(argv[next_arg], &words)) {
330 words = 10;
333 end = cur + words;
502 PrintF("stack [<words>]\n");
503 PrintF(" dump stack content, default dump 10 words)\n");
504 PrintF("mem <address> [<words>]\n");
505 PrintF(" dump memory content, default dump 10 words)\n");