Home
last modified time | relevance | path

Searched refs:getflag (Results 1 – 25 of 100) sorted by relevance

1234

/dports/cad/ngspice_rework/ngspice-35/src/frontend/plotting/
H A Dplotit.c449 if (getflag(wl, "lingrid")) { in plotit()
459 if (getflag(wl, "loglog")) { in plotit()
470 if (getflag(wl, "nogrid")) { in plotit()
481 if (getflag(wl, "linear")) { in plotit()
492 if (getflag(wl, "xlog")) { in plotit()
507 if (getflag(wl, "ylog")) { in plotit()
523 if (getflag(wl, "polar")) { in plotit()
534 if (getflag(wl, "smith")) { in plotit()
545 if (getflag(wl, "smithgrid")) { in plotit()
598 if (getflag(wl, "linplot")) { in plotit()
[all …]
/dports/benchmarks/nbench/nbench-byte-2.2.3/
H A Dnbench0.c469 global_allstats=getflag(eptr); in read_comfile()
487 global_custrun=getflag(eptr); in read_comfile()
513 tests_to_do[TF_SSORT]=getflag(eptr); in read_comfile()
533 tests_to_do[TF_BITOP]=getflag(eptr); in read_comfile()
553 tests_to_do[TF_FPEMU]=getflag(eptr); in read_comfile()
572 tests_to_do[TF_FFPU]=getflag(eptr); in read_comfile()
601 tests_to_do[TF_IDEA]=getflag(eptr); in read_comfile()
620 tests_to_do[TF_HUFF]=getflag(eptr); in read_comfile()
640 tests_to_do[TF_NNET]=getflag(eptr); in read_comfile()
655 tests_to_do[TF_LU]=getflag(eptr); in read_comfile()
[all …]
/dports/mail/ezmlm-idx/ezmlm-idx-7.2.2/
H A Dconfig.c156 static int getflag(struct flag *flagset,int flagno) in getflag() function
167 (flag >= 'A' && flag <= 'Z') ? getflag(flags,flag - 'A') in flag_isset()
168 : (flag >= 'a' && flag <= 'z') ? getflag(flags,flag - 'a') in flag_isset()
169 : (flag >= '0' && flag <= '9') ? getflag(numflags,flag - '0') in flag_isset()
/dports/games/sarien/sarien-0.7.0/src/core/
H A Dinv.c178 if (getflag (F_status_selects_items)) { in inventory()
193 if (getflag (F_status_selects_items)) in inventory()
198 if (!getflag (F_status_selects_items)) in inventory()
H A Dop_test.c33 #define test_isset(flag) (getflag (flag))
125 if (getflag (F_said_accepted_input) || !getflag (F_entered_cli)) in test_said()
/dports/textproc/rxp/rxp-1.4.4/
H A Dnf16check.c14 #define getflag(c) ((flag) ((c)&0x1 ? nf16flags[(c)>>1]&0xF : nf16flags[(c)>>1]>>4)) macro
136 f = getflag(c);
148 else if (c < 0x1D800) f = getflag(c-(0x1D000-0x10900));
240 f = getflag(c); in nf16checkL()
253 else if (C < 0x1D800) f = getflag(c-(0x1D000-0x10900)); in nf16checkL()
/dports/textproc/ltxml/ltxml-1.2.9/RXP/src/
H A Dnf16check.c12 #define getflag(c) ((flag) ((c)&0x1 ? nf16flags[(c)>>1]&0xF : nf16flags[(c)>>1]>>4)) macro
134 f = getflag(c); in nf16check()
146 else if (c < 0x1D800) f = getflag(c-(0x1D000-0x10900)); in nf16check()
237 f = getflag(c); in nf16checkL()
249 else if (c < 0x1D800) f = getflag(c-(0x1D000-0x10900)); in nf16checkL()
/dports/editors/jupp/jupp/
H A Dscrn.c313 t->os = getflag(t->cap, UC "os"); in nopen()
314 t->eo = getflag(t->cap, UC "eo"); in nopen()
315 if (getflag(t->cap, UC "hc")) in nopen()
320 t->xn = getflag(t->cap, UC "xn"); in nopen()
321 t->am = getflag(t->cap, UC "am"); in nopen()
356 t->ut = getflag(t->cap, UC "ut"); in nopen()
395 if (getflag(t->cap, UC "xs") || getflag(t->cap, UC "xt")) in nopen()
410 t->ms = getflag(t->cap, UC "ms"); in nopen()
445 if (getflag(t->cap, UC "bs")) in nopen()
467 if (getflag(t->cap, UC "pt")) in nopen()
[all …]
/dports/editors/joe/joe-4.6/joe/
H A Dscrn.c600 t->os = getflag(t->cap,"os"); in nopen()
601 t->eo = getflag(t->cap,"eo"); in nopen()
602 if (getflag(t->cap,"hc")) in nopen()
609 t->xn = getflag(t->cap,"xn"); in nopen()
610 t->am = getflag(t->cap,"am"); in nopen()
624 t->ut = getflag(t->cap,"ut"); in nopen()
732 if (getflag(t->cap,"xs") || getflag(t->cap,"xt")) in nopen()
802 if (getflag(t->cap,"bs")) in nopen()
824 if (getflag(t->cap,"pt")) in nopen()
827 if (getflag(t->cap,"xt")) { in nopen()
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/
H A Ddynamic.go48 func (tc *termcap) getflag(s string) bool { func
385 if tc.getflag("Tc") {
388 } else if tc.getflag("RGB") {
409 if !tc.getflag("npc") {
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/gdamore/tcell/v2/tcell-2.4.0/terminfo/dynamic/
H A Ddynamic.go48 func (tc *termcap) getflag(s string) bool { func
385 if tc.getflag("Tc") {
388 } else if tc.getflag("RGB") {
409 if !tc.getflag("npc") {
/dports/misc/lf/lf-r26/vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/
H A Ddynamic.go48 func (tc *termcap) getflag(s string) bool { func
385 if tc.getflag("Tc") {
388 } else if tc.getflag("RGB") {
409 if !tc.getflag("npc") {
/dports/games/neo-cowsay/Neo-cowsay-2.0.1/vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/
H A Ddynamic.go48 func (tc *termcap) getflag(s string) bool { func
385 if tc.getflag("Tc") {
388 } else if tc.getflag("RGB") {
409 if !tc.getflag("npc") {
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/
H A Ddynamic.go48 func (tc *termcap) getflag(s string) bool { func
385 if tc.getflag("Tc") {
388 } else if tc.getflag("RGB") {
409 if !tc.getflag("npc") {
/dports/audio/stmp/stmp-0.0.2/vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/
H A Ddynamic.go48 func (tc *termcap) getflag(s string) bool {
385 if tc.getflag("Tc") {
388 } else if tc.getflag("RGB") {
429 if !tc.getflag("npc") {
/dports/audio/visp-go/visp-2585747/vendor/github.com/gdamore/tcell/v2/terminfo/dynamic/
H A Ddynamic.go48 func (tc *termcap) getflag(s string) bool {
385 if tc.getflag("Tc") {
388 } else if tc.getflag("RGB") {
409 if !tc.getflag("npc") {
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dmidi.h44 int (* getflag)(int mode, int index); member
/dports/news/husky-areafix/husky-areafix-1.9.20191207/ffma/
H A Dmatch.pas112 function getflag(s:string):word; in getflag() function
116 getflag:=0;
118 if flags[i].s=up(s) then getflag:=flags[i].x;
159 if getflag(s)>0 then begin id:=4; exit; end;
182 myflag:=getflag(get(x^.r^.ele,area,msg,xmsg,x));
184 myflag:=getflag(get(x^.l^.ele,area,msg,xmsg,x));
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/ffma/
H A Dmatch.pas112 function getflag(s:string):word; in getflag() function
116 getflag:=0;
118 if flags[i].s=up(s) then getflag:=flags[i].x;
159 if getflag(s)>0 then begin id:=4; exit; end;
182 myflag:=getflag(get(x^.r^.ele,area,msg,xmsg,x));
184 myflag:=getflag(get(x^.l^.ele,area,msg,xmsg,x));
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/ffma/
H A Dmatch.pas112 function getflag(s:string):word; in getflag() function
116 getflag:=0;
118 if flags[i].s=up(s) then getflag:=flags[i].x;
159 if getflag(s)>0 then begin id:=4; exit; end;
182 myflag:=getflag(get(x^.r^.ele,area,msg,xmsg,x));
184 myflag:=getflag(get(x^.l^.ele,area,msg,xmsg,x));
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/ffma/
H A Dmatch.pas112 function getflag(s:string):word; in getflag() function
116 getflag:=0;
118 if flags[i].s=up(s) then getflag:=flags[i].x;
159 if getflag(s)>0 then begin id:=4; exit; end;
182 myflag:=getflag(get(x^.r^.ele,area,msg,xmsg,x));
184 myflag:=getflag(get(x^.l^.ele,area,msg,xmsg,x));
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/ffma/
H A Dmatch.pas112 function getflag(s:string):word; in getflag() function
116 getflag:=0;
118 if flags[i].s=up(s) then getflag:=flags[i].x;
159 if getflag(s)>0 then begin id:=4; exit; end;
182 myflag:=getflag(get(x^.r^.ele,area,msg,xmsg,x));
184 myflag:=getflag(get(x^.l^.ele,area,msg,xmsg,x));
/dports/news/husky-hpt/husky-hpt-1.9.20191207/ffma/
H A Dmatch.pas112 function getflag(s:string):word; in getflag() function
116 getflag:=0;
118 if flags[i].s=up(s) then getflag:=flags[i].x;
159 if getflag(s)>0 then begin id:=4; exit; end;
182 myflag:=getflag(get(x^.r^.ele,area,msg,xmsg,x));
184 myflag:=getflag(get(x^.l^.ele,area,msg,xmsg,x));
/dports/news/husky-htick/husky-htick-1.9.20191207/ffma/
H A Dmatch.pas112 function getflag(s:string):word; in getflag() function
116 getflag:=0;
118 if flags[i].s=up(s) then getflag:=flags[i].x;
159 if getflag(s)>0 then begin id:=4; exit; end;
182 myflag:=getflag(get(x^.r^.ele,area,msg,xmsg,x));
184 myflag:=getflag(get(x^.l^.ele,area,msg,xmsg,x));
/dports/news/husky/husky-1.9.20191207/ffma/
H A Dmatch.pas112 function getflag(s:string):word; in getflag() function
116 getflag:=0;
118 if flags[i].s=up(s) then getflag:=flags[i].x;
159 if getflag(s)>0 then begin id:=4; exit; end;
182 myflag:=getflag(get(x^.r^.ele,area,msg,xmsg,x));
184 myflag:=getflag(get(x^.l^.ele,area,msg,xmsg,x));

1234