OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_base
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/patch/
pch.c
68
static LINENUM
p_base
; /* where to intuit this time */
variable in typeref:typename:LINENUM
69
static LINENUM p_bline; /* line # of
p_base
*/
193
if (
p_base
!= 0L &&
p_base
>= p_filesize) {
202
if (
p_base
!= 0L) {
211
(
p_base
== 0L ? "L" : "The next patch l"),
265
fseek(pfp,
p_base
, SEEK_SET);
421
p_base
= file_pos;
433
if (
p_base
> file_pos)
434
fatal("Internal error: seek %ld>%ld\n",
p_base
, file_pos)
[
all
...]
pch.c
68
static LINENUM
p_base
; /* where to intuit this time */
variable in typeref:typename:LINENUM
69
static LINENUM p_bline; /* line # of
p_base
*/
193
if (
p_base
!= 0L &&
p_base
>= p_filesize) {
202
if (
p_base
!= 0L) {
211
(
p_base
== 0L ? "L" : "The next patch l"),
265
fseek(pfp,
p_base
, SEEK_SET);
421
p_base
= file_pos;
433
if (
p_base
> file_pos)
434
fatal("Internal error: seek %ld>%ld\n",
p_base
, file_pos)
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025