Searched defs:expand (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DTabs.pm7 @EXPORT = qw(expand unexpand $tabstop);
19 sub expand subroutine
44 $line = expand($line);
72 Text::Tabs -- expand and unexpand tabs per the unix expand(1) and unexpand(1)
79 @lines_without_tabs = expand(@lines_with_tabs);
84 Text::Tabs does about what the unix utilities expand(1) and unexpand(1)
85 do. Given a line with tabs in it, expand will replace the tabs with
92 expand doesn't handle newlines very quickly -- do not feed it an
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.c212 int fca, expand, nelem; local
274 expand = 0;
276 expand = 1;
280 * We expand published attachment points but not
286 } else if (!expand) { /* Stat only the HBA */
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.c195 int hba, expand, nelem; local
226 expand = 0;
228 expand = 1;
232 * We expand published attachment points but not
238 } else if (!expand) { /* Stat only the HBA */
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmacro.c163 ** EXPAND/DOEXPAND -- macro expand a string using $x escapes.
170 ** s -- the string to expand.
205 sm_dprintf("expand(");
318 sm_dprintf("expand(%d) ==> ", explevel);
331 syserr("expand: recursion too deep (%d max)",
350 sm_dprintf("expand ==> ");
357 expand(s, buf, bufsize, e) function
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm765 sub expand subroutine
767 scalar @_ > 0 or _usage("expand(cookie, val, ...)");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm449 sub expand subroutine
717 =item expand ( ADDRESS )
719 Request the server to expand the given address Returns an array
/osnet-11/usr/src/lib/libc/port/regex/
H A Dglob.c171 int expand = 0; /* path has pattern */ local
181 if (expand)
208 ++expand;
212 if (expand)
241 /* expand path to max. expansion */
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dscript_sh.h90 grub_err_t (*expand) (const char *str, char ***expansions);
89 grub_err_t (*expand) (const char *str, char ***expansions); member in struct:grub_script_wildcard_translator
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmime.c550 expand(Mime_t* mp, register char* s, const char* name, const char* type, const char* opts) function
616 if (s = expand(mp, s, name, type, opts))
698 return expand(mp, att->value, name, type, opts);
H A Doptget.c850 * expand \f...\f info
856 expand(register char* s, register char* e, char** p, Sfio_t* ip, char* id) function
1053 s = expand(s + 1, NiL, &e, state.xp, p->id);
1204 b = expand(s, e, &s, ip, id);
2659 p = expand(p + 2, NiL, &t, vp, id);
3045 p = expand(p + 1, NiL, &t, vp, id);
4667 s = expand(s + 2, NiL, &t, vp, id);
/osnet-11/usr/src/lib/libast/common/port/
H A Dastlicense.c274 * expand simple ${...}
278 expand(Notice_t* notice, register Buffer_t* b, const Item_t* item) function
346 expand(notice, b, &notice->item[SINCE]);
353 expand(notice, b, &notice->item[PARENT]);
358 expand(notice, b, &notice->item[CORPORATION]);
362 expand(notice, b, &notice->item[INCORPORATION]);
368 expand(notice, b, &notice->item[COMPANY]);
570 expand(&notice, &buf, &key[i]);
582 expand(&notice, &buf, &notice.item[i]);
595 expand(
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c298 char *quoted, *macro, *split, *expand; local
301 quoted = macro = split = expand = "";
307 expand = "expand:";
312 macro, split, expand, fmttoken(lp,tok,tokstr));
/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_prop.c940 uint_t *bufsize, boolean_t expand)
955 } else if (tlvmask == allmask && !expand) {
939 lldp_mask2str(const char *tlvgrpname, uint32_t tlvmask, char *buf, uint_t *bufsize, boolean_t expand) argument
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c1643 int expand = 0; local
1672 expand = 1; /* -a flag passed */
1679 if ((expand == 1) && /* -a option passed */
1763 if (!expand || (!num_hcas && !num_devices)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm68 autobundle bundle expand force get cvs_import
1406 my $author = $self->expand('Author',$a) or die "No author found for $a";
1462 push @result, $self->expand($type,@args);
1612 for $module ($self->expand('Module','/./')) {
1663 my @expand = $self->expand('Module',@args);
1664 my $expand = scalar @expand;
1667 $CPAN::Frontend->myprint(sprintf "%d matches in the database\n", $expand);
1669 for $module (@expand) {
1849 sub expand { subroutine
[all...]

Completed in 91 milliseconds