Home
last modified time | relevance | path

Searched refs:e (Results 1 – 2 of 2) sorted by relevance

/argp/
A Dargp-namefrob.h147 #define __set_errno(e) (errno = (e)) argument
A Dargp-help.c947 struct hol_entry *e; in hol_append() local
968 for (e = entries, left = hol->num_entries; left > 0; e++, left--) in hol_append()
969 e->short_options in hol_append()
970 = short_options + (e->short_options - hol->short_options); in hol_append()
976 for (left = more->num_entries; left > 0; e++, left--) in hol_append()
981 e->short_options = so; in hol_append()
983 for (opts_left = e->num, opt = e->opt; opts_left; opt++, opts_left--) in hol_append()

Completed in 10 milliseconds