Home
last modified time | relevance | path

Searched refs:mapchar (Results 1 – 25 of 81) sorted by relevance

1234

/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/analyser/
H A Danaly_names.cc86 char mc = mapchar[(uint8)*str]; in valid_name()
90 mc = mapchar[(uint8)*str]; in valid_name()
104 char mc = mapchar[(uint8)str[0]]; in make_valid_name_T()
110 mc = mapchar[(uint8)str[i]]; in make_valid_name_T()
137 char mc = mapchar[(uint8)*str]; in make_valid_name()
143 mc = mapchar[(uint8)*str]; in make_valid_name()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/wscons/
H A Dwsemul_vt100_chars.c86 (*vd->emulops->mapchar)(vd->emulcookie, 128 + i, in vt100_initchartables()
89 (*vd->emulops->mapchar)(vd->emulcookie, decspcgr2uni[i], in vt100_initchartables()
92 (*vd->emulops->mapchar)(vd->emulcookie, dectech2uni[i], in vt100_initchartables()
151 (*vd->emulops->mapchar)(vd->emulcookie, i, &edp->nrctab[i]); in vt100_setnrc()
153 (*vd->emulops->mapchar)(vd->emulcookie, nrctable[nrc].c[i], in vt100_setnrc()
/dports/games/adonthell/adonthell-0.3.8/src/
H A Dlandmap.cc47 while (mapchar.size ()) in clear()
48 mapchar.front ()->remove_from_map (); in clear()
78 for (ic = mapchar.begin (); ic != mapchar.end (); ic++) in update()
249 mapcharacter *mc = mapchar[i]; in put_state()
328 for (ic = mapchar.begin (); ic != mapchar.end (); ic++) in insert_submap()
346 for (ic = mapchar.begin (); ic != mapchar.end (); ic++) in delete_submap()
H A Dlandmap.h109 return mapchar.size (); in nbr_of_mapcharacters()
145 return mapchar[pos]; in get_mapcharacter()
385 vector <mapcharacter *> mapchar; variable
/dports/games/sokoban/sokoban/
H A Dplay.c206 mapchar( map[ppos.x][ppos.y], ppos.x, ppos.y);
207 mapchar( map[tpos1.x][tpos1.y], tpos1.x, tpos1.y);
208 mapchar( map[tpos2.x][tpos2.y], tpos2.x, tpos2.y);
229 mapchar( map[ppos.x][ppos.y], ppos.x, ppos.y); in undomove()
230 mapchar( map[last_p1.x][last_p1.y], last_p1.x, last_p1.y); in undomove()
231 mapchar( map[last_p2.x][last_p2.y], last_p2.x, last_p2.y); in undomove()
H A Dshowscreen.c15 mapchar( map[i][j], i, j); in showscreen()
27 mapchar( c, i, j) in mapchar() function
/dports/games/adonthell-wastesedge/wastesedge-0.3.8/scripts/game_events/
H A Dcharacter_speak.py24 self.mapchar = adonthell.gamedata_get_character (name)
28 self.mapchar.speak (self.sentence)
H A Dsearch_chest.py26 self.mapchar = adonthell.gamedata_get_character (name)
41 self.mapchar.speak (_("I know this chest. The Lady uses it on her journeys."))
/dports/databases/py-sqlite3/Python-3.8.12/Tools/unicode/
H A Dgencodec.py233 mapchar = UNI_UNDEFINED
239 mapchar = chr(mapvalue)
240 maxchar = max(maxchar, ord(mapchar))
242 append(' %a \t# %s -> %s' % (mapchar,
246 append(' %a' % mapchar)
/dports/databases/py-gdbm/Python-3.8.12/Tools/unicode/
H A Dgencodec.py233 mapchar = UNI_UNDEFINED
239 mapchar = chr(mapvalue)
240 maxchar = max(maxchar, ord(mapchar))
242 append(' %a \t# %s -> %s' % (mapchar,
246 append(' %a' % mapchar)
/dports/lang/python-tools/Python-3.8.12/Tools/unicode/
H A Dgencodec.py233 mapchar = UNI_UNDEFINED
239 mapchar = chr(mapvalue)
240 maxchar = max(maxchar, ord(mapchar))
242 append(' %a \t# %s -> %s' % (mapchar,
246 append(' %a' % mapchar)
/dports/lang/python311/Python-3.11.0a3/Tools/unicode/
H A Dgencodec.py233 mapchar = UNI_UNDEFINED
239 mapchar = chr(mapvalue)
240 maxchar = max(maxchar, ord(mapchar))
242 append(' %a \t# %s -> %s' % (mapchar,
246 append(' %a' % mapchar)
/dports/lang/python37/Python-3.7.12/Tools/unicode/
H A Dgencodec.py234 mapchar = UNI_UNDEFINED
240 mapchar = chr(mapvalue)
241 maxchar = max(maxchar, ord(mapchar))
243 append(' %a \t# %s -> %s' % (mapchar,
247 append(' %a' % mapchar)
/dports/lang/python38/Python-3.8.12/Tools/unicode/
H A Dgencodec.py233 mapchar = UNI_UNDEFINED
239 mapchar = chr(mapvalue)
240 maxchar = max(maxchar, ord(mapchar))
242 append(' %a \t# %s -> %s' % (mapchar,
246 append(' %a' % mapchar)
/dports/lang/python39/Python-3.9.9/Tools/unicode/
H A Dgencodec.py233 mapchar = UNI_UNDEFINED
239 mapchar = chr(mapvalue)
240 maxchar = max(maxchar, ord(mapchar))
242 append(' %a \t# %s -> %s' % (mapchar,
246 append(' %a' % mapchar)
/dports/lang/python310/Python-3.10.1/Tools/unicode/
H A Dgencodec.py233 mapchar = UNI_UNDEFINED
239 mapchar = chr(mapvalue)
240 maxchar = max(maxchar, ord(mapchar))
242 append(' %a \t# %s -> %s' % (mapchar,
246 append(' %a' % mapchar)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/unicode/
H A Dgencodec.py233 mapchar = UNI_UNDEFINED
239 mapchar = chr(mapvalue)
240 maxchar = max(maxchar, ord(mapchar))
242 append(' %a \t# %s -> %s' % (mapchar,
246 append(' %a' % mapchar)
/dports/lang/python-legacy/Python-2.7.18/Tools/unicode/
H A Dgencodec.py231 mapchar = UNI_UNDEFINED
237 mapchar = unichr(mapvalue)
239 append(' %r\t# %s -> %s' % (mapchar,
243 append(' %r' % mapchar)
/dports/lang/python27/Python-2.7.18/Tools/unicode/
H A Dgencodec.py231 mapchar = UNI_UNDEFINED
237 mapchar = unichr(mapvalue)
239 append(' %r\t# %s -> %s' % (mapchar,
243 append(' %r' % mapchar)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
H A Dgencodec.py231 mapchar = UNI_UNDEFINED
237 mapchar = unichr(mapvalue)
239 append(' %r\t# %s -> %s' % (mapchar,
243 append(' %r' % mapchar)
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/builtin/
H A Dstrings.c73 mapchar(register int c) in mapchar() function
115 if ((flags & MULTILINE) && (d = mapchar(c))) in outstring()
/dports/shells/ksh93/ast-93u/src/cmd/builtin/
H A Dstrings.c73 mapchar(register int c) in mapchar() function
115 if ((flags & MULTILINE) && (d = mapchar(c))) in outstring()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/builtin/
H A Dstrings.c73 mapchar(register int c) in mapchar() function
115 if ((flags & MULTILINE) && (d = mapchar(c))) in outstring()
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dutil.h23 #define mapchar(c) (c) macro
28 #define mapchar(c) ((c) ? (c) & 0xFF : 0x80) macro
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dstore.cc276 if (mapchar[(byte)cur]!='0') setSyntaxError(); in getInt()
283 } while (mapchar[(byte)cur]=='0' || mapchar[(byte)cur]=='A'); in getInt()
478 switch (mapchar[(byte)cur]) { in skipWhite()

1234