OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newlast
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/kern/
kern_descrip.c
1431
int i, j, numfiles, lastfile,
newlast
;
local
1505
newlast
= -1;
1553
newlast
= i;
1556
newfdp->fd_lastfile =
newlast
;
/src/usr.bin/patch/
patch.c
713
const LINENUM
newlast
= newfirst + pch_repl_lines() - 1;
local
730
if (
newlast
< newfirst)
732
else if (
newlast
== newfirst)
736
newlast
, minuses);
/src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc
2665
struct source_string *last, *
newlast
;
local
2699
newlast
= XNEW (struct source_string);
2700
newlast
->type = srctype;
2701
newlast
->str = src;
2702
newlast
->next = NULL;
2710
last->next =
newlast
;
2713
tpoint->source_strings =
newlast
;
/src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc
2665
struct source_string *last, *
newlast
;
local
2699
newlast
= XNEW (struct source_string);
2700
newlast
->type = srctype;
2701
newlast
->str = src;
2702
newlast
->next = NULL;
2710
last->next =
newlast
;
2713
tpoint->source_strings =
newlast
;
Completed in 89 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026