Home
last modified time | relevance | path

Searched refs:deftype (Results 1 – 25 of 904) sorted by relevance

12345678910>>...37

/dports/games/freeciv-nox11/freeciv-2.6.6/ai/classic/
H A Dclassicai.c79 dai_player_alloc(deftype, pplayer); in cai_player_alloc()
89 dai_player_free(deftype, pplayer); in cai_player_free()
126 dai_gained_control(deftype, pplayer); in cai_gained_control()
178 dai_city_alloc(deftype, pcity); in cai_city_alloc()
188 dai_city_free(deftype, pcity); in cai_city_free()
271 dai_units_ruleset_init(deftype); in cai_units_ruleset_init()
281 dai_units_ruleset_close(deftype); in cai_units_ruleset_close()
291 dai_unit_init(deftype, punit); in cai_unit_init()
301 dai_unit_close(deftype, punit); in cai_unit_close()
331 dai_ferry_lost(deftype, punit); in cai_ferry_lost()
[all …]
/dports/games/freeciv/freeciv-2.6.6/ai/classic/
H A Dclassicai.c79 dai_player_alloc(deftype, pplayer); in cai_player_alloc()
89 dai_player_free(deftype, pplayer); in cai_player_free()
126 dai_gained_control(deftype, pplayer); in cai_gained_control()
178 dai_city_alloc(deftype, pcity); in cai_city_alloc()
188 dai_city_free(deftype, pcity); in cai_city_free()
271 dai_units_ruleset_init(deftype); in cai_units_ruleset_init()
281 dai_units_ruleset_close(deftype); in cai_units_ruleset_close()
291 dai_unit_init(deftype, punit); in cai_unit_init()
301 dai_unit_close(deftype, punit); in cai_unit_close()
331 dai_ferry_lost(deftype, punit); in cai_ferry_lost()
[all …]
/dports/lang/lfe/lfe-1.3/dev/
H A Dinclude-types.lfe20 (deftype (t1) (list (integer)))
26 (deftype (t3 x y)
31 (deftype (t5) (record r1))
47 (deftype (t12 x) (tuple x _))
51 (deftype t13 (binary))
53 (deftype t14 (bitstring))
55 (deftype t15 (bitstring 0 0))
57 (deftype t16 (bitstring 256 0))
59 (deftype t17 (bitstring 0 256))
61 (deftype t18 (bitstring 42 84))
[all …]
/dports/databases/pgloader3/esrap-20211020-git/src/
H A Dtypes.lisp24 (deftype input-position ()
27 (deftype input-length ()
32 (deftype left-recursion-policy ()
37 (deftype nonterminal ()
41 (deftype terminal ()
47 (deftype character-range ()
53 (deftype predicate-name ()
60 (deftype predicate ()
65 (deftype cache-policy ()
68 (deftype error-report-part ()
[all …]
/dports/lang/sbcl/sbcl-1.3.13/tests/
H A Ddeftype.impure.lisp16 (deftype opt (&optional arg)
18 (deftype opt-singleton (&optional (arg))
20 (deftype key (&key arg)
22 (deftype key-singleton (&key (arg))
31 (deftype deftype-with-empty-body ())
36 (deftype deftype.atom-body () t)
37 (with-test (:name (deftype atom :body))
44 (assert (progn (deftype foo () 'integer)
53 (deftype bar (x) `(integer ,x))
60 (deftype anything () whatever)
[all …]
H A Dextended-sequences.impure.lisp40 (deftype bug-1315846-sequence ()
43 (with-test (:name (make-sequence :result-type deftype :bug-1315846))
47 (with-test (:name (map :result-type deftype :bug-1315846))
51 (with-test (:name (merge :result-type deftype :bug-1315846))
55 (with-test (:name (concatenate :result-type deftype :bug-1315846))
/dports/lang/racket/racket-8.3/share/pkgs/plot-lib/plot/private/common/
H A Dtypes.rkt13 (deftype (Treeof A) (U A (Listof (Treeof A))))
15 (deftype Anchor
22 (deftype Color
28 (deftype Plot-Color
31 (deftype Color-Map (Vectorof (List Byte Byte Byte)))
33 (deftype Plot-Pen-Style-Sym
37 (deftype Plot-Pen-Style
40 (deftype Plot-Brush-Style-Sym
45 (deftype Plot-Brush-Style
48 (deftype Point-Sym
[all …]
/dports/x11/cl-clx/clx-0.7.5-65-g8e07155/
H A Dclx.lisp172 (deftype mask32 () 'card32)
174 (deftype mask16 () 'card16)
471 (deftype bit-gravity ()
492 (deftype win-gravity ()
496 (deftype grab-status ()
519 (deftype arc-seq ()
560 (deftype event-mask ()
598 (deftype modifier-key ()
614 (deftype gcontext-key ()
621 (deftype event-key ()
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/clx/mit-clx/
H A Dclx.lisp202 (deftype mask32 () 'card32)
504 (deftype bit-gravity ()
513 (deftype win-gravity ()
517 (deftype grab-status ()
540 (deftype arc-seq ()
582 (deftype event-mask ()
617 (deftype modifier-key ()
620 (deftype modifier-mask ()
633 (deftype gcontext-key ()
640 (deftype event-key ()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/ai/default/
H A Daiplayer.h43 struct ai_type *deftype) in def_ai_city_data() argument
45 return (struct ai_city *)city_ai_data(pcity, deftype); in def_ai_city_data()
49 struct ai_type *deftype) in def_ai_unit_data() argument
51 return (struct unit_ai *)unit_ai_data(punit, deftype); in def_ai_unit_data()
55 struct ai_type *deftype) in def_ai_player_data() argument
57 return (struct ai_plr *)player_ai_data(pplayer, deftype); in def_ai_player_data()
H A Daitech.c382 unit_type_iterate(deftype) { in dai_wants_defender_against()
387 def_values[utype_index(deftype)] = def; in dai_wants_defender_against()
389 if (can_city_build_unit_now(pcity, deftype)) { in dai_wants_defender_against()
392 best_avl = deftype; in dai_wants_defender_against()
397 unit_type_iterate(deftype) { in dai_wants_defender_against()
398 if (def_values[utype_index(deftype)] > best_avl_def in dai_wants_defender_against()
399 && !can_city_build_unit_now(pcity, deftype) in dai_wants_defender_against()
400 && can_city_build_unit_later(pcity, deftype)) { in dai_wants_defender_against()
403 struct advance *itech = deftype->require_advance; in dai_wants_defender_against()
413 if (deftype->need_improvement in dai_wants_defender_against()
[all …]
/dports/games/freeciv/freeciv-2.6.6/ai/default/
H A Daiplayer.h43 struct ai_type *deftype) in def_ai_city_data() argument
45 return (struct ai_city *)city_ai_data(pcity, deftype); in def_ai_city_data()
49 struct ai_type *deftype) in def_ai_unit_data() argument
51 return (struct unit_ai *)unit_ai_data(punit, deftype); in def_ai_unit_data()
55 struct ai_type *deftype) in def_ai_player_data() argument
57 return (struct ai_plr *)player_ai_data(pplayer, deftype); in def_ai_player_data()
H A Daitech.c382 unit_type_iterate(deftype) { in dai_wants_defender_against()
387 def_values[utype_index(deftype)] = def; in dai_wants_defender_against()
389 if (can_city_build_unit_now(pcity, deftype)) { in dai_wants_defender_against()
392 best_avl = deftype; in dai_wants_defender_against()
397 unit_type_iterate(deftype) { in dai_wants_defender_against()
398 if (def_values[utype_index(deftype)] > best_avl_def in dai_wants_defender_against()
399 && !can_city_build_unit_now(pcity, deftype) in dai_wants_defender_against()
400 && can_city_build_unit_later(pcity, deftype)) { in dai_wants_defender_against()
403 struct advance *itech = deftype->require_advance; in dai_wants_defender_against()
413 if (deftype->need_improvement in dai_wants_defender_against()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/typed-racket-doc/typed-racket/scribblings/reference/
H A Dlibraries.scrbl66 @deftype[GIF-Stream]{
70 @deftype[GIF-Colormap]{
89 @deftype[JSExpr]{
103 @deftype[Cookie]{
155 @deftype[Path/Param]{
158 @deftype[URL]{
172 @deftype[PortT]{
177 @deftype[PortT/Bytes]{
185 @deftype[SSL-Protocol]{
234 @deftype[Char-Set]{
[all …]
/dports/databases/pgloader3/flexi-streams-20200925-git/
H A Dmapping.lisp32 (deftype octet ()
36 (deftype char* ()
42 (deftype string* ()
48 (deftype char-code-integer ()
53 (deftype code-point ()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/clx/new-clx/
H A Dimage.lisp38 (deftype buffer-bytes () `(simple-array (unsigned-byte 8) (*)))
40 (deftype pixarray-1-element-type () 'bit)
41 (deftype pixarray-4-element-type () '(unsigned-byte 4))
42 (deftype pixarray-8-element-type () '(unsigned-byte 8))
43 (deftype pixarray-16-element-type () '(unsigned-byte 16))
44 (deftype pixarray-24-element-type () '(unsigned-byte 24))
45 (deftype pixarray-32-element-type () '(unsigned-byte 32))
46 (deftype pixarray-1 () '(array pixarray-1-element-type (* *)))
47 (deftype pixarray-4 () '(array pixarray-4-element-type (* *)))
48 (deftype pixarray-8 () '(array pixarray-8-element-type (* *)))
[all …]
/dports/databases/pgloader3/bordeaux-threads-v0.8.8/src/
H A Dimpl-sbcl.lisp14 (deftype thread ()
33 (deftype lock () 'sb-thread:mutex)
35 (deftype recursive-lock () 'sb-thread:mutex)
90 (deftype timeout ()
99 (deftype semaphore ()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESSelect/
H A DIGESSelect_EditDirPart.cxx39 deftype->StartEnum(0); in IMPLEMENT_STANDARD_RTTIEXT()
40 deftype->AddEnumValue("Void",0); in IMPLEMENT_STANDARD_RTTIEXT()
41 deftype->AddEnumValue("Value",1); in IMPLEMENT_STANDARD_RTTIEXT()
42 deftype->AddEnumValue("Entity",2); in IMPLEMENT_STANDARD_RTTIEXT()
43 return deftype; in IMPLEMENT_STANDARD_RTTIEXT()
49 deftype->StartEnum(0); in NewDefList()
50 deftype->AddEnumValue("None",0); in NewDefList()
51 deftype->AddEnumValue("One",1); in NewDefList()
52 deftype->AddEnumValue("List",2); in NewDefList()
53 return deftype; in NewDefList()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/dig/
H A Dnslookup.c53 static char deftype[MXRD] = "A"; variable
530 printf(" querytype = %-8s\tclass = %s\n", deftype, defclass); in show_settings()
639 strlcpy(deftype, &opt[5], sizeof(deftype)); in setoption()
644 strlcpy(deftype, &opt[3], sizeof(deftype)); in setoption()
649 strlcpy(deftype, &opt[10], sizeof(deftype)); in setoption()
654 strlcpy(deftype, &opt[6], sizeof(deftype)); in setoption()
659 strlcpy(deftype, &opt[3], sizeof(deftype)); in setoption()
664 strlcpy(deftype, &opt[2], sizeof(deftype)); in setoption()
741 tr.base = deftype; in addlookup()
742 tr.length = strlen(deftype); in addlookup()
[all …]
/dports/x11/cl-clx/clx-0.7.5-65-g8e07155/extensions/
H A Dglx.lisp133 (deftype attribute-pair ())
134 (deftype bitfield () 'mask32)
136 (deftype enum () 'card32)
137 (deftype fbconfigid () 'card32)
139 (deftype float32 () 'single-float)
140 (deftype float64 () 'double-float)
142 (deftype context-tag () 'card32)
144 (deftype glx-pixmap () 'card32)
145 (deftype glx-pbuffer () 'card32)
147 (deftype glx-window () 'card32)
[all …]
/dports/lang/sbcl/sbcl-1.3.13/contrib/sb-simple-streams/
H A Dclasses.lisp23 (deftype simple-stream-buffer ()
26 (deftype blocking ()
29 (deftype j-listen-fn ()
32 (deftype j-read-char-fn ()
35 (deftype j-read-chars-fn ()
39 (deftype j-write-char-fn ()
42 (deftype j-write-chars-fn ()
45 (deftype j-unread-char-fn ()
/dports/databases/pgloader3/alexandria-20200925-git/alexandria-1/
H A Dtypes.lisp3 (deftype array-index (&optional (length (1- array-dimension-limit)))
9 (deftype array-length (&optional (length (1- array-dimension-limit)))
63 (deftype ,negative-name ()
67 (deftype ,non-positive-name ()
71 (deftype ,non-negative-name ()
75 (deftype ,positive-name ()
/dports/devel/cl-alexandria/alexandria-f35e232ceb2ada8d10e7fdf27ccac07f781eea0e/alexandria-1/
H A Dtypes.lisp3 (deftype array-index (&optional (length (1- array-dimension-limit)))
9 (deftype array-length (&optional (length (1- array-dimension-limit)))
63 (deftype ,negative-name ()
67 (deftype ,non-positive-name ()
71 (deftype ,non-negative-name ()
75 (deftype ,positive-name ()
/dports/dns/bind916/bind-9.16.27/bin/dig/
H A Dnslookup.c74 static char deftype[MXRD] = "A"; variable
554 printf(" querytype = %-8s\tclass = %s\n", deftype, defclass); in show_settings()
661 strlcpy(deftype, &opt[5], sizeof(deftype)); in setoption()
666 strlcpy(deftype, &opt[3], sizeof(deftype)); in setoption()
671 strlcpy(deftype, &opt[10], sizeof(deftype)); in setoption()
676 strlcpy(deftype, &opt[6], sizeof(deftype)); in setoption()
681 strlcpy(deftype, &opt[3], sizeof(deftype)); in setoption()
686 strlcpy(deftype, &opt[2], sizeof(deftype)); in setoption()
763 tr.base = deftype; in addlookup()
764 tr.length = strlen(deftype); in addlookup()
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/dig/
H A Dnslookup.c74 static char deftype[MXRD] = "A"; variable
554 printf(" querytype = %-8s\tclass = %s\n", deftype, defclass); in show_settings()
661 strlcpy(deftype, &opt[5], sizeof(deftype)); in setoption()
666 strlcpy(deftype, &opt[3], sizeof(deftype)); in setoption()
671 strlcpy(deftype, &opt[10], sizeof(deftype)); in setoption()
676 strlcpy(deftype, &opt[6], sizeof(deftype)); in setoption()
681 strlcpy(deftype, &opt[3], sizeof(deftype)); in setoption()
686 strlcpy(deftype, &opt[2], sizeof(deftype)); in setoption()
763 tr.base = deftype; in addlookup()
764 tr.length = strlen(deftype); in addlookup()
[all …]

12345678910>>...37