Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/pr/
H A Degetopt.c81 static char savec = '\0'; in egetopt() local
83 if (savec != '\0') { in egetopt()
84 *place = savec; in egetopt()
85 savec = '\0'; in egetopt()
137 savec = *p; in egetopt()
/freebsd-14.2/bin/sh/
H A Dinput.c197 char savec; in preadbuffer() local
249 savec = *q; in preadbuffer()
268 *q = savec; in preadbuffer()
/freebsd-14.2/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-14.2/contrib/bmake/
H A Dparse.c1396 char savec = *nameEnd; in ApplyDependencyTarget() local
1408 *nameEnd = savec; in ApplyDependencyTarget()
1469 char savec; in ParseDependencySourcesSpecial() local
1475 savec = *end; in ParseDependencySourcesSpecial()
1478 *end = savec; in ParseDependencySourcesSpecial()
1479 if (savec != '\0') in ParseDependencySourcesSpecial()
H A Dmain.c1268 char *vpath, savec, *path; in InitVpath() local
1281 savec = *cp; in InitVpath()
1285 *cp = savec; in InitVpath()
1287 } while (savec == ':'); in InitVpath()
H A Dsuff.c1789 char savec; in FindDepsRegularPath() local
1793 savec = gn->path[savep]; in FindDepsRegularPath()
1798 gn->path[savep] = savec; in FindDepsRegularPath()
/freebsd-14.2/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-14.2/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()