Home
last modified time | relevance | path

Searched refs:lth (Results 1 – 24 of 24) sorted by relevance

/openbsd/games/hack/
H A Dhack.do_name.c119 int cx,cy,lth,i; in do_mname() local
148 lth = strlen(buf)+1; in do_mname()
149 if(lth > 63){ in do_mname()
151 lth = 63; in do_mname()
157 mtmp2->mnamelth = lth; in do_mname()
172 int lth; in do_oname() local
180 lth = strlen(buf)+1; in do_oname()
181 if(lth > 63){ in do_oname()
183 lth = 63; in do_oname()
185 otmp2 = newobj(lth); in do_oname()
[all …]
H A Dhack.engrave.c130 int lth,pos; in wipe_engr_at() local
137 lth = strlen(ep->engr_txt); in wipe_engr_at()
138 if(lth && cnt > 0 ) { in wipe_engr_at()
140 pos = rn2(lth); in wipe_engr_at()
146 while(lth && ep->engr_txt[lth-1] == ' ') in wipe_engr_at()
147 ep->engr_txt[--lth] = 0; in wipe_engr_at()
360 unsigned lth; in rest_engravings() local
364 mread(fd, (char *) &lth, sizeof(unsigned)); in rest_engravings()
365 if(lth == 0) return; in rest_engravings()
366 ep = (struct engr *) alloc(sizeof(struct engr) + lth); in rest_engravings()
[all …]
H A Dalloc.c69 alloc(unsigned int lth) in alloc() argument
73 if(!(ptr = malloc(lth))) in alloc()
74 panic("Cannot get %d bytes", lth); in alloc()
H A Dhack.pager.c301 int curline, lth; in cornline() local
306 lth = CO - maxlen - 2; /* Use full screen width */ in cornline()
307 if (linect < LI && lth >= 10) { /* in a corner */ in cornline()
313 curs(lth, curline); in cornline()
320 curs(lth, curline); in cornline()
325 docorner(lth, curline-1); in cornline()
H A Dhack.pri.c660 cornbot(int lth) in cornbot() argument
662 if(lth < sizeof(oldbot)) { in cornbot()
663 oldbot[lth] = 0; in cornbot()
/openbsd/gnu/usr.bin/gcc/
H A DMAINTAINERS257 Krister Walfridsson cato@df.lth.se
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20004372 2000-04-05 Petter Urkedal <petter@matfys.lth.se>
4578 2000-03-18 Petter Urkedal <petter@matfys.lth.se>
4834 Petter Urkedal <petter@matfys.lth.se>
4847 2000-03-02 Petter Urkedal <petter@matfys.lth.se>
5169 2000-02-15 Petter Urkedal <petter@matfys.lth.se>
5341 2000-02-05 Petter Urkedal <petter@matfys.lth.se>
6103 1999-11-29 Petter Urkedal <petter@matfys.lth.se>
6396 1999-10-22 Petter Urkedal <petter@matfys.lth.se>
6477 1999-10-12 Petter Urkedal <petter@matfys.lth.se>
/openbsd/gnu/lib/libstdc++/libstdc++/libio/
H A DChangeLog319 Fri Feb 13 00:57:20 1998 Krister Walfridsson (cato@df.lth.se)
376 Sun Feb 1 13:08:18 1998 Krister Walfridsson (cato@df.lth.se)
/openbsd/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog1158 Sat Jun 13 11:46:38 1998 Anders Blomdell <anders.blomdell@control.lth.se>
H A DChangeLog8694 2002-11-27 Krister Walfridsson <cato@df.lth.se>
14194 2002-09-08 Krister Walfridsson <cato@df.lth.se>
14482 2002-09-04 Krister Walfridsson <cato@df.lth.se>
14874 2002-08-30 Krister Walfridsson <cato@df.lth.se>
16979 2002-08-02 Krister Walfridsson <cato@df.lth.se>
H A DChangeLog.02034 Sat Jun 13 13:10:40 1998 Krister Walfridsson <cato@df.lth.se>
3506 Sun May 17 08:45:21 1998 Krister Walfridsson <cato@df.lth.se>
5217 Tue Apr 14 11:31:28 1998 Krister Walfridsson <cato@df.lth.se>
H A DChangeLog.114 Tue May 18 00:51:46 1999 Krister Walfridsson <cato@df.lth.se>
1685 Fri Apr 9 21:02:57 1999 Krister Walfridsson (cato@df.lth.se)
13742 Sat Sep 5 13:40:24 1998 Krister Walfridsson <cato@df.lth.se>
H A DChangeLog.76278 2002-05-20 Krister Walfridsson <cato@df.lth.se>
14977 2002-03-04 Krister Walfridsson <cato@df.lth.se>
19268 2002-01-22 Krister Walfridsson <cato@df.lth.se>
H A DChangeLog.26210 Sat Oct 2 11:28:33 1999 Krister Walfridsson <cato@df.lth.se>
H A DChangeLog.58934 2001-03-06 Krister Walfridsson <cato@df.lth.se>
H A DChangeLog.314122 Wed Feb 2 23:04:47 2000 Krister Walfridsson <cato@df.lth.se>
H A DChangeLog.68422 2001-10-16 Krister Walfridsson <cato@df.lth.se>
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-20022006 2002-08-02 Krister Walfridsson <cato@df.lth.se>
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-98993796 Thu May 7 13:20:56 1998 Anders Blomdell <anders.blomdell@control.lth.se>
H A DChangeLog-9697566 <anders.blomdell@control.lth.se>.
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-98993796 Thu May 7 13:20:56 1998 Anders Blomdell <anders.blomdell@control.lth.se>
H A DChangeLog-9697566 <anders.blomdell@control.lth.se>.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog3409 2002-08-02 Krister Walfridsson <cato@df.lth.se>
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog3001 2002-09-15 Krister Walfridsson <cato@df.lth.se>