HomeSort by: relevance | last modified time | path
    Searched refs:p_line (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/patch/
pch.c 63 static char **p_line = NULL;/* the text of the hunk */ variable
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/lint1/
emit1.c 157 outint(tag->s_def_pos.p_line);
188 outint(csrc_pos.p_line);
192 outint(sym->s_def_pos.p_line);
238 outint(posp->p_line);
240 outint(csrc_pos.p_line);
245 outint(posp->p_line);
323 outint(csrc_pos.p_line);
327 outint(curr_pos.p_line);
535 outint(csrc_pos.p_line);
539 outint(curr_pos.p_line);
    [all...]
err.c 482 top->lineno = curr_pos.p_line;
552 lbasename(pos->p_file), pos->p_line);
573 lbasename(pos->p_file), pos->p_line);
589 lbasename(pos->p_file), pos->p_line);
638 lbasename(curr_pos.p_file), curr_pos.p_line);
777 lbasename(curr_pos.p_file), curr_pos.p_line);
main1.c 226 curr_pos.p_line = 0;
245 curr_pos.p_line = 0;
debug.c 427 sym->s_def_pos.p_file, sym->s_def_pos.p_line);
430 sym->s_set_pos.p_file, sym->s_set_pos.p_line);
433 sym->s_use_pos.p_file, sym->s_use_pos.p_line);
528 dl->d_func_def_pos.p_file, dl->d_func_def_pos.p_line,
lint1.h 70 int p_line; member in struct:__anon8365
lex.c 1101 curr_pos.p_line = (int)ln - 1;
1104 csrc_pos.p_line = (int)ln - 1;
1411 curr_pos.p_line++;
1414 debug_printf("parsing %s:%d\n", curr_pos.p_file, curr_pos.p_line);
1416 csrc_pos.p_line++;
  /src/usr.bin/xlint/lint2/
lint2.h 55 int p_line; member in struct:lint2_type::__anon8399::__anon8400
97 unsigned short p_line; /* line number in p_src */ member in struct:__anon8401
msg.c 123 lineno = posp->p_line;
emit2.c 79 outint(tp->t_uniqpos.p_line);
chk.c 1251 return (tp1->t_uniqpos.p_line ==
1252 tp2->t_uniqpos.p_line &&
1285 return (tp1->t_uniqpos.p_line ==
1286 tp2->t_uniqpos.p_line &&
read.c 193 pos.p_line = (unsigned short)cline;
726 tp->t_uniqpos.p_line = parse_int(&cp);

Completed in 23 milliseconds