Home
last modified time | relevance | path

Searched refs:isword (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.bin/grep/
H A Dutil.c194 #define isword(x) (isalnum((unsigned char)x) || (x) == '_') macro
498 ((s == 0 || !isword(d[s-1])) && (e == l || !isword(d[e])) && \
499 e > s && isword(d[s]) && isword(d[e-1]))
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68k.c651 #define isword(x) ((x)>=-65536 && (x)<=65535) macro
1326 || ! isword (opP->disp.exp.X_add_number)))
2019 if (!isword (nextword))
2566 if (!isword (tmpreg))
5124 if (!isword (offs (exp)))
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68k.c795 #define isword(x) ((valueT) SEXT (x) + 0xffff < 0x1ffff) macro
1402 || ! isword (opP->disp.exp.X_add_number))) in m68k_ip()
2169 if (!isword (nextword)) in m68k_ip()
2736 if (!isword (tmpreg)) in m68k_ip()
5186 if (!isword (offs (exp))) in get_num()
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-20053172 (issbyte, isubyte, issword, isuword, isbyte, isword): Use the above.
H A DChangeLog-9295688 * config/tc-m68k.c (isword): Accept all values from -65536 to
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-9295688 * config/tc-m68k.c (isword): Accept all values from -65536 to