Home
last modified time | relevance | path

Searched refs:line1 (Results 1 – 9 of 9) sorted by relevance

/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/
H A Dgraphics3.c110 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 Dcomm.c46 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 Drefer2.c18 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 Dedquota.c384 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 Dmkinit.c320 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 Dinput.c299 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 Dsed.test435 echo line1 > lines3
/original-bsd/old/more/
H A Dmore.c1288 register long line1 = startline; local
1302 line2 = line1;
1303 line1 = Ftell (file);
/original-bsd/contrib/gcc-2.3.3/
H A Dcccp.c7796 int line1 = line; local
7800 return line1;
7804 line1 = instack[i].lineno;