Searched refs:setopt (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/mailx/
H A Dmain.c174 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 Dcoopen.c95 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 Derror.c132 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
H A Dprocopen.c94 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
/ast/src/lib/libcodex/
H A Dcodex.c387 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/cmd/html/
H A Dtroff2html.c3474 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);
/ast/src/lib/libast/comp/
H A Dsetlocale.c2367 setopt(void* a, const void* p, int n, const char* v) function
2733 stropt(getenv("LC_OPTIONS"), options, sizeof(*options), setopt, NiL); local

Completed in 89 milliseconds