Searched refs:eline (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dstyle.pl | 78 $eline = $line; 79 1 while $eline =~ 82 if (length($eline) > 80) {
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | jstyle.pl | 261 my $eline = $line; 262 1 while $eline =~ 264 if (length($eline) > 80) {
|
H A D | cstyle.pl | 339 my $eline = $line; 340 1 while $eline =~ 342 if (length($eline) > 80) {
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | wclib.c | 170 register Sfoff_t eline = -1; local 230 if (x == -1 && eline != nlines && !(wp->mode & WC_QUIET)) 231 eline = invalid(file, nlines); 451 if(eline!=nlines && !(wp->mode & WC_QUIET)) 452 eline = invalid(file, nlines);
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | parse.c | 100 register int n,eline; local 152 eline = lexp->sh->inlineno-(lexp->token==NL); 153 r=kiaentity(lexp,argp->argval,n,type,line,eline,parent,justify,width,atbuff); 154 sfprintf(lexp->kiatmp,"p;%..64d;v;%..64d;%d;%d;s;\n",lexp->current,r,line,eline);
|
/illumos-gate/usr/src/lib/libbsm/ |
H A D | auditxml | 410 my $eline = $line.$text; 412 1 while $eline =~ s/\t+/' ' x (length($&) * 8 - length($`) % 8)/e; 413 if ((length($eline) > 77) && ($line =~ /\t\t/)) { 417 # shorten eline; don't mind where the spaces are removed, it is 418 # only $eline length which matters 419 $eline =~ s/ {8}//; 421 if (length($eline) > 77) { # 80 - length(" */") 424 $line .= substr($text, 0, 74 - length($eline));
|
Completed in 80 milliseconds