HomeSort by: relevance | last modified time | path
    Searched defs:p_line (Results 1 - 3 of 3) 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...]
  /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
  /src/usr.bin/xlint/lint1/
lint1.h 70 int p_line; member in struct:__anondcf084d00108

Completed in 13 milliseconds