Home
last modified time | relevance | path

Searched refs:oplist (Results 1 – 18 of 18) sorted by relevance

/openbsd/etc/
H A DMAKEDEV.mi193 [ {-$-}{#oplist[*]} = 0 ] && oplist[0]="&& chgrp operator"
194 oplist[{-$-}{#oplist[*]}]="$1"
222 echo ${oplist[*]}
/openbsd/bin/pax/
H A Dpax.h236 typedef struct oplist { struct
239 struct oplist *fow; /* next option */ argument
/openbsd/etc/etc.luna88k/
H A DMAKEDEV184 oplist[${#oplist[*]}]="$1"
439 echo ${oplist[*]}
/openbsd/gnu/usr.bin/perl/ext/B/
H A DB.xs409 oplist(pTHX_ OP *o, SV **SP) in oplist() function
418 SP = oplist(aTHX_ PMOP_pmreplstart(cPMOPo), SP); in oplist()
425 SP = oplist(aTHX_ kid->op_next, SP); in oplist()
431 SP = oplist(aTHX_ cLOGOPo->op_other, SP); in oplist()
434 SP = oplist(aTHX_ cLOOPo->op_lastop, SP); in oplist()
435 SP = oplist(aTHX_ cLOOPo->op_nextop, SP); in oplist()
436 SP = oplist(aTHX_ cLOOPo->op_redoop, SP); in oplist()
1140 oplist(o)
1143 SP = oplist(aTHX_ o, SP);
/openbsd/etc/etc.octeon/
H A DMAKEDEV191 oplist[${#oplist[*]}]="$1"
482 echo ${oplist[*]}
/openbsd/etc/etc.loongson/
H A DMAKEDEV194 oplist[${#oplist[*]}]="$1"
510 echo ${oplist[*]}
/openbsd/etc/etc.landisk/
H A DMAKEDEV193 oplist[${#oplist[*]}]="$1"
497 echo ${oplist[*]}
/openbsd/etc/etc.arm64/
H A DMAKEDEV201 oplist[${#oplist[*]}]="$1"
541 echo ${oplist[*]}
/openbsd/etc/etc.powerpc64/
H A DMAKEDEV197 oplist[${#oplist[*]}]="$1"
535 echo ${oplist[*]}
/openbsd/etc/etc.riscv64/
H A DMAKEDEV199 oplist[${#oplist[*]}]="$1"
531 echo ${oplist[*]}
/openbsd/etc/etc.armv7/
H A DMAKEDEV197 oplist[${#oplist[*]}]="$1"
524 echo ${oplist[*]}
/openbsd/etc/etc.hppa/
H A DMAKEDEV196 oplist[${#oplist[*]}]="$1"
535 echo ${oplist[*]}
/openbsd/etc/etc.macppc/
H A DMAKEDEV201 oplist[${#oplist[*]}]="$1"
563 echo ${oplist[*]}
/openbsd/etc/etc.alpha/
H A DMAKEDEV203 oplist[${#oplist[*]}]="$1"
575 echo ${oplist[*]}
/openbsd/etc/etc.i386/
H A DMAKEDEV212 oplist[${#oplist[*]}]="$1"
631 echo ${oplist[*]}
/openbsd/etc/etc.amd64/
H A DMAKEDEV213 oplist[${#oplist[*]}]="$1"
636 echo ${oplist[*]}
/openbsd/etc/etc.sparc64/
H A DMAKEDEV214 oplist[${#oplist[*]}]="$1"
690 echo ${oplist[*]}
/openbsd/gnu/usr.bin/perl/
H A Dregcomp.c590 OP *oplist, bool *recompile_p, SV *delim) in S_concat_pat() argument
633 if (oplist) { in S_concat_pat()
634 assert(oplist->op_type == OP_PADAV in S_concat_pat()
635 || oplist->op_type == OP_RV2AV); in S_concat_pat()
636 oplist = OpSIBLING(oplist); in S_concat_pat()
678 if (oplist) { in S_concat_pat()
679 if (oplist->op_type == OP_NULL in S_concat_pat()
680 && (oplist->op_flags & OPf_SPECIAL)) in S_concat_pat()
688 oplist = OpSIBLING(oplist); /* skip CONST */ in S_concat_pat()
689 assert(oplist); in S_concat_pat()
[all …]