Home
last modified time | relevance | path

Searched refs:LINESIZE (Results 1 – 20 of 20) sorted by relevance

/original-bsd/contrib/usr.x25/lib/
H A Dgetx25hostent.c26 #define LINESIZE 256 macro
29 static char line[LINESIZE+1];
102 if (cp = any (p, line+LINESIZE, "\n#")) in getx25hostent()
104 if ((cp = any (p, line+LINESIZE, " \t")) == 0) in getx25hostent()
117 cp = any(cp, line+LINESIZE, " \t"); in getx25hostent()
127 cp = any(cp, line+LINESIZE, " \t"); in getx25hostent()
/original-bsd/usr.bin/mail/
H A Daux.c143 char linebuf[LINESIZE];
151 if (readline(ibuf, linebuf, LINESIZE) < 0)
175 char line2[LINESIZE];
182 if ((c = readline(f, linebuf, LINESIZE)) <= 0)
204 if ((c = readline(f, line2, LINESIZE)) < 0)
210 if (cp + c >= linebuf + LINESIZE - 2)
536 char namebuf[LINESIZE];
537 char linebuf[LINESIZE];
548 if (readline(ibuf, linebuf, LINESIZE) < 0)
556 *cp && *cp != ' ' && *cp != '\t' && cp2 < namebuf + LINESIZE - 1;)
[all …]
H A Dcmd1.c145 char headline[LINESIZE], wcount[LINESIZE], *subjline, dispc, curind;
152 (void) readline(setinput(mp), headline, LINESIZE);
342 char *valtop, linebuf[LINESIZE];
364 if (readline(ibuf, linebuf, LINESIZE) < 0)
H A Dsend.c37 char line[LINESIZE];
64 if (fgets(line, LINESIZE, ibuf) == NULL)
167 if (fgets(line, LINESIZE, ibuf) == NULL) {
187 c = count < LINESIZE ? count : LINESIZE;
H A Dv6.local.c51 char pwline[LINESIZE];
H A D40.local.c52 char pwline[LINESIZE];
H A Dcollect.c53 char linebuf[LINESIZE], *cp;
127 c = readline(stdin, linebuf, LINESIZE);
259 while (readline(fbuf, linebuf, LINESIZE) >= 0) {
H A Dlex.c180 char linebuf[LINESIZE]; in commands()
212 if (readline(input, &linebuf[n], LINESIZE - n) < 0) { in commands()
259 char word[LINESIZE];
H A Ding.local.c54 char pwline[LINESIZE];
H A Ddef.h35 #define LINESIZE BUFSIZ /* max readable line width */ macro
H A Dfio.c41 char linebuf[LINESIZE];
76 if (fgets(linebuf, LINESIZE, ibuf) == NULL) {
H A Dhead.c79 char word[LINESIZE];
/original-bsd/old/dlmpcc/
H A Ddlmpcc.c73 #define LINESIZE 128 macro
80 char *bdstr, *strtok(), protocol, line[LINESIZE];
90 if (fgets(&line[0], LINESIZE-1, tabfp) == NULL) {
124 while (fgets(&line[0], LINESIZE-1, tabfp) != NULL) {
355 static char locals[LINESIZE];
425 char dlname[LINESIZE], fullname[LINESIZE];
/original-bsd/games/cribbage/
H A Dio.c30 #define LINESIZE 128 macro
37 char linebuf[LINESIZE];
563 if (sp >= &linebuf[LINESIZE - 1] || !(isprint(c) || c == ' ')) in getline()
/original-bsd/usr.bin/fsplit/
H A Dfsplit.c253 # define LINESIZE 80 macro
255 char line[LINESIZE], *iptr = line;
/original-bsd/old/lex/
H A Dldefs.c84 # define LINESIZE 110 macro
H A Dsub2.c273 if(charc > LINESIZE){ in cgoto()
580 if(charc > LINESIZE){
668 if(charc > LINESIZE){ in pccl()
679 if(charc > LINESIZE){ in pccl()
H A Dsub1.c616 if(charc > LINESIZE){
/original-bsd/old/sysline/
H A Dsysline.c134 #define LINESIZE (sizeof old->ut_line) macro
789 stringprt("(%.*s)", LINESIZE - 3, name + 3);
793 stringprt("(%.*s)", LINESIZE, name);
/original-bsd/usr.bin/yacc/
H A Dreader.c22 #define LINESIZE 100 macro
80 if (line == 0 || linesize != (LINESIZE + 1)) in get_line()
83 linesize = LINESIZE + 1; in get_line()
96 linesize += LINESIZE; in get_line()