Searched refs:bufcnt (Results 1 – 1 of 1) sorted by relevance
250 int bufcnt; in get_indirect_operand() local253 for (i = 0, bufcnt = 0; i < len; i++, bufcnt++) in get_indirect_operand()255 buffer[bufcnt] = current_ind->syntax[i]; in get_indirect_operand()256 if (buffer[bufcnt - 1] == 'a' && buffer[bufcnt] == 'r') in get_indirect_operand()257 buffer[++bufcnt] = arnum + '0'; in get_indirect_operand()258 if (buffer[bufcnt] == '(' in get_indirect_operand()261 sprintf (&buffer[bufcnt + 1], "%u", disp); in get_indirect_operand()262 bufcnt += strlen (&buffer[bufcnt + 1]); in get_indirect_operand()265 buffer[bufcnt + 1] = '\0'; in get_indirect_operand()