Searched refs:mycount (Results 1 – 3 of 3) sorted by relevance
607 int mycount; in varobj_delete() local627 mycount = delcount; in varobj_delete()629 while ((*cp != NULL) && (mycount > 0)) in varobj_delete()631 mycount--; in varobj_delete()636 if (mycount || (*cp != NULL)) in varobj_delete()638 mycount); in varobj_delete()832 int mycount = rootcount; in varobj_list() local839 while ((croot != NULL) && (mycount > 0)) in varobj_list()842 mycount--; in varobj_list()849 if (mycount || (croot != NULL)) in varobj_list()[all …]
1986 int mycount; /* number of operands */ variable2028 for (mycount = myvit.vit_opcode_nbytes, p = myvit.vit_opcode; in main()2029 mycount; in main()2030 mycount--, p++ in main()2035 printf (" operand count=%d.\n", mycount = myvit.vit_operands); in main()2036 for (myvop = myvit.vit_operand; mycount; mycount--, myvop++) in main()
1962 int mycount; /* Number of operands. */ variable2003 for (mycount = myvit.vit_opcode_nbytes, p = myvit.vit_opcode; in main()2004 mycount; in main()2005 mycount--, p++) in main()2008 printf (" operand count=%d.\n", mycount = myvit.vit_operands); in main()2009 for (myvop = myvit.vit_operand; mycount; mycount--, myvop++) in main()