Home
last modified time | relevance | path

Searched refs:savec (Results 1 – 11 of 11) sorted by relevance

/freebsd/usr.bin/pr/
H A Degetopt.c75 static char savec = '\0'; in egetopt() local
77 if (savec != '\0') { in egetopt()
78 *place = savec; in egetopt()
79 savec = '\0'; in egetopt()
131 savec = *p; in egetopt()
/freebsd/bin/sh/
H A Dinput.c191 char savec; in preadbuffer() local
243 savec = *q; in preadbuffer()
262 *q = savec; in preadbuffer()
/freebsd/crypto/krb5/src/lib/kadm5/
H A Dlogger.c239 char savec = '\0'; in krb5_klog_init() local
343 savec = *cp2; in krb5_klog_init()
420 *cp2 = savec; in krb5_klog_init()
/freebsd/contrib/sendmail/src/
H A Dmime.c896 int savec; local
911 savec = line[i];
929 line[i] = savec;
H A Dparseaddr.c131 char savec = **delimptr; local
133 if (savec != '\0')
136 if (savec != '\0')
137 **delimptr = savec;
/freebsd/contrib/bmake/
H A Dmain.c1265 char *vpath, savec, *path; in InitVpath() local
1278 savec = *p; in InitVpath()
1282 *p = savec; in InitVpath()
1284 } while (savec == ':'); in InitVpath()
H A Dsuff.c1732 char savec; in FindDepsRegularPath() local
1736 savec = gn->path[savep]; in FindDepsRegularPath()
1741 gn->path[savep] = savec; in FindDepsRegularPath()
/freebsd/contrib/less/
H A Dinput.c292 savec(); in forw_line_seg()
H A Dfuncs.h243 public void savec(void);
H A Dline.c618 public void savec(void) in savec() function
/freebsd/contrib/nvi/vi/
H A Dv_txt.c2331 CHAR_T savec; in txt_hex() local
2341 savec = tp->lb[tp->cno]; in txt_hex()
2363 nothex: tp->lb[tp->cno] = savec; in txt_hex()
2368 tp->lb[tp->cno] = savec; in txt_hex()