Home
last modified time | relevance | path

Searched refs:LORES (Results 1 – 17 of 17) sorted by relevance

/dports/multimedia/xine/xine-ui-0.99.12/misc/
H A DSlackBuild.in36 LORES='32x32 22x22 16x16'
47 for lores in \$LORES; do
54 for lores in \$LORES; do
129 LORES='32x32 22x22 16x16'
134 for lores in \$LORES; do
H A DSlackBuild36 LORES='32x32 22x22 16x16'
47 for lores in \$LORES; do
54 for lores in \$LORES; do
129 LORES='32x32 22x22 16x16'
134 for lores in \$LORES; do
/dports/cad/alliance/alliance/src/mbk/src/
H A Dmbk_lo.c78 ptfig->LORES = NULL; in addlofig()
119 fig->LORES = NULL; in addlomodel()
978 for(ptres = ptfig -> LORES ; ptres != NULL ; ptres = ptres -> NEXT) in lofigchain()
1120 if(ptfig -> LORES == NULL) in viewlofig()
1126 for(ptres = ptfig -> LORES ; ptres ; ptres = ptres -> NEXT) in viewlofig()
2022 ptres -> NEXT = ptfig -> LORES ; in addlores()
2023 ptfig -> LORES = ptres ; in addlores()
2064 for(pt = ptfig -> LORES ; pt != NULL ; pt = pt -> NEXT) in dellores()
2080 if(pt == ptfig -> LORES) in dellores()
2082 ptfig -> LORES = pt -> NEXT ; in dellores()
[all …]
H A Dmbk_lo_util.c75 ptfig->LORES = NULL; in getlofig()
992 for(scanres = figins -> LORES ; scanres != NULL ; scanres = scanres -> NEXT) in flattenlofig()
1068 ptfig->LORES = (lores_list*)append( (chain_list*)figins->LORES, in flattenlofig()
1069 (chain_list*)ptfig->LORES ); in flattenlofig()
1078 figins->LORES = NULL; in flattenlofig()
1110 figins->LORES || in flattenlofig()
2489 if (lofig_pnt->LORES != NULL)
2492 nxt[VHD_loresDFN] = (void *)lofig_pnt->LORES;
3315 lofig_rpt->LORES = lofig_ptr->LORES;
3357 lofig_rpt->LORES = duploreslst(lofig_rpt->LORES);
[all …]
H A Dmlo.h94 struct lores *LORES ; /* resistance list head */ member
H A Dalc_driv_l.c336 for(pres = pfig -> LORES ; pres != NULL ; pres = pres -> NEXT)
H A Dspi_drive.c1056 for(scanres = ptfig -> LORES,nb = 1 ; scanres != NULL; scanres = scanres -> NEXT,nb++) ; in sort_lores()
1062 for(scanres = ptfig -> LORES ; scanres != NULL ; scanres = scanres -> NEXT) in sort_lores()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-muirexx/
H A DUAEWB1 .key NOGUI/S,GUI/S,DEFSCR/S,PUBSCR/S,REQSCR/S,SM/K,DEPTH/K,LORES/S,HIRES/S,NODITHER/S,GRAY/S,FRAMER…
62 If {LORES}
H A DUAEWB.aux38 CYCLE ID SIZE LABEL "LORES"
175 IF UAE_SIZE = 'LORES' then line = line "-O320:256:XYl"
H A DUAEWB.rexx119 HELP """LORES makes UAE use a 320x256 window "||,
123 LABELS "LORES,HIRES"
/dports/emulators/uae/uae-0.8.29/src/od-amiga/
H A DUAEWB1 .key NOGUI/S,GUI/S,DEFSCR/S,PUBSCR/S,REQSCR/S,SM/K,DEPTH/K,LORES/S,HIRES/S,NODITHER/S,GRAY/S,FRAMER…
60 If {LORES}
H A DUAEWB.aux35 CYCLE ID SIZE LABEL "LORES"
170 IF UAE_SIZE = 'LORES' then line = line "-O320:256:XYl"
H A DUAEWB.rexx117 HELP """LORES makes UAE use a 320x256 window "||,
121 LABELS "LORES,HIRES"
/dports/devel/cc65/cc65-2.19/libsrc/apple2/
H A Dcputc.s22 bit LORES ; Limit SET80COL-HISCR to text
/dports/devel/cc65/cc65-2.19/asminc/
H A Dapple2.inc59 LORES := $C056 ; Lores graphics
/dports/emulators/uae/uae-0.8.29/docs/AmigaOS/
H A DREADME135 amiga-style: LORES/S,HIRES/S
136 LORES makes uae use a 320x256-like window
139 GUI-style: select LORES or HIRES.
174 UAEWB CLI LORES SM=0x21800 DEPTH=6
/dports/cad/alliance/alliance/src/genlib/src/
H A Dgenlib.c3478 for(res = WORK_LOFIG -> LORES ; res != NULL ; res = res -> NEXT) in genLOSIGMERGE()