OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ppos
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/at/
at.c
174
char *ap, *
ppos
;
local
200
ppos
= atfile + strlen(atfile);
235
(void)snprintf(
ppos
, sizeof(atfile) - (
ppos
- atfile),
238
for (ap =
ppos
; *ap != '\0'; ap++)
/src/sys/dev/wscons/
wsdisplay_vcons.c
1030
int pos, c, offset,
ppos
;
local
1037
ppos
= ri->ri_cols * row + dstcol;
1038
pos =
ppos
+ offset;
1041
if ((scr->scr_chars[pos] != vdp->chars[
ppos
]) ||
1042
(scr->scr_attrs[pos] != vdp->attrs[
ppos
])) {
1045
vdp->chars[
ppos
] = scr->scr_chars[pos];
1046
vdp->attrs[
ppos
] = scr->scr_attrs[pos];
1053
ppos
++;
1184
int pos, l, c, offset,
ppos
;
local
1191
ppos
= ri->ri_cols * dstrow
[
all
...]
/src/usr.bin/gzip/
unlz.c
283
off_t pos,
ppos
, spos, dict_size;
member in struct:lz_decoder
306
lz->
ppos
+= lz->pos;
385
lz->pos = lz->
ppos
= lz->spos = 0;
427
return lz->
ppos
+ lz->pos;
Completed in 77 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026