Searched refs:section (Results 1 - 18 of 18) sorted by relevance

/ast/src/cmd/pax/
H A Dconvert.c31 * set char code conversion for section
35 convert(Archive_t* ap, int section, int from, int to) argument
37 if (ap->convert[section].on = (ap->convert[section].f2t = ccmap(from, to)) != 0)
39 ap->convert[section].t2f = ccmap(to, from);
40 ap->convert[section].f2a = ccmap(from, CC_ASCII);
41 ap->convert[section].t2a = ccmap(to, CC_ASCII);
H A Dformat.c56 ap->section = SECTION_CONTROL;
327 ap->section = SECTION_CONTROL;
360 ap->section = SECTION_CONTROL;
459 ap->section = SECTION_CONTROL;
619 ap->section = SECTION_CONTROL;
716 ap->section = SECTION_DATA;
717 ap->convert[ap->section].on = ap->convert[ap->section].f2t != 0;
737 ap->section = SECTION_CONTROL;
761 ap->section
[all...]
H A Dpax-slt.c52 int section; /* inside section */ member in struct:Slt_s
165 sfsprintf(slt->buf, sizeof(slt->buf), "%s1%-17.17s000001%04d%04d000100 %02d%03d 00000 %06d%-6.6sD%-7.7s ", type, f->id, slt->section, slt->sequence, tm->tm_year, tm->tm_yday, f->record.blocks, slt->format, slt->implementation);
172 slt->section++;
176 slt->section = 1;
309 f->record.section = getlabnum(slt->buf, 28, 4, 10);
421 f->record.section++;
435 if (streq(f->id, v.id) && streq(f->name, v.name) && f->record.section == v.record.section)
441 error(1, "volume containing %s id %s section
[all...]
H A Dpax.h90 #define SECTION(p) (p)->section
300 int section; /* file section number */ \
456 int section; /* current archive section */ \
H A Dpax-tar.c659 ap->section = SECTION_DATA;
H A Dfile.c1105 ap->section = 0;
/ast/src/cmd/builtin/
H A Dnl.c48 "[+?\bnl\b assumes that the first section is a logical body until it encounters "
49 "one of the section delimiters.]"
58 "[d:section-delimiter]:[delim:=\\::?\adelim\a specifies the two delimiter "
59 "characters that indicate start of a section. If only one character "
96 void *section[3]; member in struct:_nl_
169 if(pp->section[sectnum]==TYPE_NONE)
177 else if(pp->section[sectnum]==TYPE_ALL)
185 else if(pp->section[sectnum]!=TYPE_TEXT)
186 outline = !regnexec((regex_t*)pp->section[sectnum], cp, n, (size_t)0, NULL, 0);
217 nl.section[SECTION_BOD
[all...]
/ast/src/lib/libast/comp/
H A Dconf.sh201 shift; section=$1
270 *VERSION*)key=${standard}${section} ;;
290 eval CONF_section_${key}='$'section
309 eval section=\"'$'CONF_section_$key\"
316 printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script:+$sp$ob$script$nl$cb}"
405 section=
456 section=$standard
460 eval `echo $standard | sed 's,\(.*\)\([0123456789]*\),standard=\1 section=\2,'`
505 part=$section
506 case $section i
[all...]
/ast/src/lib/libcmd/
H A Dfmt.c68 int section; member in struct:Fmt_s
376 fp->section = 0;
408 fp->section = 1;
418 else if (fp->section)
430 fp->section = 0;
458 fp->section = 0;
477 fp->section = 0;
482 fp->section = 0;
583 fmt.section = 1;
/ast/src/lib/libast/port/
H A Dastconf.c116 short section; member in struct:Lookup_s
880 look->section = -1;
913 if (look->section < 0 && !c && v)
915 look->section = name[0] - '0';
921 if (look->section < 0)
922 look->section = 1;
926 error(-6, "astconf normal name=%s standard=%d section=%d call=%d flags=%04x elements=%d", look->name, look->standard, look->section, look->call, flags, conf_elements);
942 (look->section < 0 || look->section
[all...]
/ast/src/lib/libast/astsa/
H A Doptlib.h62 unsigned char section; member in struct:Optpass_s
/ast/src/lib/libast/misc/
H A Doptlib.h65 char section[4]; member in struct:Optpass_s
H A Doptget.c277 C("List the \bman\b(1) section title for \asection\a [the \
280 C("List the \bman\b(1) section number for the current command."),
440 const char section[4]; member in struct:Section_s
470 * return section name given abbreviation
474 secname(char* section) argument
482 if (section[1])
484 switch (section[2] ? section[2] : section[1])
504 if (section[
2404 char* section = "1"; local
[all...]
/ast/src/cmd/dsslib/flat/
H A Dflat.c174 struct Section_s /* section info */
177 regex_t* re; /* section line pattern */
178 int delimiter; /* section record delimiter */
180 size_t size; /* section size */
219 Section_t* section; member in struct:Flat_s
1112 skip(Dssfile_t* file, const char* section, register Section_t* s, Dssdisc_t* disc) argument
1145 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "%s: %s: regular expression: %s", file->path, section, buf);
1158 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "%s: unexpected EOF in %s", file->path, section); local
2418 flat->section->count = strtoul(data, &e, 0);
2433 flat->section
[all...]
/ast/src/cmd/html/
H A Dmm2twiki.sh1236 : .TH item section foot_center foot_left head_center
H A Dmm2html.sh104 document HEAD section.]
2005 : .TH item section foot_center foot_left head_center
2006 : .Dt item section volume
H A Dmm2bb.sh1382 : .TH item section foot_center foot_left head_center
/ast/src/cmd/nmake/
H A DMakerules.mk3570 * readonly text object section -- should go away

Completed in 69 milliseconds