Searched refs:eline (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/logadm/ |
H A D | conf.c | 182 char *eline; in conf_scan() local 192 for (line = buf; line < ebuf; line = eline) { in conf_scan() 199 eline = line; in conf_scan() 201 for (; eline < ebuf; eline++) { in conf_scan() 203 if (comment == NULL && *eline == '\\' && in conf_scan() 204 eline + 1 < ebuf && *(eline + 1) == '\n') { in conf_scan() 205 *eline = ' '; in conf_scan() 206 *(eline + 1) = ' '; in conf_scan() 213 if (comment == NULL && *eline == '#') { in conf_scan() 214 *eline = '\0'; in conf_scan() [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dstyle.pl | 78 $eline = $line; 79 1 while $eline =~ 82 if (length($eline) > 80) {
|
/titanic_41/usr/src/tools/scripts/ |
H A D | jstyle.pl | 258 my $eline = $line; 259 1 while $eline =~ 261 if (length($eline) > 80) {
|
H A D | cstyle.pl | 323 my $eline = $line; 324 1 while $eline =~ 326 if (length($eline) > 80) {
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | wclib.c | 170 register Sfoff_t eline = -1; in wc_count() local 230 if (x == -1 && eline != nlines && !(wp->mode & WC_QUIET)) in wc_count() 231 eline = invalid(file, nlines); in wc_count() 451 if(eline!=nlines && !(wp->mode & WC_QUIET)) in wc_count() 452 eline = invalid(file, nlines); in wc_count()
|
/titanic_41/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/)) { 419 $eline =~ s/ {8}//; 421 if (length($eline) > 77) { # 80 - length(" */") 424 $line .= substr($text, 0, 74 - length($eline));
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | parse.c | 100 register int n,eline; in writedefs() local 152 eline = lexp->sh->inlineno-(lexp->token==NL); in writedefs() 153 r=kiaentity(lexp,argp->argval,n,type,line,eline,parent,justify,width,atbuff); in writedefs() 154 sfprintf(lexp->kiatmp,"p;%..64d;v;%..64d;%d;%d;s;\n",lexp->current,r,line,eline); in writedefs()
|