/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/lint1/ |
emit1.c | 162 outint(tag->s_def_pos.p_line); 193 outint(csrc_pos.p_line); 197 outint(sym->s_def_pos.p_line); 243 outint(posp->p_line); 245 outint(csrc_pos.p_line); 250 outint(posp->p_line); 328 outint(csrc_pos.p_line); 332 outint(curr_pos.p_line); 540 outint(csrc_pos.p_line); 544 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 | 225 curr_pos.p_line = 0; 244 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:__anondcf084d00108
|
lex.c | 1105 curr_pos.p_line = (int)ln - 1; 1108 csrc_pos.p_line = (int)ln - 1; 1415 curr_pos.p_line++; 1418 debug_printf("parsing %s:%d\n", curr_pos.p_file, curr_pos.p_line); 1420 csrc_pos.p_line++;
|
/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
|
msg.c | 123 lineno = posp->p_line;
|
emit2.c | 84 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; 728 tp->t_uniqpos.p_line = parse_int(&cp);
|