Searched refs:rep_len (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/usr.bin/vi/vi/ |
| D | v_init.c | 52 if (ovip->rep_len != 0) { in v_screen_copy() 53 MALLOC_RET(orig, nvip->rep, ovip->rep_len); in v_screen_copy() 54 memmove(nvip->rep, ovip->rep, ovip->rep_len); in v_screen_copy() 55 nvip->rep_len = ovip->rep_len; in v_screen_copy()
|
| D | vi.h | 244 size_t rep_len; /* Input replay buffer length. */ member
|
| D | v_txt.c | 601 vip->rep_len, (rcol + 1) * sizeof(EVENT)); in v_txt()
|
| /openbsd/src/usr.sbin/pppd/chat/ |
| D | chat.c | 543 int c, rep_len; in terminate() local 545 rep_len = strlen(report_buffer); in terminate() 546 while (rep_len + 1 <= sizeof(report_buffer)) { in terminate() 552 report_buffer[rep_len] = c; in terminate() 553 ++rep_len; in terminate() 555 report_buffer[rep_len] = 0; in terminate() 1333 int rep_len = strlen (report_buffer); in get_string() local 1334 report_buffer[rep_len] = c; in get_string() 1335 report_buffer[rep_len + 1] = '\0'; in get_string()
|
| /openbsd/src/bin/ksh/ |
| D | history.c | 333 int rep_len = strlen(rep); in hist_replace() local 344 XcheckN(xs, xp, len + rep_len); in hist_replace() 347 memcpy(xp, rep, rep_len); /* replacement */ in hist_replace() 348 xp += rep_len; in hist_replace()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gcc.c | 6701 int rep_len; member 6742 matches[i].rep_len = q - matches[i].replace; 6764 mswitches[n_mswitches].len = matches[j].rep_len; 6766 mswitches[n_mswitches].rep_len = 0; 6811 mswitches[n_mswitches].rep_len = 0;
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | gcc.c | 7023 int rep_len; in used_arg() member 7066 matches[i].rep_len = q - matches[i].replace; in used_arg() 7087 mswitches[n_mswitches].len = matches[j].rep_len; in used_arg() 7089 mswitches[n_mswitches].rep_len = 0; in used_arg() 7134 mswitches[n_mswitches].rep_len = 0; in used_arg()
|