Home
last modified time | relevance | path

Searched refs:NUMOPTS (Results 1 – 11 of 11) sorted by relevance

/dports/accessibility/yasr/yasr-0.6.9/yasr/
H A Doption.c84 Opt opt[NUMOPTS];
500 for (i = curopt + 1; i < NUMOPTS; i++) in optmenu()
559 for (i = curopt + 1; i < NUMOPTS; i++) in optmenu()
584 for (i = (curopt + 1) % NUMOPTS; i != curopt; i = (i + 1) % NUMOPTS) in optmenu()
645 for (i = 0; i < NUMOPTS; i++) in opt_read()
652 if (i == NUMOPTS) in opt_read()
718 for (i = 0; i < NUMOPTS; i++) in opt_write()
728 for (j = 0; j < NUMOPTS; j++) in opt_write()
H A Dtts.c423 for (i = 0; i < NUMOPTS; i++) in tts_saychar()
659 for (i = 0; i < NUMOPTS; i++) in tts_initsynth()
H A Dyasr.h329 #define NUMOPTS 59 macro
/dports/news/s-news/s-news-0.1.11/
H A Dinews.c98 #define NUMOPTS 17 macro
100 static struct opt opts[NUMOPTS] =
153 for (j=0; j<NUMOPTS; j++) in main()
241 for (i=0; i<NUMOPTS; i++) in post_file()
/dports/textproc/R-cran-R2HTML/R2HTML/R/
H A DRweaveHTML.R261 NUMOPTS <- c("width", "height") vector
262 NOLOGOPTS <- c(NUMOPTS, "results", "prefix.string",
273 else if(opt %in% NUMOPTS){
/dports/devel/p5-Devel-Confess/Devel-Confess-0.009004/lib/Devel/
H A DConfess.pm75 our %NUMOPTS = (
114 if ($NUMOPTS{$opt}) {
/dports/math/R/R-4.1.2/src/library/tools/R/
H A DRdConv2.R101 NUMOPTS <- c("width", "height") vector
102 NOLOGOPTS <- c(NUMOPTS, "results", "stage", "strip.white")
114 else if(opt %in% NUMOPTS){
/dports/math/libRmath/R-4.1.1/src/library/tools/R/
H A DRdConv2.R101 NUMOPTS <- c("width", "height") vector
102 NOLOGOPTS <- c(NUMOPTS, "results", "stage", "strip.white")
114 else if(opt %in% NUMOPTS){
/dports/math/R/R-4.1.2/src/library/utils/R/
H A DSweaveDrivers.R578 NUMOPTS <- c("width", "height", "resolution") vector
593 else if(opt %in% NUMOPTS || is.numeric(defval))
/dports/math/libRmath/R-4.1.1/src/library/utils/R/
H A DSweaveDrivers.R578 NUMOPTS <- c("width", "height", "resolution") vector
593 else if(opt %in% NUMOPTS || is.numeric(defval))
/dports/net/xisp/xisp-2.7p4/
H A Dxisp.c362 #define NUMOPTS 9 macro
363 FL_CMD_OPT options[NUMOPTS] =
393 FL_resource resources[NUMOPTS] =
8744 options, NUMOPTS);
8745 fl_get_app_resources(resources, NUMOPTS); /* parse any resources */