OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_line
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/patch/
pch.c
63
static char **
p_line
= NULL;/* the text of the hunk */
variable in typeref:typename:char **
135
if (
p_line
== NULL)
136
p_line
= calloc((size_t) hunkmax, sizeof(char *));
156
if (
p_line
== NULL || p_len == NULL || p_char == NULL)
159
new_p_line = pch_realloc(
p_line
, new_hunkmax, sizeof(char *));
161
free(
p_line
);
173
p_line
= new_p_line;
175
if (
p_line
!= NULL && p_len != NULL && p_char != NULL) {
528
free(
p_line
[p_end]);
571
p_line
[p_end] = NULL
[
all
...]
pch.c
63
static char **
p_line
= NULL;/* the text of the hunk */
variable in typeref:typename:char **
135
if (
p_line
== NULL)
136
p_line
= calloc((size_t) hunkmax, sizeof(char *));
156
if (
p_line
== NULL || p_len == NULL || p_char == NULL)
159
new_p_line = pch_realloc(
p_line
, new_hunkmax, sizeof(char *));
161
free(
p_line
);
173
p_line
= new_p_line;
175
if (
p_line
!= NULL && p_len != NULL && p_char != NULL) {
528
free(
p_line
[p_end]);
571
p_line
[p_end] = NULL
[
all
...]
/src/usr.bin/xlint/lint2/
lint2.h
55
int
p_line
;
member in struct:lint2_type::__anon516cfa12010a::__anon516cfa120208
97
unsigned short
p_line
; /* line number in p_src */
member in struct:__anon516cfa120308
lint2.h
55
int
p_line
;
member in struct:lint2_type::__anon516cfa12010a::__anon516cfa120208
97
unsigned short
p_line
; /* line number in p_src */
member in struct:__anon516cfa120308
/src/usr.bin/xlint/lint1/
lint1.h
70
int
p_line
;
member in struct:__anondcf084d00108
lint1.h
70
int
p_line
;
member in struct:__anondcf084d00108
Completed in 28 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025