Home | History | Annotate | Download | only in libpopt

Lines Matching full:alias

99 #define POPT_BADOPTION_NOALIAS  (1 << 0)  /*!< don't go into an alias */
129 * A popt alias argument for poptAddAlias().
141 * A popt alias or exec argument for poptAddItem().
145 struct poptOption option; /*!< alias/exec name(s) and description. */
146 int argc; /*!< (alias) no. of args. */
148 const char ** argv; /*!< (alias) args, must be free()able. */
158 * Empty table marker to enable displaying popt alias/exec options.
165 0, "Options implemented via popt alias/exec:", NULL },
329 * Add alias to context.
330 * @todo Pass alias by reference, not value.
333 * @param alias alias to add
338 int poptAddAlias(poptContext con, struct poptAlias alias, int flags)
342 * Add alias/exec item to context.
344 * @param newItem alias/exec item to add
345 * @param flags 0 for alias, 1 for exec