Home
last modified time | relevance | path

Searched refs:OneIndex (Results 1 – 9 of 9) sorted by relevance

/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/Options/
H A DMatching.hs230 ounparse k mfs = k [ F.OneIndex (showIntArg n) | OneIndex n <- mfs ]
231 oparse k fs = k [ OneIndex (argparse s) | F.OneIndex s <- fs ]
233 odesc = [ strArg ['n'] ["index"] F.OneIndex "N" "select one patch" ]
H A DFlags.hs27 | IndexRange String | OneIndex String constructor
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Patch/
H A DMatch.hs182 | OneIndex Int constructor
395 patchSetMatch (OneIndex n:_) = strictJust $ IndexMatch n
/dports/math/R/R-4.1.2/src/include/
H A DDefn.h997 # define OneIndex Rf_OneIndex macro
1241 R_xlen_t OneIndex(SEXP, SEXP, R_xlen_t, int, SEXP*, int, SEXP);
/dports/math/libRmath/R-4.1.1/src/include/
H A DDefn.h997 # define OneIndex Rf_OneIndex macro
1240 R_xlen_t OneIndex(SEXP, SEXP, R_xlen_t, int, SEXP*, int, SEXP);
/dports/math/R/R-4.1.2/src/main/
H A Dsubassign.c1807 off = OneIndex(xup, thesub, xlength(xup), 0, &newname, len-2, R_NilValue); in do_subassign2_dflt()
1825 offset = OneIndex(x, thesub, xlength(x), 0, &newname, in do_subassign2_dflt()
H A Dsubscript.c70 OneIndex(SEXP x, SEXP s, R_xlen_t nx, int partial, SEXP *newname, in OneIndex() function
/dports/math/libRmath/R-4.1.1/src/main/
H A Dsubassign.c1807 off = OneIndex(xup, thesub, xlength(xup), 0, &newname, len-2, R_NilValue); in do_subassign2_dflt()
1825 offset = OneIndex(x, thesub, xlength(x), 0, &newname, in do_subassign2_dflt()
H A Dsubscript.c70 OneIndex(SEXP x, SEXP s, R_xlen_t nx, int partial, SEXP *newname, in OneIndex() function