Searched refs:affix (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/spell/
H A Dspellprog.c220 char affix[40]; variable
304 affix[0] = '\0';
353 if (vflag && affix[0] != '\0' && affix[0] != '.')
354 fprintf(f, "%s\t%s\n", affix, original);
675 strlcat(affix, deriv[j], sizeof(affix));
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c252 - All instructions set the flags if and only if they have an 's' affix.
255 conditional affix except in the scope of an IT instruction. */
8291 Most mnemonics take this affix as a suffix, and in unified syntax,
8293 instructions take the affix as an infix, notably the s-variants of
8337 char *affix;
8379 affix = base + (opcode->tag - OT_odd_infix_0);
8380 cond = hash_find_n (arm_cond_hsh, affix, 2);
8393 affix = end - 2;
8394 cond = hash_find_n (arm_cond_hsh, affix, 2);
8395 opcode = hash_find_n (arm_ops_hsh, base, affix
8326 char *affix; local
[all...]

Completed in 87 milliseconds