Searched refs:BUFLEN (Results 1 – 2 of 2) sorted by relevance
219 #define BUFLEN 8 /* Large enough for any keyword. */ macro227 char buf[BUFLEN]; in md_begin()237 if ( k+1 < BUFLEN ) in md_begin()427 char buf[BUFLEN];642 for (i = 0; i < BUFLEN; ++i) in parse_cc()649 if ((i < BUFLEN) in parse_cc()1921 for (i = 0; (i < BUFLEN) && (ISALPHA (*p));) in md_assemble()1924 if (i == BUFLEN) in md_assemble()1926 buf[BUFLEN-3] = buf[BUFLEN-2] = '.'; /* Mark opcode as abbreviated. */ in md_assemble()1927 buf[BUFLEN-1] = 0; in md_assemble()
193 BUF is the base part of the insn, target byte order, BUFLEN bytes long.