Searched refs:savec (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/usr.bin/pr/
H A Degetopt.c75 static char savec = '\0'; local
77 if (savec != '\0') {
78 *place = savec;
79 savec = '\0';
131 savec = *p;
/freebsd-current/bin/sh/
H A Dinput.c191 char savec; local
243 savec = *q;
262 *q = savec;
/freebsd-current/contrib/less/
H A Dinput.c294 savec();
H A Dfuncs.h206 public void savec(void);
H A Dline.c550 public void savec(void) function
/freebsd-current/contrib/bmake/
H A Dmain.c1264 char *vpath, savec, *path;
1277 savec = *p;
1281 *p = savec;
1283 } while (savec == ':');
1266 char *vpath, savec, *path; local
H A Dsuff.c1732 char savec; local
1736 savec = gn->path[savep];
1741 gn->path[savep] = savec;
/freebsd-current/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-current/contrib/nvi/vi/
H A Dv_txt.c2331 CHAR_T savec; local
2341 savec = tp->lb[tp->cno];
2363 nothex: tp->lb[tp->cno] = savec;
2368 tp->lb[tp->cno] = savec;

Completed in 121 milliseconds