Home
last modified time | relevance | path

Searched refs:savech (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/nvi/ex/
H A Dex_cd.c37 int savech; in ex_cd() local
103 savech = *p; in ex_cd()
109 *p = savech; in ex_cd()
/freebsd-14.2/usr.bin/hexdump/
H A Ddisplay.c71 u_char savech, *savebp; in display() local
73 savech = 0; in display()
87 savech = *pr->nospace; in display()
92 *pr->nospace = savech; in display()
H A Dparse.c212 char savech, cs[3]; in rewrite() local
401 savech = *p2; in rewrite()
405 *p2 = savech; in rewrite()
/freebsd-14.2/contrib/nvi/common/
H A Dexf.c453 int savech; in file_spath() local
487 savech = *p; in file_spath()
494 *p = savech; in file_spath()
/freebsd-14.2/contrib/nvi/vi/
H A Dv_txt.c2412 CHAR_T savech; in txt_insch() local
2435 savech = tp->lb[cno]; in txt_insch()
2438 tp->lb[cno] = savech; in txt_insch()
/freebsd-14.2/libexec/rtld-elf/
H A Drtld.c2657 char savech, *p, *psave; in load_preload_objects() local
2669 savech = p[len]; in load_preload_objects()
2689 p[len] = savech; in load_preload_objects()