Searched refs:mycount (Results 1 – 1 of 1) sorted by relevance
1963 int mycount; /* Number of operands. */ variable2004 for (mycount = myvit.vit_opcode_nbytes, p = myvit.vit_opcode; in main()2005 mycount; in main()2006 mycount--, p++) in main()2009 printf (" operand count=%d.\n", mycount = myvit.vit_operands); in main()2010 for (myvop = myvit.vit_operand; mycount; mycount--, myvop++) in main()