Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Ddebug.c250 int ntok; in x86emu_single_step() local
275 cmd = parse_line(s, ps, &ntok); in x86emu_single_step()
281 if (ntok == 2) { in x86emu_single_step()
287 else if (ntok == 3) { in x86emu_single_step()
312 if (ntok == 2) { in x86emu_single_step()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c231 int ntok; in x86emu_single_step() local
256 cmd = x86emu_parse_line(s, ps, &ntok); in x86emu_single_step()
262 if (ntok == 2) { in x86emu_single_step()
267 } else if (ntok == 3) { in x86emu_single_step()
292 if (ntok == 2) { in x86emu_single_step()
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch347 int ntok;
389 cmd = parse_line(s, ps, &ntok);
398 - if (ntok == 2) {
403 - } else if (ntok == 3) {
414 + if (ntok == 2) {
420 + else if (ntok == 3) {
454 if (ntok == 2) {