Home
last modified time | relevance | path

Searched refs:OPT_PLUS (Results 1 – 22 of 22) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dbuiltin.c2628 else if (OPT_PLUS(ops,optval)) in bin_typeset()
3206 if (OPT_PLUS(ops,'u')) in bin_functions()
3212 else if (OPT_PLUS(ops,'U')) in bin_functions()
3216 else if (OPT_PLUS(ops,'t')) in bin_functions()
3220 else if (OPT_PLUS(ops,'T')) in bin_functions()
3224 else if (OPT_PLUS(ops,'W')) in bin_functions()
3230 } else if (OPT_PLUS(ops,'z')) { in bin_functions()
3237 } else if (OPT_PLUS(ops,'k')) { in bin_functions()
3338 if (OPT_PLUS(ops,'M')) { in bin_functions()
3357 } else if (OPT_PLUS(ops,'M')) { in bin_functions()
[all …]
H A Dzsh.h1367 #define OPT_PLUS(ops,c) ((ops)->ind[c] & 2) macro
/dports/devel/sunpromake/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2020-02-1164 - include/schily/getopt.h: OPT_PLUS changed into GETOPT_PLUS_FL
H A DAN-2019-10-25165 "optflags" has the bit "OPT_PLUS" set, in case that an actual option
/dports/devel/smake/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2020-02-1164 - include/schily/getopt.h: OPT_PLUS changed into GETOPT_PLUS_FL
H A DAN-2019-10-25165 "optflags" has the bit "OPT_PLUS" set, in case that an actual option
/dports/devel/schilybase/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2020-02-1164 - include/schily/getopt.h: OPT_PLUS changed into GETOPT_PLUS_FL
H A DAN-2019-10-25165 "optflags" has the bit "OPT_PLUS" set, in case that an actual option
/dports/devel/sccs/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2020-02-1164 - include/schily/getopt.h: OPT_PLUS changed into GETOPT_PLUS_FL
H A DAN-2019-10-25165 "optflags" has the bit "OPT_PLUS" set, in case that an actual option
/dports/net/rscsi/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2020-02-1164 - include/schily/getopt.h: OPT_PLUS changed into GETOPT_PLUS_FL
H A DAN-2019-10-25165 "optflags" has the bit "OPT_PLUS" set, in case that an actual option
/dports/archivers/star/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2020-02-1164 - include/schily/getopt.h: OPT_PLUS changed into GETOPT_PLUS_FL
H A DAN-2019-10-25165 "optflags" has the bit "OPT_PLUS" set, in case that an actual option
/dports/sysutils/cdrtools/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2020-02-1164 - include/schily/getopt.h: OPT_PLUS changed into GETOPT_PLUS_FL
H A DAN-2019-10-25165 "optflags" has the bit "OPT_PLUS" set, in case that an actual option
/dports/editors/ved/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2020-02-1164 - include/schily/getopt.h: OPT_PLUS changed into GETOPT_PLUS_FL
H A DAN-2019-10-25165 "optflags" has the bit "OPT_PLUS" set, in case that an actual option
/dports/sysutils/schilyutils/schily-2021-09-18/ANNOUNCEMENTS/
H A DAN-2020-02-1164 - include/schily/getopt.h: OPT_PLUS changed into GETOPT_PLUS_FL
H A DAN-2019-10-25165 "optflags" has the bit "OPT_PLUS" set, in case that an actual option
/dports/devel/libowfat/libowfat-0.32/
H A DMakefile36 OPT_PLUS=-O3 $(NATIVE) macro
41 CFLAGS_OPT=-pipe $(WARN) $(DEFINE) $(OPT_PLUS)
/dports/shells/zsh/zsh-5.8.1/Etc/
H A DChangeLog-4.11176 affected some tests which should have been using OPT_PLUS().