OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lth
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/hack/
hack.do_name.c
123
size_t
lth
;
local
153
lth
= strlen(buf) + 1;
154
if (
lth
> 63) {
156
lth
= 63;
158
mtmp2 = newmonst(mtmp->mxlth +
lth
);
162
mtmp2->mnamelth =
lth
;
177
size_t
lth
;
local
184
lth
= strlen(buf) + 1;
185
if (
lth
> 63) {
187
lth
= 63
[
all
...]
hack.engrave.c
138
size_t
lth
;
local
144
lth
= strlen(ep->engr_txt);
145
if (
lth
&& cnt > 0) {
147
pos = rn2(
lth
);
153
while (
lth
&& ep->engr_txt[
lth
- 1] == ' ')
154
ep->engr_txt[--
lth
] = 0;
367
unsigned
lth
;
local
370
mread(fd, &
lth
, sizeof(unsigned));
371
if (
lth
== 0
[
all
...]
hack.pager.c
307
int curline,
lth
;
local
313
lth
= CO - maxlen - 2; /* Use full screen width */
314
if (linect < LI &&
lth
>= 10) { /* in a corner */
320
curs(
lth
, curline);
327
curs(
lth
, curline);
332
docorner(
lth
, curline - 1);
/src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bios.c
265
static int parse_lvds_manufacturer_table_header(struct drm_device *dev, struct nvbios *bios, struct lvdstableheader *
lth
)
277
memset(
lth
, 0, sizeof(struct lvdstableheader));
314
lth
->lvds_ver = lvds_ver;
315
lth
->headerlen = headerlen;
316
lth
->recordlen = recordlen;
354
struct lvdstableheader
lth
;
local
405
ret = parse_lvds_manufacturer_table_header(dev, bios, &
lth
);
409
if (
lth
.lvds_ver == 0x30 ||
lth
.lvds_ver == 0x40) {
411
lth
.headerlen + 1
528
struct lvdstableheader
lth
;
local
[
all
...]
Completed in 17 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026