Home
last modified time | relevance | path

Searched refs:OP_FTBINARY (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dopnames.h315 OP_FTBINARY = 298, enumerator
453 ((op) >= OP_FTRREAD && (op) <= OP_FTBINARY)
H A Dtoke.c5767 case 'B': ftst = OP_FTBINARY; break; in yyl_hyphen()
H A Dsv.c17384 case OP_FTBINARY:
H A Dop.c9672 case OP_FTTEXT: case OP_FTBINARY: in S_looks_like_bool()