Home
last modified time | relevance | path

Searched +refs:special +refs:mode +refs:map (Results 1 – 25 of 24198) sorted by relevance

12345678910>>...968

/dports/games/bomberclone/bomberclone-0.11.9/src/
H A Dspecial.c29 p->special.numuse--; in special_trigger()
30 if (!p->special.numuse) in special_trigger()
120 if (p->special.type == SP_liquid) in special_liquidmoved()
121 b->mode = BM_liquid; in special_liquidmoved()
123 b->mode = BM_moving; in special_liquidmoved()
179 b->mode = BM_pushed; in special_push()
248 b->mode = BM_kicked; in special_kick()
268 _special *s = &players[p_nr].special; in special_pickup()
313 players[p_nr].special.type = 0; in special_clear()
325 s = &players[p_nr].special; in special_loop()
[all …]
H A Dbomb.c39 if (bomb->mode != BM_normal) { in draw_bomb()
51 if (bomb->mode == BM_kicked) y++; in draw_bomb()
148 else if (bomb->mode == BM_moving || bomb->mode == BM_liquid) { in bomb_move()
195 && (bomb->mode == BM_liquid || bomb->mode == BM_moving) && keepdir); in bomb_move()
333 if (map.field[_x][_y].special != FT_nothing) { in explosion_restore()
334 map.field[_x][_y].type = map.field[_x][_y].special; in explosion_restore()
335 map.field[_x][_y].special = FT_nothing; in explosion_restore()
350 if (bomb->mode == BM_moving || bomb->mode == BM_pushed || bomb->mode == BM_liquid) in explosion_restore()
522 bomb->mode = BM_normal; in bomb_kicked()
535 switch (bomb->mode) { in bomb_action()
[all …]
/dports/news/nn/nn-6.7.3/help/
H A Dhelp.map3 map TABLE show contents of mapping table
5 map menu KEY COMMAND map KEY into COMMAND in menu mode
6 map show KEY COMMAND map KEY into COMMAND in article presentation mode
7 map both KEY COMMAND map KEY into COMMAND in both modes
8 map key KEY1 KEY2 map KEY1 into KEY2 (unconditionally)
9 map #N CH1 CH2 ... define the input sequence CH1 CH2 ... as special key N
13 map TABLE KEY1 as KEY2 map KEY1 into the command bound to KEY2
14 map TABLE KEY macro N map KEY to invoke macro number N
15 map menu KEY article N map KEY to select item number N (base 0) on the menu
23 #N special key number N
/dports/graphics/zathura/zathura-0.4.5/doc/configuration/
H A Dmap.rst1 map - Mapping a shortcut
10 map [mode] <binding> <shortcut function> <argument>
17 several modes it is possible to map bindings only for a specific mode by
18 passing the *mode* argument which can take one of the following values:
69 following special keys are currently available:
125 Of course it is possible to combine those special keys with a modifier.
137 following special keys:
168 map abc quit
179 | abort | *Switch back to normal mode* |
183 | change\_mode | *Change current mode* |
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/msdos/
H A Dvidvesa.c88 map[y][x].special = 0; \
138 unsigned mode; member
168 unsigned mode; in vesa_GetModeInfo()
202 if (mode == old_mode_table[i].mode) {
554 map[ry][col].ch = ch;
555 map[ry][col].special = special;
563 if (!iflags.over_view && map[ry][col].special)
637 if (!iflags.over_view && map[y][x].special) in vesa_redrawmap()
638 decal_packed(packcell, map[y][x].special); in vesa_redrawmap()
737 unsigned special;
[all …]
H A Dvidvga.c169 map[y][x].special = 0; \
386 map[ry][col].special = special;
394 if (map[ry][col].special)
491 if (map[y][x].special)
492 decal_planar(&planecell, map[y][x].special);
625 if (map[y][x].special)
626 decal_planar(&planecell, map[y][x].special);
805 vga_SwitchMode(unsigned int mode) in vga_SwitchMode() argument
809 if ((mode == MODE640x480) || (mode == MODETEXT)) { in vga_SwitchMode()
810 if (iflags.usevga && (mode == MODE640x480)) { in vga_SwitchMode()
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/msdos/
H A Dvidvesa.c88 map[y][x].special = 0; \
138 unsigned mode; member
168 unsigned mode; in vesa_GetModeInfo()
202 if (mode == old_mode_table[i].mode) {
554 map[ry][col].ch = ch;
555 map[ry][col].special = special;
563 if (!iflags.over_view && map[ry][col].special)
637 if (!iflags.over_view && map[y][x].special) in vesa_redrawmap()
638 decal_packed(packcell, map[y][x].special); in vesa_redrawmap()
737 unsigned special;
[all …]
H A Dvidvga.c169 map[y][x].special = 0; \
386 map[ry][col].special = special;
394 if (map[ry][col].special)
491 if (map[y][x].special)
492 decal_planar(&planecell, map[y][x].special);
625 if (map[y][x].special)
626 decal_planar(&planecell, map[y][x].special);
805 vga_SwitchMode(unsigned int mode) in vga_SwitchMode() argument
809 if ((mode == MODE640x480) || (mode == MODETEXT)) { in vga_SwitchMode()
810 if (iflags.usevga && (mode == MODE640x480)) { in vga_SwitchMode()
[all …]
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/cookbook/
H A Done-liner.rst7 Modern mode simplifies GMT by placing all commands between gmt :doc:`/begin` and gmt :doc:`/end`.
8 However, for very simple plots, such as a simple coastline map that only requires a call to
10 longer and more tedious to maintain. Because of this, we have implemented a special and quick way
11 to begin and end GMT modern mode within a single call to a plotting module. When the plot finishes
17 The syntax for this special mechanism involves a few simple rules:
19 #. The command must be a plotting command and modern mode syntax (e.g., :doc:`/coast` instead
21 #. The plot file and type must be specified with the special option **-format** *prefix*,
26 #. The one-liner command cannot itself be part of a longer modern mode session.
31 To make a Mercator coastline plot of France, painting land blue, adding map frame and
38 To make a DEM map of France using the default DEM color table and data from the 1m global
/dports/games/nethack34-nox11/nethack-3.4.3/sys/msdos/
H A Dvidvga.c154 map[y][x].ch = S_stone; map[y][x].attr = 0; map[y][x].special = 0;} }
400 map[ry][col].special = special;
408 if (map[ry][col].special) decal_planar(planecell, special);
519 if (map[y][x].special)
520 decal_planar(planecell, map[y][x].special);
662 if (map[y][x].special) decal_planar(planecell, map[y][x].special);
754 void vga_SwitchMode(unsigned int mode) in vga_SwitchMode() argument
758 if ((mode == MODE640x480) || (mode == MODETEXT)) { in vga_SwitchMode()
759 if (iflags.usevga && (mode == MODE640x480)) { in vga_SwitchMode()
764 regs.x.ax = mode; in vga_SwitchMode()
[all …]
/dports/games/nethack34/nethack-3.4.3/sys/msdos/
H A Dvidvga.c154 map[y][x].ch = S_stone; map[y][x].attr = 0; map[y][x].special = 0;} }
400 map[ry][col].special = special;
408 if (map[ry][col].special) decal_planar(planecell, special);
519 if (map[y][x].special)
520 decal_planar(planecell, map[y][x].special);
662 if (map[y][x].special) decal_planar(planecell, map[y][x].special);
754 void vga_SwitchMode(unsigned int mode) in vga_SwitchMode() argument
758 if ((mode == MODE640x480) || (mode == MODETEXT)) { in vga_SwitchMode()
759 if (iflags.usevga && (mode == MODE640x480)) { in vga_SwitchMode()
764 regs.x.ax = mode; in vga_SwitchMode()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/msdos/
H A Dvidvga.c154 map[y][x].ch = S_stone; map[y][x].attr = 0; map[y][x].special = 0;} }
400 map[ry][col].special = special;
408 if (map[ry][col].special) decal_planar(planecell, special);
519 if (map[y][x].special)
520 decal_planar(planecell, map[y][x].special);
662 if (map[y][x].special) decal_planar(planecell, map[y][x].special);
754 void vga_SwitchMode(unsigned int mode) in vga_SwitchMode() argument
758 if ((mode == MODE640x480) || (mode == MODETEXT)) { in vga_SwitchMode()
759 if (iflags.usevga && (mode == MODE640x480)) { in vga_SwitchMode()
764 regs.x.ax = mode; in vga_SwitchMode()
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/unsupported/msdos/
H A Dvidvga.c154 map[y][x].ch = S_stone; map[y][x].attr = 0; map[y][x].special = 0;} }
400 map[ry][col].special = special;
408 if (map[ry][col].special) decal_planar(planecell, special);
519 if (map[y][x].special)
520 decal_planar(planecell, map[y][x].special);
662 if (map[y][x].special) decal_planar(planecell, map[y][x].special);
754 void vga_SwitchMode(unsigned int mode) in vga_SwitchMode() argument
758 if ((mode == MODE640x480) || (mode == MODETEXT)) { in vga_SwitchMode()
759 if (iflags.usevga && (mode == MODE640x480)) { in vga_SwitchMode()
764 regs.x.ax = mode; in vga_SwitchMode()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/sys/msdos/
H A Dvidvga.c154 map[y][x].ch = S_stone; map[y][x].attr = 0; map[y][x].special = 0;} }
400 map[ry][col].special = special;
408 if (map[ry][col].special) decal_planar(planecell, special);
519 if (map[y][x].special)
520 decal_planar(planecell, map[y][x].special);
662 if (map[y][x].special) decal_planar(planecell, map[y][x].special);
754 void vga_SwitchMode(unsigned int mode) in vga_SwitchMode() argument
758 if ((mode == MODE640x480) || (mode == MODETEXT)) { in vga_SwitchMode()
759 if (iflags.usevga && (mode == MODE640x480)) { in vga_SwitchMode()
764 regs.x.ax = mode; in vga_SwitchMode()
[all …]
/dports/editors/hexer/hexer-1.0.3/
H A Dtio.h256 tio_keyscan(int *key, char *s, int mode);
453 tio_set_cursor(int mode);
540 tio_mgetch(int map, char *map_string);
543 tio_map(int map, char *from, char *to, int special);
546 tio_unmap(int map, char *from, int special);
549 tio_maplist(int map);
/dports/games/xnethack/xNetHack-xnh6.1/sys/msdos/
H A Dvidvga.c170 map[y][x].special = 0; \
380 map[ry][col].special = special; in vga_xputg()
388 if (map[ry][col].special) in vga_xputg()
481 if (map[y][x].special)
482 decal_planar(&planecell, map[y][x].special);
614 if (map[y][x].special)
615 decal_planar(&planecell, map[y][x].special);
688 if (map[ry][col].special & MG_FEMALE)
795 vga_SwitchMode(unsigned int mode) argument
799 if ((mode == MODE640x480) || (mode == MODETEXT)) {
[all …]
H A Dvidvesa.c87 unsigned special; member
98 map[y][x].special = 0; \
164 unsigned mode; member
209 regs.x.cx = mode; in vesa_GetModeInfo()
226 if (mode == old_mode_table[i].mode) { in vesa_GetModeInfo()
686 map[ry][col].ch = ch; in vesa_xputg()
687 map[ry][col].special = special; in vesa_xputg()
696 if (!iflags.over_view && map[ry][col].special) in vesa_xputg()
700 if (map[ry][col].special & MG_FEMALE) in vesa_xputg()
1197 regs.x.ax = mode; in vesa_SwitchMode()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/msdos/
H A Dvidvga.c153 unsigned special; member
158 map[y][x].ch = S_stone; map[y][x].attr = 0; map[y][x].special = 0;} }
425 map[ry][col].special = special;
433 if (map[ry][col].special) decal_planar(planecell, special);
558 if (map[y][x].special)
559 decal_planar(planecell, map[y][x].special);
812 void vga_SwitchMode(unsigned int mode) in vga_SwitchMode() argument
816 if ((mode == MODE640x480) || (mode == MODETEXT)) { in vga_SwitchMode()
817 if (iflags.usevga && (mode == MODE640x480)) { in vga_SwitchMode()
822 regs.x.ax = mode; in vga_SwitchMode()
[all …]
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dmzclpf_post.inc4 special handling is a kind of dependent reference, where the
19 uintptr_t map;
44 in incremental mode, though, the prefix won't be moved: */
49 /* Mark the prefix as reached in incremental mode, which
50 triggers special handling for backpointers */
57 if ((use_bits[0] & map) != map) {
59 if (map & ((unsigned int)1 << i)) {
65 use_bits[0] |= map;
71 map = u[i+1];
72 if ((use_bits[i] & map) != map) {
[all …]
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dmzclpf_post.inc4 special handling is a kind of dependent reference, where the
19 uintptr_t map;
44 in incremental mode, though, the prefix won't be moved: */
49 /* Mark the prefix as reached in incremental mode, which
50 triggers special handling for backpointers */
57 if ((use_bits[0] & map) != map) {
59 if (map & ((unsigned int)1 << i)) {
65 use_bits[0] |= map;
71 map = u[i+1];
72 if ((use_bits[i] & map) != map) {
[all …]
/dports/games/eureka/eureka-1.27b-source/common/
H A Dhexen_lines.ugh50 special 61 g "Plat_Stop" tag
83 special 109 l "Force Lightning" mode
88 special 73 t "Damage Thing" damage
118 special 0 - "NOTHING"
127 special 80 k "ACS_Execute" script map param1 param2 param3
128 special 83 k "ACS_Execute /lock" script map param1 param2 lock
129 special 81 k "ACS_Suspend" script map
130 special 82 k "ACS_Terminate" script map
134 special 100 a "Scroll_Left" speed
146 special 74 x "Exit_ToMap" map position
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/macro-debugger-text-lib/macro-debugger/syntax-browser/
H A Dpretty-helper.rkt30 (struct wrapped-stx (contents mode)
32 (lambda (self out mode)
33 (fprintf out "~a" (wrapped-mode-prefix (wrapped-stx-mode self)))
36 (define (wrapped-mode-prefix mode)
37 (case mode
78 ;; Syntax objects which are eq? will map to same flat values
145 (refold (map loop fields))))]
184 ;; check+convert-special-expression : syntax -> #f/syntaxish
185 (define (check+convert-special-expression stx)
191 (memq (syntax-e kw) special-expression-keywords)
[all …]
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/plugins/phpseclib/File/
H A DASN1.php143 * @param int $mode
279 $this->__construct($mode);
638 $map = array();
644 if (($map[] = $this->asn1map($content, $child, $special)) === null) {
649 return $map;
706 return $i < $n ? null: $map;
710 $map = array();
716 if (($map[] = $this->asn1map($content, $child, $special)) === null) {
721 return $map;
776 if (!isset($map[$key])) {
[all …]
/dports/editors/vigor/vigor-0.016/docs/internals/
H A Dquoting18 1: In vi text input mode.
19 2: In vi command mode.
23 1: Vi text input mode (a, i, o, :colon commands, etc.):
26 As ^L and ^Z were not special in input mode, they are not listed.
50 maps were not triggered if any part of the map was escaped
57 2: Vi command mode
60 character of a map was escaped by a ^V.
63 character from being mapped, so you can do ":map x xxx" and
79 character. In the abbreviate, unabbreviate, map and unmap
111 :map word string (word, string)
[all …]
/dports/japanese/libskk/libskk-1.0.5/rules/
H A DREADME.rules15 <map-file>
18 <map-file>
33 * Format of map files
44 <map>: {
64 of the current map file. Otherwise, libskk looks for the map file
99 This map file includes "default" map file first, replace mapping of
116 set-input-mode-<mode>
117 special-midasi
136 in katakana and hankaku-katakana input mode (automatically derived
157 This map file includes "default" map file first, defines new mappings
[all …]

12345678910>>...968