Home
last modified time | relevance | path

Searched refs:firstline (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_flg.pl64 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/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c387 print_utf8string(char *firstline, char *string, uint16_t length) in print_utf8string() argument
389 (void) sprintf(firstline, "%.*s", length, string); in print_utf8string()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h53 int firstline; /* saved value of sh.st.firstline */ member
H A Ddefs.h84 int firstline; member
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c287 esmtp_check(line, firstline, m, mci, e) in esmtp_check() argument
289 bool firstline;
398 helo_options(line, firstline, m, mci, e) in helo_options() argument
400 bool firstline;
410 if (firstline)
607 getsasldata(line, firstline, m, mci, e) in getsasldata() argument
609 bool firstline;
3058 bool firstline = true; local
3234 (*pfunc)(bufp, firstline, m, mci, e);
3236 firstline = false;
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c208 int count = 0, firstline = 1; in ucode_convert_intel() local
220 if (firstline && !isprint(linebuf[0])) { in ucode_convert_intel()
228 firstline = 0; in ucode_convert_intel()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c346 lexp->firstline = shp->st.firstline; in sh_parse()
388 if((flag&SH_NL) && (shp->inlineno=error_info.line+shp->st.firstline)==0) in sh_parse()
407 shp->st.firstline = lexp->firstline; in sh_parse()
423 lp->sh->inlineno = error_info.line+lp->sh->st.firstline; in sh_dolparen()
H A Dxec.c1037 error_info.line = t->com.comline-shp->st.firstline; in sh_exec()
1279 error_info.line = t->com.comline-shp->st.firstline; in sh_exec()
1842 error_info.line = t->fork.forkline-shp->st.firstline; in sh_exec()
1935 error_info.line = t->fork.forkline-shp->st.firstline; in sh_exec()
2269 error_info.line = t->for_.forline-shp->st.firstline; in sh_exec()
2493 error_info.line = t->ar.arline-shp->st.firstline; in sh_exec()
2537 error_info.line = t->sw.swline-shp->st.firstline; in sh_exec()
2714 error_info.line = t->funct.functline-shp->st.firstline; in sh_exec()
2842 error_info.line = t->tst.tstline-shp->st.firstline; in sh_exec()
H A Dlex.c2176 shp->st.firstline = lp->firstline; in sh_syntax()
H A Dinit.c720 shp->st.firstline += nget_lineno(np,fp)+1-n; in put_lineno()
H A Dmacro.c2108 mp->shp->inlineno = error_info.line+mp->shp->st.firstline; in comsubst()
H A Dname.c359 error_info.line = fp->fortyp-shp->st.firstline; in nv_setlist()