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
454 ((op) >= OP_FTRREAD && (op) <= OP_FTBINARY)
H A Dtoke.c5918 case 'B': ftst = OP_FTBINARY; break; in yyl_hyphen()
H A Dsv.c17461 case OP_FTBINARY:
H A Dop.c9812 case OP_FTTEXT: case OP_FTBINARY: in S_looks_like_bool()