/ast/src/cmd/mailx/ |
H A D | main.c | 174 setopt(register struct list* op, char* s, char* v) function 204 * Reset the setopt() options after the rc's. 271 op = setopt(op, "news", NiL); 280 op = setopt(op, "justheaders", NiL); 287 op = setopt(op, "interactive", NiL); 293 op = setopt(op, "noheader", NiL); 300 op = setopt(op, "coprocess", NiL); 306 op = setopt(op, "justfrom", optarg); 313 op = setopt(op, "justfrom", "-1"); 321 op = setopt(o [all...] |
/ast/src/lib/libcoshell/ |
H A D | coopen.c | 95 setopt(void* handle, register const void* p, int n, const char* v) function 183 stropt(getenv(CO_ENV_OPTIONS), options, sizeof(*options), setopt, co); local 185 stropt(attributes, options, sizeof(*options), setopt, co);
|
/ast/src/lib/libast/misc/ |
H A D | procopen.c | 94 setopt(register void* a, register const void* p, register int n, const char* v) function 595 stropt(getenv(PROC_ENV_OPTIONS), options, sizeof(*options), setopt, &debug); local
|
H A D | error.c | 132 setopt(void* a, const void* p, register int n, register const char* v) function 339 stropt(s, options, sizeof(*options), setopt, NiL); 377 stropt(getenv("ERROR_OPTIONS"), options, sizeof(*options), setopt, NiL); local
|
/ast/src/lib/libcodex/ |
H A D | codex.c | 387 setopt(void* a, const void* p, register int n, register const char* v) function 777 stropt(getenv("CODEX_OPTIONS"), options, sizeof(*options), setopt, NiL); local
|
/ast/src/lib/libast/comp/ |
H A D | setlocale.c | 2367 setopt(void* a, const void* p, int n, const char* v) function 2733 stropt(getenv("LC_OPTIONS"), options, sizeof(*options), setopt, NiL); local
|
/ast/src/cmd/html/ |
H A D | troff2html.c | 3474 setopt(void* a, const void* x, register int n, const char* v) function 3637 stropt(join(ap, 1), options, sizeof(*options), setopt, options); local 5937 stropt(s, options, sizeof(*options), setopt, NiL); 5991 stropt(v, options, sizeof(*options), setopt, options);
|