Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/pr/
HDegetopt.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-13-stable/bin/sh/
HDinput.c195 char savec; in preadbuffer() local
247 savec = *q; in preadbuffer()
266 *q = savec; in preadbuffer()
/freebsd-13-stable/contrib/opie/
HDglob.c456 char *lm, savec, *sgpathp; variable
499 savec = *pm;
503 *pm = savec;
/freebsd-13-stable/contrib/bmake/
HDparse.c1213 char savec = *nameEnd; in ApplyDependencyTarget() local
1225 *nameEnd = savec; in ApplyDependencyTarget()
1286 char savec; in ParseDependencySourcesSpecial() local
1292 savec = *end; in ParseDependencySourcesSpecial()
1295 *end = savec; in ParseDependencySourcesSpecial()
1296 if (savec != '\0') in ParseDependencySourcesSpecial()
HDmain.c1270 char *vpath, savec, *path; in InitVpath() local
1283 savec = *cp; in InitVpath()
1287 *cp = savec; in InitVpath()
1289 } while (savec == ':'); in InitVpath()
HDsuff.c1791 char savec; in FindDepsRegularPath() local
1795 savec = gn->path[savep]; in FindDepsRegularPath()
1800 gn->path[savep] = savec; in FindDepsRegularPath()
/freebsd-13-stable/contrib/sendmail/src/
HDmime.c896 int savec; local
911 savec = line[i];
929 line[i] = savec;
HDparseaddr.c131 char savec = **delimptr; local
133 if (savec != '\0')
136 if (savec != '\0')
137 **delimptr = savec;
/freebsd-13-stable/contrib/less/
HDinput.c281 savec(); in forw_line_seg()
HDfuncs.h226 public void savec(void);
HDline.c549 public void savec(void) in savec() function
/freebsd-13-stable/contrib/nvi/vi/
HDv_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()