Lines Matching refs:ps
51 static int x86emu_parse_line(char *s, int *ps, int *n);
230 int ps[10]; in x86emu_single_step() local
254 ps[1] = 0; /* Avoid dodgy compiler warnings */ in x86emu_single_step()
255 ps[2] = 0; in x86emu_single_step()
256 cmd = x86emu_parse_line(s, ps, &ntok); in x86emu_single_step()
264 offset = ps[1]; in x86emu_single_step()
268 segment = ps[1]; in x86emu_single_step()
269 offset = ps[2]; in x86emu_single_step()
293 breakpoint = ps[1]; in x86emu_single_step()
330 static int x86emu_parse_line(char *s, int *ps, int *n) in x86emu_parse_line() argument
337 ps[*n] = *s; in x86emu_parse_line()