OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hptr
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/ksh/
misc.c
863
void **lptr, **
hptr
;
local
871
hptr
= lptr = base+n;
889
if (j >
hptr
) {
890
if ((c = (*f)(*
hptr
, *j)) == 0) {
891
hptr
++;
892
swap2(
hptr
, j);
897
hptr
++;
898
swap3(i,
hptr
, j);
912
if (lptr-base >= lim-
hptr
) {
913
qsort1(
hptr
+1, lim, f)
[
all
...]
vi.c
1680
char *
hptr
;
local
1690
if ((
hptr
= *histpos()) == NULL) {
1696
if ((es->linelen = strlen(
hptr
)) >= es->cbufsize)
1698
memmove(es->cbuf,
hptr
, es->linelen);
1709
char *
hptr
;
local
1732
hptr
= *histpos();
1733
if ((es->linelen = strlen(
hptr
)) >= es->cbufsize)
1735
memmove(es->cbuf,
hptr
, es->linelen);
/src/games/rogue/
save.c
96
char *
hptr
;
local
100
if ((
hptr
= md_getenv("HOME")) != NULL) {
101
len = strlen(
hptr
) + strlen(sfile);
108
(void)strcpy(name_buffer,
hptr
);
/src/usr.bin/rpcgen/
rpc_cout.c
712
char *ptr, *
hptr
;
local
720
hptr
= ptr;
725
return (
hptr
);
Completed in 17 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026