Searched refs:eline (Results 1 – 9 of 9) sorted by relevance
/titanic_51/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 in conf_scan() [all...] |
/titanic_51/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_51/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) {
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | wclib.c | 173 register Sfoff_t eline = -1; in wc_count() local 233 if (x == -1 && eline != nlines && !(wp->mode & WC_QUIET)) in wc_count() 234 eline = invalid(file, nlines); in wc_count() 469 if(eline!=nlines && !(wp->mode & WC_QUIET)) in wc_count() 470 eline = invalid(file, nlines); in wc_count()
|
/titanic_51/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_51/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));
|
/titanic_51/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()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | parse.c | 104 register int n,eline; in writedefs() local 156 eline = lexp->sh->inlineno-(lexp->token==NL); in writedefs() 157 r=kiaentity(lexp,argp->argval,n,type,line,eline,parent,justify,width,atbuff); in writedefs() 158 sfprintf(lexp->kiatmp,"p;%..64d;v;%..64d;%d;%d;s;\n",lexp->current,r,line,eline); in writedefs()
|