Home
last modified time | relevance | path

Searched refs:DUPN (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/jq/jq-jq-1.6/src/
H A Dopcode_list.h3 OP(DUPN, NONE, 1, 2)
H A Dcompile.c819 block loop = BLOCK(gen_op_simple(DUPN), in gen_reduce()
837 block loop = BLOCK(gen_op_simple(DUPN), in gen_foreach()
H A Dexecute.c425 case DUPN: { in jq_next()
/dports/textproc/highlight/highlight-4.1/langDefs/
H A Drpl.lang14 …"DRAWX", "DROP", "DROP2", "DROPN", "DUP", "DUP2", "DUPN", "e", "ELSE", "END", "ENG", "ERRM", "ERRN…
/dports/security/p5-Net-SAML/zxid-1.42/
H A Derrmac.h277 #define DUPN(d,s,n) MB MALLOCN(d,n); if (d) memcpy((d),(s),(n)); ME macro