Home
last modified time | relevance | path

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

/freebsd/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/usr.bin/hexdump/
H A Ddisplay.c65 u_char savech, *savebp; in display() local
67 savech = 0; in display()
81 savech = *pr->nospace; in display()
86 *pr->nospace = savech; in display()
H A Dparse.c206 char savech, cs[3]; in rewrite() local
395 savech = *p2; in rewrite()
399 *p2 = savech; in rewrite()
/freebsd/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/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/libexec/rtld-elf/
H A Drtld.c2675 char savech, *p, *psave; in load_preload_objects() local
2687 savech = p[len]; in load_preload_objects()
2707 p[len] = savech; in load_preload_objects()