Searched refs:firstline (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_flg.pl | 64 my ($expfile, $newpath, $line, $cont, $firstline, $text); 87 $firstline = $line; 98 warn "$fname:$firstline: $1 isn't a file\n" if ! -f $expfile; 103 warn "$fname:$firstline: $dir isn't a directory\n"; 105 warn "$fname:$firstline: $dir is unnecessary\n"; 107 warn "$fname:$firstline: $dir has no SCCS objects ", 114 push @execlist, $expfile, "$newpath:$firstline"; 116 warn "$fname:$firstline: $1 isn't a file\n"; 120 warn "$0: $fname:$firstline: unknown entry: $text\n";
|
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | shlex.h | 52 int firstline; /* saved value of sh.st.firstline */ member in struct:_shlex_
|
H A D | defs.h | 87 int firstline; member in struct:sh_scoped
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pppoe.c | 389 print_utf8string(char *firstline, char *string, uint16_t length) argument 391 (void) sprintf(firstline, "%.*s", length, string);
|
/illumos-gate/usr/src/cmd/ucodeadm/ |
H A D | ucodeadm.c | 148 int count = 0, firstline = 1; local 160 if (firstline && !isprint(linebuf[0])) { 168 firstline = 0;
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | usersmtp.c | 277 ** firstline -- set if this is the first line of the reply. 287 esmtp_check(line, firstline, m, mci, e) 289 bool firstline; 388 ** firstline -- set if this is the first line of the reply. 398 helo_options(line, firstline, m, mci, e) 400 bool firstline; 410 if (firstline) 595 ** firstline -- set if this is the first line of the reply. 607 getsasldata(line, firstline, m, mci, e) 609 bool firstline; 3058 bool firstline = true; local [all...] |
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 712 error_info.line = t->com.comline-shp->st.firstline; 890 error_info.line = t->com.comline-shp->st.firstline; 1332 error_info.line = t->fork.forkline-shp->st.firstline; 1408 error_info.line = t->fork.forkline-shp->st.firstline; 1605 error_info.line = t->for_.forline-shp->st.firstline; 1801 error_info.line = t->ar.arline-shp->st.firstline; 1836 error_info.line = t->sw.swline-shp->st.firstline; 2001 error_info.line = t->funct.functline-shp->st.firstline; 2125 error_info.line = t->tst.tstline-shp->st.firstline;
|
H A D | init.c | 662 shp->st.firstline += nget_lineno(np,fp)+1-n;
|
H A D | name.c | 342 error_info.line = fp->fortyp-shp->st.firstline;
|
Completed in 105 milliseconds