Searched refs:ll (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/common/ |
H A D | pkg-manifest-generate.pl | 138 while (my $ll = <$LICENSE>) { 139 chomp($ll); 140 if ($ll !~ m{^\#}) { 141 $ll = '# ' . $ll; 143 $ll =~ s{\@YEARS\@}{$current_year}; 144 push @manifest_header, $ll;
|
H A D | X-parfait.conf | 361 XGetWindowProperty(d, w, p, lo, ll, del, rt, at, af, n, bar, prop) : noescape {
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/ |
H A D | gfx_gamma_pack.c | 978 int ll; local 1016 ll = unpack_gam_int(sp, tbl+tcount); 1017 if (ll == 0) { 1020 sp += ll; 1114 * but we'll copy it and trim it off below.
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FSBwraps.psw | 305 % just yet since we'll be coming back quite soon for more stuff 354 dup % duplicate fontname; we'll need it later
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/ |
H A D | psw.c | 120 static TokenList ConsToken (Token t, TokenList ll) argument 124 tt->next = ll; 128 static TokenList ConsNameToken (Token t, TokenList ll) argument 133 tt->next = ll; 134 if(ll == NULL) 136 temp = ll; 141 return (ll);
|
Completed in 1016 milliseconds