home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume29 / parseargs / part01 / MANIFEST < prev    next >
Encoding:
Text File  |  1992-05-19  |  4.3 KB  |  74 lines

  1.    File Name        Archive #    Description
  2. -----------------------------------------------------------
  3.  Intro                      2    Introduction to parseargs
  4.  MANIFEST                   1    This file
  5.  Makefile                   2    makefile for parseargs library
  6.  README                     1    release information
  7.  VMSbuild.com               2    VMS makefile for the parseargs library
  8.  amiga_args.c               5    parse AmigaDOS command-lines
  9.  arglist.c                  3    implement the listXxxx functions for arglists
  10.  argtype.c                  5    implement the argXxxx argument type functions
  11.  doc                        1    directory containing documentation
  12.  doc/Makefile               2    makefile for the documentation
  13.  doc/arg_macros.inc         2    describe arg-xxx and ARG_XXX macros
  14.  doc/argdesc.inc            2    describe an ARGDESC structure
  15.  doc/argflags.inc           2    describe argument flags
  16.  doc/argtype.man3           3    {n,t}roff source for argtype(3)
  17.  doc/argvalopt.inc          1    describe options with optional arguments
  18.  doc/bugs.inc               2    BUGS section for parseargs(1)
  19.  doc/caveats.inc            1    CAVEATS section for parseargs(1) and (3)
  20.  doc/cmd_macros.inc         1    describe CMD_XXX macros
  21.  doc/defargs.inc            1    describe the default argdesc-array
  22.  doc/effects.inc            1    describe the side-effects of parseargs(3)
  23.  doc/env_args.inc           2    describe use of $CMD_ARGS
  24.  doc/env_parse.inc          2    describe use of $PARSECNTL
  25.  doc/env_usage.inc          2    describe use of $USAGECNTL
  26.  doc/fparseargs3.inc        1    describe fparseargs(3)
  27.  doc/lib_bugs.inc           1    BUGS section for parseargs(3)
  28.  doc/lparseargs3.inc        1    describe lparseargs(3)
  29.  doc/multivals.inc          2    describe multivals(3)
  30.  doc/parseargs.man1         4    {n,t}roff source for parseargs(1)
  31.  doc/parseargs.man3         4    {n,t}roff source for parseargs(3)
  32.  doc/parseargs1.inc         1    describe parseargs(1)
  33.  doc/parseargs3.inc         1    describe parseargs(3)
  34.  doc/parsecntl.man3         1    {n,t}roff source for parsecntl(3)
  35.  doc/parsecntl3.inc         1    describe parsecntl(3)
  36.  doc/parsecntls.inc         2    describe function-codes for parsecntl(3)
  37.  doc/parseflags.inc         3    describe parse flags
  38.  doc/parsemodes.inc         1    describe modes for parsecntl(3)
  39.  doc/returns.inc            2    describe function return values
  40.  doc/sh_arrays.inc          3    describe handling of shell arrays
  41.  doc/shells.inc             2    describe handling of different shells
  42.  doc/sparseargs3.inc        1    describe sparseargs(3)
  43.  doc/usage3.inc             1    describe usage(3)
  44.  doc/vparseargs3.inc        1    describe vparseargs(3)
  45.  exit_codes.h               1    #defines for arguments to exit(3C)
  46.  ibm_args.c                 6    parse MS-DOS and OS/2 command-lines
  47.  parseargs.awk              3    parseargs for awk
  48.  parseargs.c               10    C source for parseargs(1)
  49.  parseargs.h                8    include file for parseargs library
  50.  parseargs.pl               2    parseargs for perl
  51.  parseargs.tcl              2    parseargs for tcl
  52.  patchlevel.h               3    list of patches (most recent first)
  53.  pgopen.c                   4    pipe output to a pager
  54.  pgopen.h                   1    include file for pgopen.c
  55.  stest.c                    4    test program for parseargs(3)
  56.  strfuncs.c                 7    string library
  57.  strfuncs.h                 2    include file for strfuncs.c
  58.  syserr.c                   3    diagnostic message printing routines
  59.  test.awk                   3    awk test program for parseargs(1)
  60.  test.csh                   2    C-shell test program for parseargs(1)
  61.  test.ksh                   2    Korn shell test program for parseargs(1)
  62.  test.pl                    1    perl test program for parseargs(1)
  63.  test.rc                    1    Plan 9 shell test program for parseargs(1)
  64.  test.sh                    1    Bourne shell test program for parseargs(1)
  65.  test.tcl                   1    tcl test program for parseargs(1)
  66.  test.zsh                   2    Z shell test program for parseargs(1)
  67.  unix_args.c                5    parse Unix command-lines
  68.  unix_man.c                 4    print Unix manual-page templates
  69.  useful.h                   4    common include file for the library
  70.  vms_args.c                 6    parse VAX/VMS DCL command-lines
  71.  vprintf.c                  3    portable vfprintf, vprintf, and vsprintf
  72.  winsize.c                  3    determine # rows and # columns of window
  73.  xparse.c                   9    implement the parseargs library
  74.