Home
last modified time | relevance | path

Searched refs:fixedmode (Results 1 – 6 of 6) sorted by relevance

/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Dosdepend.c437 int fixedmode; in printdb() local
484 fixedmode = FALSE_; in printdb()
523 if (!fixedmode) { in printdb()
524 fixedmode = TRUE_; in printdb()
529 if (fixedmode) { in printdb()
530 fixedmode = FALSE_; in printdb()
543 if (fixedmode) { in printdb()
544 fixedmode = FALSE_; in printdb()
/dports/textproc/R-cran-bibtex/bibtex/inst/grammar/
H A Dbibparse.y332 static char fixedmode[6]; variable
333 fixedmode[4] = '\0';
334 strncpy(fixedmode, mode, 4);
335 if (!strpbrk(fixedmode, "bt")) {
336 strcat(fixedmode, "t");
338 return fixedmode;
/dports/textproc/R-cran-bibtex/bibtex/src/
H A Dbibparse.c3580 static char fixedmode[6]; in fixmode() local
3581 fixedmode[4] = '\0'; in fixmode()
3582 strncpy(fixedmode, mode, 4); in fixmode()
3583 if (!strpbrk(fixedmode, "bt")) { in fixmode()
3584 strcat(fixedmode, "t"); in fixmode()
3586 return fixedmode; in fixmode()
/dports/shells/fish/fish-3.3.1/share/completions/
H A DVBoxSDL.fish12 complete -c VBoxSDL -l fixedmode -r -d "Use fixed SDL video mode with given width height and bit/pi…
/dports/math/R/R-4.1.2/src/main/
H A Dsysutils.c112 static char fixedmode[20]; in fixmode() local
113 fixedmode[19] = '\0'; in fixmode()
114 strncpy(fixedmode, mode, 19); in fixmode()
115 if (!strpbrk(fixedmode, "bt")) { in fixmode()
116 strcat(fixedmode, "t"); in fixmode()
118 return fixedmode; in fixmode()
/dports/math/libRmath/R-4.1.1/src/main/
H A Dsysutils.c112 static char fixedmode[20]; in fixmode() local
113 fixedmode[19] = '\0'; in fixmode()
114 strncpy(fixedmode, mode, 19); in fixmode()
115 if (!strpbrk(fixedmode, "bt")) { in fixmode()
116 strcat(fixedmode, "t"); in fixmode()
118 return fixedmode; in fixmode()