Home
last modified time | relevance | path

Searched refs:savec (Results 1 – 10 of 10) 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/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.c1264 char *vpath, savec, *path; in InitVpath() local
1277 savec = *p; in InitVpath()
1281 *p = savec; in InitVpath()
1283 } 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.c294 savec(); in forw_line_seg()
H A Dfuncs.h206 public void savec(void);
H A Dline.c550 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()