/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/ |
H A D | graphics3.c | 110 static char line1[100]; local 122 if (fgets(line1, 99, stream) == NULL) return -1; 123 if (line1[0] != ':') continue; 124 (void) sscanf(&(line1[1]), "%d", &button); 125 if (fgets(line1, 99, stream) == NULL) return -2; 126 (void) sscanf (line1, "%d", px); 127 if (fgets(line1, 99, stream) == NULL) return -3; 128 (void) sscanf (line1, "%d", py);
|
/original-bsd/usr.bin/comm/ |
H A D | comm.c | 46 char **p, line1[MAXLINELEN], line2[MAXLINELEN]; local 89 file1done = !fgets(line1, MAXLINELEN, fp1); 101 show(fp1, col1, line1); 106 if (!(comp = strcmp(line1, line2))) { 109 (void)printf("%s%s", col3, line1); 118 (void)printf("%s%s", col1, line1);
|
/original-bsd/old/refer/refer/ |
H A D | refer2.c | 18 doref(line1) in doref() argument 19 char *line1; in doref() 28 if (biblio && Iline == 1 && line1[0] == '%') 29 strcat(dbuff, line1); 119 putsig(nf,flds,nr,line1,line,0); 136 putsig(nf, flds, refnum, line1, line, 1);
|
/original-bsd/usr.sbin/edquota/ |
H A D | edquota.c | 384 char *fsp, line1[BUFSIZ], line2[BUFSIZ]; variable 395 (void) fgets(line1, sizeof (line1), fd); 396 while (fgets(line1, sizeof (line1), fd) != NULL && 398 if ((fsp = strtok(line1, " \t:")) == NULL) { 399 fprintf(stderr, "%s: bad format\n", line1); 525 char *fsp, bunits[10], iunits[10], line1[BUFSIZ]; variable 536 (void) fgets(line1, sizeof (line1), fd); 537 (void) fgets(line1, sizeof (line1), fd); 538 while (fgets(line1, sizeof (line1), fd) != NULL) { 539 if ((fsp = strtok(line1, " \t:")) == NULL) { [all …]
|
/original-bsd/bin/sh/ |
H A D | mkinit.c | 320 dodecl(line1, fp) in dodecl() argument 321 char *line1; in dodecl() 327 if (strcmp(line1, "MKINIT\n") == 0) { /* start of struct/union decl */ 340 for (p = line1 + 6 ; *p != '\0' && *p != '=' && *p != '/' ; p++); 352 addstr(line1 + 6, &decls);
|
/original-bsd/usr.bin/error/ |
H A D | input.c | 299 char *line1, *line2; in lint1() local 320 && (persperdexplode(wordv[wordc-2], &line1, &file1)) ){ in lint1() 323 nwordv1[0] = file1; nwordv1[1] = line1; in lint1()
|
/original-bsd/usr.bin/sed/TEST/ |
H A D | sed.test | 435 echo line1 > lines3
|
/original-bsd/old/more/ |
H A D | more.c | 1288 register long line1 = startline; local 1302 line2 = line1; 1303 line1 = Ftell (file);
|
/original-bsd/contrib/gcc-2.3.3/ |
H A D | cccp.c | 7796 int line1 = line; local 7800 return line1; 7804 line1 = instack[i].lineno;
|