Symbol: ARGS
bin/ksh/c_ksh.c
1149
static char *kill_fmt_entry ARGS((void *arg, int i, char *buf, int buflen));
bin/ksh/c_sh.c
19
static char *clocktos ARGS((clock_t t));
bin/ksh/c_sh.c
875
extern int c_test ARGS((char **wp)); /* in c_test.c */
bin/ksh/c_sh.c
876
extern int c_ulimit ARGS((char **wp)); /* in c_ulimit.c */
bin/ksh/c_test.c
100
static int test_nexpr ARGS((Test_env *, int));
bin/ksh/c_test.c
101
static int test_primary ARGS((Test_env *, int));
bin/ksh/c_test.c
102
static int ptest_isa ARGS((Test_env *, Test_meta));
bin/ksh/c_test.c
103
static const char *ptest_getopnd ARGS((Test_env *, Test_op, int));
bin/ksh/c_test.c
104
static int ptest_eval ARGS((Test_env *, Test_op, const char *,
bin/ksh/c_test.c
106
static void ptest_error ARGS((Test_env *, int, const char *));
bin/ksh/c_test.c
96
static int test_stat ARGS((const char *, struct stat *));
bin/ksh/c_test.c
97
static int test_eaccess ARGS((const char *, int));
bin/ksh/c_test.c
98
static int test_oexpr ARGS((Test_env *, int));
bin/ksh/c_test.c
99
static int test_aexpr ARGS((Test_env *, int));
bin/ksh/c_test.h
45
int (*isa) ARGS((Test_env *te, Test_meta meta));
bin/ksh/c_test.h
46
const char *(*getopnd) ARGS((Test_env *te, Test_op op, int do_eval));
bin/ksh/c_test.h
47
int (*eval) ARGS((Test_env *te, Test_op op, const char *opnd1,
bin/ksh/c_test.h
49
void (*error) ARGS((Test_env *te, int offset, const char *msg));
bin/ksh/c_test.h
52
Test_op test_isop ARGS((Test_env *te, Test_meta meta, const char *s));
bin/ksh/c_test.h
53
int test_eval ARGS((Test_env *te, Test_op op, const char *opnd1,
bin/ksh/c_test.h
55
int test_parse ARGS((Test_env *te));
bin/ksh/edit.c
1025
int (*putbuf_func) ARGS((const char *, size_t));
bin/ksh/edit.c
29
static RETSIGTYPE x_sigwinch ARGS((int sig));
bin/ksh/edit.c
31
static void check_sigwinch ARGS((void));
bin/ksh/edit.c
34
static int x_file_glob ARGS((int flags, const char *str, int slen,
bin/ksh/edit.c
36
static int x_command_glob ARGS((int flags, const char *str, int slen,
bin/ksh/edit.c
38
static int x_locate_word ARGS((const char *buf, int buflen, int pos,
bin/ksh/edit.c
449
static char *add_glob ARGS((const char *, int));
bin/ksh/edit.c
450
static void glob_table ARGS((const char *, XPtrV *, struct table *));
bin/ksh/edit.c
451
static void glob_path ARGS((int, const char *, XPtrV *, const char *));
bin/ksh/edit.h
49
int x_getc ARGS((void));
bin/ksh/edit.h
50
void x_flush ARGS((void));
bin/ksh/edit.h
51
void x_putc ARGS((int c));
bin/ksh/edit.h
52
void x_puts ARGS((const char *s));
bin/ksh/edit.h
54
int promptlen ARGS((const char *cp, const char **spp));
bin/ksh/edit.h
55
int x_do_comment ARGS((char *buf, int bsize, int *lenp));
bin/ksh/edit.h
56
void x_print_expansions ARGS((int nwords, char *const *words, int is_command));
bin/ksh/edit.h
57
int x_cf_glob ARGS((int flags, const char *buf, int buflen, int pos, int *startp,
bin/ksh/edit.h
59
int x_longest_prefix ARGS((int nwords, char *const *words));
bin/ksh/edit.h
60
int x_basename ARGS((const char *s, const char *se));
bin/ksh/edit.h
61
void x_free_words ARGS((int nwords, char **words));
bin/ksh/edit.h
62
int x_escape ARGS((const char *, size_t, int (*)(const char *s, size_t len)));
bin/ksh/edit.h
64
int x_emacs ARGS((char *buf, size_t len));
bin/ksh/edit.h
65
void x_init_emacs ARGS((void));
bin/ksh/edit.h
66
void x_emacs_keys ARGS((X_chars *ec));
bin/ksh/edit.h
68
int x_vi ARGS((char *buf, size_t len));
bin/ksh/emacs.c
122
static int x_ins ARGS((char *cp));
bin/ksh/emacs.c
123
static void x_delete ARGS((int nc, int push));
bin/ksh/emacs.c
124
static int x_bword ARGS((void));
bin/ksh/emacs.c
125
static int x_fword ARGS((void));
bin/ksh/emacs.c
126
static void x_goto ARGS((char *cp));
bin/ksh/emacs.c
127
static void x_bs ARGS((int c));
bin/ksh/emacs.c
128
static int x_size_str ARGS((char *cp));
bin/ksh/emacs.c
129
static int x_size ARGS((int c));
bin/ksh/emacs.c
130
static void x_zots ARGS((char *str));
bin/ksh/emacs.c
131
static void x_zotc ARGS((int c));
bin/ksh/emacs.c
132
static void x_load_hist ARGS((char **hp));
bin/ksh/emacs.c
133
static int x_search ARGS((char *pat, int sameline, int offset));
bin/ksh/emacs.c
134
static int x_match ARGS((char *str, char *pat));
bin/ksh/emacs.c
135
static void x_redraw ARGS((int limit));
bin/ksh/emacs.c
136
static void x_push ARGS((int nchars));
bin/ksh/emacs.c
137
static char * x_mapin ARGS((const char *cp, Area *area));
bin/ksh/emacs.c
138
static char * x_mapout ARGS((int c));
bin/ksh/emacs.c
139
static void x_print ARGS((int prefix, int key));
bin/ksh/emacs.c
140
static void x_adjust ARGS((void));
bin/ksh/emacs.c
141
static void x_e_ungetc ARGS((int c));
bin/ksh/emacs.c
142
static int x_e_getc ARGS((void));
bin/ksh/emacs.c
143
static void x_e_putc ARGS((int c));
bin/ksh/emacs.c
144
static void x_e_puts ARGS((const char *s));
bin/ksh/emacs.c
145
static int x_comment ARGS((int c));
bin/ksh/emacs.c
146
static int x_fold_case ARGS((int c));
bin/ksh/emacs.c
147
static char *x_lastcp ARGS((void));
bin/ksh/emacs.c
148
static void do_complete ARGS((int flags, Comp_type type));
bin/ksh/emacs.c
149
static int x_emacs_putbuf ARGS((const char *s, size_t len));
bin/ksh/emacs.c
44
int (*xf_func) ARGS((int c));
bin/ksh/eval.c
1135
static int copy_non_glob ARGS((XString *xs, char **xpp, char *p));
bin/ksh/eval.c
50
static int varsub ARGS((Expand *xp, char *sp, char *word, int *stypep, int *slenp));
bin/ksh/eval.c
51
static int comsub ARGS((Expand *xp, char *cp));
bin/ksh/eval.c
52
static char *trimsub ARGS((char *str, char *pat, int how));
bin/ksh/eval.c
53
static void ksh_glob ARGS((char *cp, XPtrV *wp, int markdirs));
bin/ksh/eval.c
54
static void globit ARGS((XString *xs, char **xpp, char *sp, XPtrV *wp,
bin/ksh/eval.c
56
static char *maybe_expand_tilde ARGS((char *p, XString *dsp, char **dpp,
bin/ksh/eval.c
58
static char *tilde ARGS((char *acp));
bin/ksh/eval.c
59
static char *homedir ARGS((char *name));
bin/ksh/eval.c
61
static void alt_expand ARGS((XPtrV *wp, char *start, char *exp_start,
bin/ksh/exec.c
1362
static char *select_fmt_entry ARGS((void *arg, int i, char *buf, int buflen));
bin/ksh/exec.c
1424
static char *plain_fmt_entry ARGS((void *arg, int i, char *buf, int buflen));
bin/ksh/exec.c
26
static int comexec ARGS((struct op *, struct tbl *volatile, char **,
bin/ksh/exec.c
28
static void scriptexec ARGS((struct op *, char **));
bin/ksh/exec.c
29
static int call_builtin ARGS((struct tbl *, char **));
bin/ksh/exec.c
30
static int iosetup ARGS((struct ioword *, struct tbl *));
bin/ksh/exec.c
31
static int herein ARGS((const char *, int));
bin/ksh/exec.c
36
static int dbteste_isa ARGS((Test_env *, Test_meta));
bin/ksh/exec.c
37
static const char *dbteste_getopnd ARGS((Test_env *, Test_op, int));
bin/ksh/exec.c
38
static int dbteste_eval ARGS((Test_env *, Test_op, const char *,
bin/ksh/exec.c
40
static void dbteste_error ARGS((Test_env *, int, const char *));
bin/ksh/exec.c
864
int (*func) ARGS((char **));
bin/ksh/expand.h
56
char * Xcheck_grow_ ARGS((XString *xsp, char *xp, int more));
bin/ksh/expr.c
139
static struct tbl *evalexpr ARGS((Expr_state *es, enum prec prec));
bin/ksh/expr.c
140
static void token ARGS((Expr_state *es));
bin/ksh/expr.c
142
static void assign_check ARGS((Expr_state *es, enum token op,
bin/ksh/expr.c
144
static struct tbl *tempvar ARGS((void));
bin/ksh/expr.c
145
static struct tbl *intvar ARGS((Expr_state *es, struct tbl *vp));
bin/ksh/history.c
48
static int hist_count_lines ARGS((unsigned char *, int));
bin/ksh/history.c
49
static int hist_shrink ARGS((unsigned char *, int));
bin/ksh/history.c
50
static unsigned char *hist_skip_back ARGS((unsigned char *,int *,int));
bin/ksh/history.c
51
static void histload ARGS((Source *, unsigned char *, int));
bin/ksh/history.c
52
static void histinsert ARGS((Source *, int, unsigned char *));
bin/ksh/history.c
53
static void writehistfile ARGS((int, char *));
bin/ksh/history.c
54
static int sprinkle ARGS((int));
bin/ksh/history.c
64
static int hist_execute ARGS((char *));
bin/ksh/history.c
65
static int hist_replace ARGS((char **, const char *, const char *, int));
bin/ksh/history.c
66
static char **hist_get ARGS((const char *, int, int));
bin/ksh/history.c
67
static char **hist_get_newest ARGS((int));
bin/ksh/history.c
68
static char **hist_get_oldest ARGS((void));
bin/ksh/history.c
69
static void histbackup ARGS((void));
bin/ksh/jobs.c
212
static void j_set_async ARGS((Job *j));
bin/ksh/jobs.c
213
static void j_startjob ARGS((Job *j));
bin/ksh/jobs.c
214
static int j_waitj ARGS((Job *j, int flags, const char *where));
bin/ksh/jobs.c
215
static RETSIGTYPE j_sigchld ARGS((int sig));
bin/ksh/jobs.c
216
static void j_print ARGS((Job *j, int how, struct shf *shf));
bin/ksh/jobs.c
217
static Job *j_lookup ARGS((const char *cp, int *ecodep));
bin/ksh/jobs.c
218
static Job *new_job ARGS((void));
bin/ksh/jobs.c
219
static Proc *new_proc ARGS((void));
bin/ksh/jobs.c
220
static void check_job ARGS((Job *j));
bin/ksh/jobs.c
221
static void put_job ARGS((Job *j, int where));
bin/ksh/jobs.c
222
static void remove_job ARGS((Job *j, const char *where));
bin/ksh/jobs.c
223
static int kill_job ARGS((Job *j, int sig));
bin/ksh/jobs.c
60
int tcsetpgrp ARGS((int fd, pid_t grp));
bin/ksh/jobs.c
61
int tcgetpgrp ARGS((int fd));
bin/ksh/ksh_dir.h
24
extern DIR *ksh_opendir ARGS((const char *d));
bin/ksh/lex.c
61
static void readhere ARGS((struct ioword *iop));
bin/ksh/lex.c
62
static int getsc__ ARGS((void));
bin/ksh/lex.c
63
static void getsc_line ARGS((Source *s));
bin/ksh/lex.c
64
static int getsc_bn ARGS((void));
bin/ksh/lex.c
65
static char *get_brace_var ARGS((XString *wsp, char *wp));
bin/ksh/lex.c
66
static int arraysub ARGS((char **strp));
bin/ksh/lex.c
67
static const char *ungetsc ARGS((int c));
bin/ksh/lex.c
68
static void gethere ARGS((void));
bin/ksh/lex.c
69
static Lex_state *push_state_ ARGS((State_info *si, Lex_state *old_end));
bin/ksh/lex.c
70
static Lex_state *pop_state_ ARGS((State_info *si, Lex_state *old_end));
bin/ksh/mail.c
42
static void munset ARGS((mbox_t *mlist)); /* free mlist and mval */
bin/ksh/mail.c
43
static mbox_t * mballoc ARGS((char *p, char *m)); /* allocate a new mbox */
bin/ksh/mail.c
44
static void mprintit ARGS((mbox_t *mbp));
bin/ksh/main.c
27
static void reclaim ARGS((void));
bin/ksh/main.c
28
static void remove_temps ARGS((struct temp *tp));
bin/ksh/main.c
29
static int is_restricted ARGS((char *name));
bin/ksh/misc.c
1115
char *(*func) ARGS((void *, int, char *, int));
bin/ksh/misc.c
1313
extern char *getwd ARGS((char *));
bin/ksh/misc.c
218
static char *options_fmt_entry ARGS((void *arg, int i, char *buf, int buflen));
bin/ksh/misc.c
219
static void printoptions ARGS((int verbose));
bin/ksh/misc.c
23
static int do_gmatch ARGS((const unsigned char *s, const unsigned char *p,
bin/ksh/misc.c
26
static const unsigned char *cclass ARGS((const unsigned char *p, int sub));
bin/ksh/misc.c
839
static void qsort1 ARGS((void **base, void **lim, int (*f)(void *, void *)));
bin/ksh/misc.c
845
int (*f) ARGS((void *, void *)); /* compare function */
bin/ksh/misc.c
860
int (*f) ARGS((void *, void *));
bin/ksh/path.c
22
static char *do_phys_path ARGS((XString *, char *, const char *));
bin/ksh/proto.h
100
int findhist ARGS((int, int, const char *, int));
bin/ksh/proto.h
103
void errorf ARGS((const char *, ...))
bin/ksh/proto.h
105
void warningf ARGS((int, const char *, ...))
bin/ksh/proto.h
107
void bi_errorf ARGS((const char *, ...))
bin/ksh/proto.h
109
void internal_errorf ARGS((int, const char *, ...))
bin/ksh/proto.h
111
void error_prefix ARGS((int));
bin/ksh/proto.h
112
void shellf ARGS((const char *, ...))
bin/ksh/proto.h
114
void shprintf ARGS((const char *, ...))
bin/ksh/proto.h
117
void kshdebug_init_ ARGS((void));
bin/ksh/proto.h
118
void kshdebug_printf_ ARGS((const char *, ...))
bin/ksh/proto.h
12
Area * ainit ARGS((Area *));
bin/ksh/proto.h
120
void kshdebug_dump_ ARGS((const char *, const void *, int));
bin/ksh/proto.h
122
int can_seek ARGS((int));
bin/ksh/proto.h
123
void initio ARGS((void));
bin/ksh/proto.h
124
int ksh_dup2 ARGS((int, int, int));
bin/ksh/proto.h
125
int savefd ARGS((int, int));
bin/ksh/proto.h
126
void restfd ARGS((int, int));
bin/ksh/proto.h
127
void openpipe ARGS((int *));
bin/ksh/proto.h
128
void closepipe ARGS((int *));
bin/ksh/proto.h
129
int check_fd ARGS((char *, int, const char **));
bin/ksh/proto.h
13
void afreeall ARGS((Area *));
bin/ksh/proto.h
131
void coproc_init ARGS((void));
bin/ksh/proto.h
132
void coproc_read_close ARGS((int));
bin/ksh/proto.h
133
void coproc_readw_close ARGS((int));
bin/ksh/proto.h
134
void coproc_write_close ARGS((int));
bin/ksh/proto.h
135
int coproc_getfd ARGS((int, const char **));
bin/ksh/proto.h
136
void coproc_cleanup ARGS((int));
bin/ksh/proto.h
138
struct temp *maketemp ARGS((Area *, Temp_type, struct temp **));
bin/ksh/proto.h
14
void * alloc ARGS((size_t, Area *));
bin/ksh/proto.h
140
void j_init ARGS((int));
bin/ksh/proto.h
141
void j_exit ARGS((void));
bin/ksh/proto.h
142
void j_change ARGS((void));
bin/ksh/proto.h
143
int exchild ARGS((struct op *, int, int));
bin/ksh/proto.h
144
void startlast ARGS((void));
bin/ksh/proto.h
145
int waitlast ARGS((void));
bin/ksh/proto.h
146
int waitfor ARGS((const char *, int *));
bin/ksh/proto.h
147
int j_kill ARGS((const char *, int));
bin/ksh/proto.h
148
int j_resume ARGS((const char *, int));
bin/ksh/proto.h
149
int j_jobs ARGS((const char *, int, int));
bin/ksh/proto.h
15
void * aresize ARGS((void *, size_t, Area *));
bin/ksh/proto.h
150
void j_notify ARGS((void));
bin/ksh/proto.h
151
pid_t j_async ARGS((void));
bin/ksh/proto.h
152
int j_stopped_running ARGS((void));
bin/ksh/proto.h
154
int yylex ARGS((int));
bin/ksh/proto.h
155
void yyerror ARGS((const char *, ...))
bin/ksh/proto.h
157
Source * pushs ARGS((int, Area *));
bin/ksh/proto.h
158
void set_prompt ARGS((int, Source *));
bin/ksh/proto.h
159
void pprompt ARGS((const char *, int));
bin/ksh/proto.h
16
void afree ARGS((void *, Area *));
bin/ksh/proto.h
162
void mcheck ARGS((void));
bin/ksh/proto.h
163
void mcset ARGS((long));
bin/ksh/proto.h
164
void mbset ARGS((char *));
bin/ksh/proto.h
165
void mpset ARGS((char *));
bin/ksh/proto.h
168
int include ARGS((const char *, int, char **, int));
bin/ksh/proto.h
169
int command ARGS((const char *));
bin/ksh/proto.h
170
int shell ARGS((Source *volatile, int volatile));
bin/ksh/proto.h
171
void unwind ARGS((int)) GCC_FUNC_ATTR(noreturn);
bin/ksh/proto.h
172
void newenv ARGS((int));
bin/ksh/proto.h
173
void quitenv ARGS((void));
bin/ksh/proto.h
174
void cleanup_parents_env ARGS((void));
bin/ksh/proto.h
175
void cleanup_proc_env ARGS((void));
bin/ksh/proto.h
176
void aerror ARGS((Area *, const char *))
bin/ksh/proto.h
179
void setctypes ARGS((const char *, int));
bin/ksh/proto.h
18
int c_hash ARGS((char **));
bin/ksh/proto.h
180
void initctypes ARGS((void));
bin/ksh/proto.h
181
char * ulton ARGS((unsigned long, int));
bin/ksh/proto.h
182
char * str_save ARGS((const char *, Area *));
bin/ksh/proto.h
183
char * str_nsave ARGS((const char *, int, Area *));
bin/ksh/proto.h
184
int option ARGS((const char *));
bin/ksh/proto.h
185
char * getoptions ARGS((void));
bin/ksh/proto.h
186
void change_flag ARGS((enum sh_flag, int, int));
bin/ksh/proto.h
187
int parse_args ARGS((char **v, int what, int *));
bin/ksh/proto.h
188
int getn ARGS((const char *, int *));
bin/ksh/proto.h
189
int bi_getn ARGS((const char *, int *));
bin/ksh/proto.h
19
int c_cd ARGS((char **));
bin/ksh/proto.h
190
int gmatch ARGS((const char *, const char *, int));
bin/ksh/proto.h
191
int has_globbing ARGS((const char *, const char *));
bin/ksh/proto.h
192
const unsigned char *pat_scan ARGS((const unsigned char *,
bin/ksh/proto.h
194
void qsortp ARGS((void **, size_t, int (*)(void *, void *)));
bin/ksh/proto.h
195
int xstrcmp ARGS((void *, void *));
bin/ksh/proto.h
196
void ksh_getopt_reset ARGS((Getopt *, int));
bin/ksh/proto.h
197
int ksh_getopt ARGS((char **, Getopt *, const char *));
bin/ksh/proto.h
198
void print_value_quoted ARGS((const char *));
bin/ksh/proto.h
199
void print_columns ARGS((struct shf *, int,
bin/ksh/proto.h
20
int c_pwd ARGS((char **));
bin/ksh/proto.h
202
int strip_nuls ARGS((char *, int));
bin/ksh/proto.h
203
char *str_zcpy ARGS((char *, const char *, int));
bin/ksh/proto.h
204
int blocking_read ARGS((int, char *, int));
bin/ksh/proto.h
205
int reset_nonblock ARGS((int));
bin/ksh/proto.h
206
char *ksh_get_wd ARGS((char *, int));
bin/ksh/proto.h
208
int make_path ARGS((const char *, const char *,
bin/ksh/proto.h
21
int c_print ARGS((char **));
bin/ksh/proto.h
210
void simplify_path ARGS((char *));
bin/ksh/proto.h
211
char *get_phys_path ARGS((const char *));
bin/ksh/proto.h
212
void set_current_wd ARGS((char *));
bin/ksh/proto.h
214
void initkeywords ARGS((void));
bin/ksh/proto.h
215
struct op * compile ARGS((Source *));
bin/ksh/proto.h
217
unsigned int hash ARGS((const char *));
bin/ksh/proto.h
218
void tinit ARGS((struct table *, Area *, int));
bin/ksh/proto.h
219
struct tbl * mytsearch ARGS((struct table *, const char *, unsigned int));
bin/ksh/proto.h
22
int c_whence ARGS((char **));
bin/ksh/proto.h
220
struct tbl * tenter ARGS((struct table *, const char *, unsigned int));
bin/ksh/proto.h
221
void mytdelete ARGS((struct tbl *));
bin/ksh/proto.h
222
void ksh_twalk ARGS((struct tstate *, struct table *));
bin/ksh/proto.h
223
struct tbl * tnext ARGS((struct tstate *));
bin/ksh/proto.h
224
struct tbl ** tsort ARGS((struct table *));
bin/ksh/proto.h
227
void inittraps ARGS((void));
bin/ksh/proto.h
229
void alarm_init ARGS((void));
bin/ksh/proto.h
23
int c_command ARGS((char **));
bin/ksh/proto.h
231
Trap * gettrap ARGS((const char *, int));
bin/ksh/proto.h
232
RETSIGTYPE trapsig ARGS((int));
bin/ksh/proto.h
233
void intrcheck ARGS((void));
bin/ksh/proto.h
234
int fatal_trap_check ARGS((void));
bin/ksh/proto.h
235
int trap_pending ARGS((void));
bin/ksh/proto.h
236
void runtraps ARGS((int));
bin/ksh/proto.h
237
void runtrap ARGS((Trap *));
bin/ksh/proto.h
238
void cleartraps ARGS((void));
bin/ksh/proto.h
239
void restoresigs ARGS((void));
bin/ksh/proto.h
24
int c_typeset ARGS((char **));
bin/ksh/proto.h
240
void settrap ARGS((Trap *, char *));
bin/ksh/proto.h
241
int block_pipe ARGS((void));
bin/ksh/proto.h
242
void restore_pipe ARGS((int));
bin/ksh/proto.h
243
int setsig ARGS((Trap *, handler_t, int));
bin/ksh/proto.h
244
void setexecsig ARGS((Trap *, int));
bin/ksh/proto.h
246
int fptreef ARGS((struct shf *, int, const char *, ...));
bin/ksh/proto.h
247
char * snptreef ARGS((char *, int, const char *, ...));
bin/ksh/proto.h
248
struct op * tcopy ARGS((struct op *, Area *));
bin/ksh/proto.h
249
char * wdcopy ARGS((const char *, Area *));
bin/ksh/proto.h
25
int c_alias ARGS((char **));
bin/ksh/proto.h
250
char * wdscan ARGS((const char *, int));
bin/ksh/proto.h
251
char * wdstrip ARGS((const char *));
bin/ksh/proto.h
252
void tfree ARGS((struct op *, Area *));
bin/ksh/proto.h
254
void newblock ARGS((void));
bin/ksh/proto.h
255
void popblock ARGS((void));
bin/ksh/proto.h
256
void initvar ARGS((void));
bin/ksh/proto.h
257
struct tbl * global ARGS((const char *));
bin/ksh/proto.h
259
char * str_val ARGS((struct tbl *));
bin/ksh/proto.h
26
int c_unalias ARGS((char **));
bin/ksh/proto.h
260
long intval ARGS((struct tbl *));
bin/ksh/proto.h
261
int setstr ARGS((struct tbl *, const char *, int));
bin/ksh/proto.h
262
struct tbl *setint_v ARGS((struct tbl *, struct tbl *));
bin/ksh/proto.h
263
void setint ARGS((struct tbl *, long));
bin/ksh/proto.h
264
int getint ARGS((struct tbl *, long *));
bin/ksh/proto.h
265
struct tbl * typeset ARGS((const char *, Tflag, Tflag, int, int));
bin/ksh/proto.h
266
void unset ARGS((struct tbl *, int));
bin/ksh/proto.h
267
char * skip_varname ARGS((const char *, int));
bin/ksh/proto.h
268
char *skip_wdvarname ARGS((const char *, int));
bin/ksh/proto.h
269
int is_wdvarname ARGS((const char *, int));
bin/ksh/proto.h
27
int c_let ARGS((char **));
bin/ksh/proto.h
270
int is_wdvarassign ARGS((const char *));
bin/ksh/proto.h
271
char ** makenv ARGS((void));
bin/ksh/proto.h
272
void change_random ARGS((void));
bin/ksh/proto.h
273
int array_ref_len ARGS((const char *));
bin/ksh/proto.h
274
char * arrayname ARGS((const char *));
bin/ksh/proto.h
275
void set_array ARGS((const char *, int, char **));
bin/ksh/proto.h
28
int c_jobs ARGS((char **));
bin/ksh/proto.h
29
int c_fgbg ARGS((char **));
bin/ksh/proto.h
30
int c_kill ARGS((char **));
bin/ksh/proto.h
31
void getopts_reset ARGS((int));
bin/ksh/proto.h
32
int c_getopts ARGS((char **));
bin/ksh/proto.h
33
int c_bind ARGS((char **));
bin/ksh/proto.h
35
int c_label ARGS((char **));
bin/ksh/proto.h
36
int c_shift ARGS((char **));
bin/ksh/proto.h
37
int c_umask ARGS((char **));
bin/ksh/proto.h
38
int c_dot ARGS((char **));
bin/ksh/proto.h
39
int c_wait ARGS((char **));
bin/ksh/proto.h
40
int c_read ARGS((char **));
bin/ksh/proto.h
41
int c_eval ARGS((char **));
bin/ksh/proto.h
42
int c_trap ARGS((char **));
bin/ksh/proto.h
43
int c_brkcont ARGS((char **));
bin/ksh/proto.h
44
int c_exitreturn ARGS((char **));
bin/ksh/proto.h
45
int c_set ARGS((char **));
bin/ksh/proto.h
46
int c_unset ARGS((char **));
bin/ksh/proto.h
47
int c_ulimit ARGS((char **));
bin/ksh/proto.h
48
int c_times ARGS((char **));
bin/ksh/proto.h
49
int timex ARGS((struct op *, int));
bin/ksh/proto.h
50
void timex_hook ARGS((struct op *, char ** volatile *));
bin/ksh/proto.h
51
int c_exec ARGS((char **));
bin/ksh/proto.h
52
int c_builtin ARGS((char **));
bin/ksh/proto.h
54
int c_test ARGS((char **));
bin/ksh/proto.h
56
void x_init ARGS((void));
bin/ksh/proto.h
57
int x_read ARGS((char *, size_t));
bin/ksh/proto.h
58
void set_editmode ARGS((const char *));
bin/ksh/proto.h
60
int x_bind ARGS((const char *, const char *, int, int));
bin/ksh/proto.h
62
char * substitute ARGS((const char *, int));
bin/ksh/proto.h
63
char ** eval ARGS((char **, int));
bin/ksh/proto.h
64
char * evalstr ARGS((char *, int));
bin/ksh/proto.h
65
char * evalonestr ARGS((char *, int));
bin/ksh/proto.h
66
char *debunk ARGS((char *, const char *, size_t));
bin/ksh/proto.h
67
void expand ARGS((char *, XPtrV *, int));
bin/ksh/proto.h
68
int glob_str ARGS((char *, XPtrV *, int));
bin/ksh/proto.h
70
int fd_clexec ARGS((int));
bin/ksh/proto.h
71
int execute ARGS((struct op * volatile, volatile int));
bin/ksh/proto.h
72
int shcomexec ARGS((char **));
bin/ksh/proto.h
73
struct tbl * findfunc ARGS((const char *, unsigned int, int));
bin/ksh/proto.h
74
int define ARGS((const char *, struct op *));
bin/ksh/proto.h
75
void builtin ARGS((const char *, int (*)(char **)));
bin/ksh/proto.h
76
struct tbl * findcom ARGS((const char *, int));
bin/ksh/proto.h
77
void flushcom ARGS((int all));
bin/ksh/proto.h
78
char * search ARGS((const char *, const char *, int, int *));
bin/ksh/proto.h
79
int search_access ARGS((const char *, int, int *));
bin/ksh/proto.h
80
int pr_menu ARGS((char *const *));
bin/ksh/proto.h
81
int pr_list ARGS((char *const *));
bin/ksh/proto.h
83
int evaluate ARGS((const char *, long *, int));
bin/ksh/proto.h
84
int v_evaluate ARGS((struct tbl *, const char *, volatile int));
bin/ksh/proto.h
86
void init_histvec ARGS((void));
bin/ksh/proto.h
87
void hist_init ARGS((Source *));
bin/ksh/proto.h
88
void hist_finish ARGS((void));
bin/ksh/proto.h
89
void histsave ARGS((int, const char *, int));
bin/ksh/proto.h
91
int c_fc ARGS((char **));
bin/ksh/proto.h
92
void sethistsize ARGS((int));
bin/ksh/proto.h
93
void sethistfile ARGS((const char *));
bin/ksh/proto.h
95
void histappend ARGS((const char *, int));
bin/ksh/proto.h
97
char ** histpos ARGS((void));
bin/ksh/proto.h
98
int histN ARGS((void));
bin/ksh/proto.h
99
int histnum ARGS((int));
bin/ksh/shf.c
28
static int shf_fillbuf ARGS((struct shf *shf));
bin/ksh/shf.c
29
static int shf_emptybuf ARGS((struct shf *shf, int flags));
bin/ksh/shf.h
63
struct shf *shf_open ARGS((const char *name, int oflags, int mode,
bin/ksh/shf.h
65
struct shf *shf_fdopen ARGS((int fd, int sflags, struct shf *shf));
bin/ksh/shf.h
66
struct shf *shf_reopen ARGS((int fd, int sflags, struct shf *shf));
bin/ksh/shf.h
67
struct shf *shf_sopen ARGS((char *buf, int bsize, int sflags,
bin/ksh/shf.h
69
int shf_close ARGS((struct shf *shf));
bin/ksh/shf.h
70
int shf_fdclose ARGS((struct shf *shf));
bin/ksh/shf.h
71
char *shf_sclose ARGS((struct shf *shf));
bin/ksh/shf.h
72
int shf_finish ARGS((struct shf *shf));
bin/ksh/shf.h
73
int shf_flush ARGS((struct shf *shf));
bin/ksh/shf.h
74
int shf_seek ARGS((struct shf *shf, off_t where, int from));
bin/ksh/shf.h
75
int shf_read ARGS((char *buf, int bsize, struct shf *shf));
bin/ksh/shf.h
76
char *shf_getse ARGS((char *buf, int bsize, struct shf *shf));
bin/ksh/shf.h
77
int shf_getchar ARGS((struct shf *shf));
bin/ksh/shf.h
78
int shf_ungetc ARGS((int c, struct shf *shf));
bin/ksh/shf.h
79
int shf_putchar ARGS((int c, struct shf *shf));
bin/ksh/shf.h
80
int shf_puts ARGS((const char *s, struct shf *shf));
bin/ksh/shf.h
81
int shf_write ARGS((const char *buf, int nbytes, struct shf *shf));
bin/ksh/shf.h
82
int shf_fprintf ARGS((struct shf *shf, const char *fmt, ...));
bin/ksh/shf.h
83
int shf_snprintf ARGS((char *buf, int bsize, const char *fmt, ...));
bin/ksh/shf.h
84
char *shf_smprintf ARGS((const char *fmt, ...));
bin/ksh/shf.h
85
int shf_vfprintf ARGS((struct shf *, const char *fmt, va_list args));
bin/ksh/syn.c
22
static void yyparse ARGS((void));
bin/ksh/syn.c
23
static struct op *pipeline ARGS((int cf));
bin/ksh/syn.c
24
static struct op *andor ARGS((void));
bin/ksh/syn.c
25
static struct op *c_list ARGS((int multi));
bin/ksh/syn.c
26
static struct ioword *synio ARGS((int cf));
bin/ksh/syn.c
27
static void musthave ARGS((int c, int cf));
bin/ksh/syn.c
28
static struct op *nested ARGS((int type, int smark, int emark));
bin/ksh/syn.c
29
static struct op *get_command ARGS((int cf));
bin/ksh/syn.c
30
static struct op *dogroup ARGS((void));
bin/ksh/syn.c
31
static struct op *thenpart ARGS((void));
bin/ksh/syn.c
32
static struct op *elsepart ARGS((void));
bin/ksh/syn.c
33
static struct op *caselist ARGS((void));
bin/ksh/syn.c
34
static struct op *casepart ARGS((int endtok));
bin/ksh/syn.c
35
static struct op *function_body ARGS((char *name, int ksh_func));
bin/ksh/syn.c
36
static char ** wordlist ARGS((void));
bin/ksh/syn.c
37
static struct op *block ARGS((int type, struct op *t1, struct op *t2,
bin/ksh/syn.c
39
static struct op *newtp ARGS((int type));
bin/ksh/syn.c
40
static void syntaxerr ARGS((const char *what))
bin/ksh/syn.c
42
static void nesting_push ARGS((struct nesting_state *save, int tok));
bin/ksh/syn.c
43
static void nesting_pop ARGS((struct nesting_state *saved));
bin/ksh/syn.c
44
static int assign_command ARGS((char *s));
bin/ksh/syn.c
45
static int inalias ARGS((struct source *s));
bin/ksh/syn.c
47
static int dbtestp_isa ARGS((Test_env *te, Test_meta meta));
bin/ksh/syn.c
48
static const char *dbtestp_getopnd ARGS((Test_env *te, Test_op op,
bin/ksh/syn.c
50
static int dbtestp_eval ARGS((Test_env *te, Test_op op, const char *opnd1,
bin/ksh/syn.c
52
static void dbtestp_error ARGS((Test_env *te, int offset, const char *msg));
bin/ksh/table.c
17
static void texpand ARGS((struct table *tp, int nsize));
bin/ksh/table.c
18
static int tnamecmp ARGS((void *p1, void *p2));
bin/ksh/table.c
203
void tprintinfo ARGS((struct table *tp));
bin/ksh/table.h
146
int (*func) ARGS((char **));
bin/ksh/table.h
21
int (*f) ARGS((char **)); /* int function */
bin/ksh/trap.c
62
static RETSIGTYPE alarm_catcher ARGS((int sig));
bin/ksh/tree.c
18
static void ptree ARGS((struct op *t, int indent, struct shf *f));
bin/ksh/tree.c
19
static void pioact ARGS((struct shf *f, int indent, struct ioword *iop));
bin/ksh/tree.c
20
static void tputC ARGS((int c, struct shf *shf));
bin/ksh/tree.c
21
static void tputS ARGS((char *wp, struct shf *shf));
bin/ksh/tree.c
22
static void vfptreef ARGS((struct shf *shf, int indent, const char *fmt, va_list va));
bin/ksh/tree.c
23
static struct ioword **iocopy ARGS((struct ioword **iow, Area *ap));
bin/ksh/tree.c
24
static void iofree ARGS((struct ioword **iow, Area *ap));
bin/ksh/tty.h
100
extern int get_tty ARGS((int fd, TTY_state *ts));
bin/ksh/tty.h
101
extern int set_tty ARGS((int fd, TTY_state *ts, int flags));
bin/ksh/tty.h
102
extern void tty_init ARGS((int init_ttystate));
bin/ksh/tty.h
103
extern void tty_close ARGS((void));
bin/ksh/var.c
29
static char *formatstr ARGS((struct tbl *vp, const char *s));
bin/ksh/var.c
30
static void export ARGS((struct tbl *vp, const char *val));
bin/ksh/var.c
31
static int special ARGS((const char *name));
bin/ksh/var.c
32
static void unspecial ARGS((const char *name));
bin/ksh/var.c
33
static void getspec ARGS((struct tbl *vp));
bin/ksh/var.c
34
static void setspec ARGS((struct tbl *vp));
bin/ksh/var.c
35
static void unsetspec ARGS((struct tbl *vp));
bin/ksh/var.c
36
static struct tbl *arraysearch ARGS((struct tbl *, int));
bin/ksh/vi.c
150
static struct edstate *save_edstate ARGS((struct edstate *old));
bin/ksh/vi.c
151
static void restore_edstate ARGS((struct edstate *old, struct edstate *new));
bin/ksh/vi.c
152
static void free_edstate ARGS((struct edstate *old));
bin/ksh/vi.c
36
static int vi_hook ARGS((int));
bin/ksh/vi.c
37
static void vi_reset ARGS((char *, size_t));
bin/ksh/vi.c
38
static int nextstate ARGS((int));
bin/ksh/vi.c
39
static int vi_insert ARGS((int));
bin/ksh/vi.c
40
static int vi_cmd ARGS((int, const char *));
bin/ksh/vi.c
41
static int domove ARGS((int, const char *, int));
bin/ksh/vi.c
42
static int redo_insert ARGS((int));
bin/ksh/vi.c
43
static void yank_range ARGS((int, int));
bin/ksh/vi.c
44
static int bracktype ARGS((int));
bin/ksh/vi.c
45
static void save_cbuf ARGS((void));
bin/ksh/vi.c
46
static void restore_cbuf ARGS((void));
bin/ksh/vi.c
47
static void edit_reset ARGS((char *, size_t));
bin/ksh/vi.c
48
static int putbuf ARGS((const char *, int, int));
bin/ksh/vi.c
49
static void del_range ARGS((int, int));
bin/ksh/vi.c
50
static int findch ARGS((int, int, int, int));
bin/ksh/vi.c
51
static int forwword ARGS((int));
bin/ksh/vi.c
52
static int backword ARGS((int));
bin/ksh/vi.c
53
static int endword ARGS((int));
bin/ksh/vi.c
54
static int Forwword ARGS((int));
bin/ksh/vi.c
55
static int Backword ARGS((int));
bin/ksh/vi.c
56
static int Endword ARGS((int));
bin/ksh/vi.c
57
static int grabhist ARGS((int, int));
bin/ksh/vi.c
58
static int grabsearch ARGS((int, int, int, char *));
bin/ksh/vi.c
59
static void redraw_line ARGS((int));
bin/ksh/vi.c
60
static void refresh ARGS((int));
bin/ksh/vi.c
61
static int outofwin ARGS((void));
bin/ksh/vi.c
62
static void rewindow ARGS((void));
bin/ksh/vi.c
63
static int newcol ARGS((int, int));
bin/ksh/vi.c
64
static void display ARGS((char *, char *, int));
bin/ksh/vi.c
65
static void ed_mov_opt ARGS((int, char *));
bin/ksh/vi.c
66
static int expand_word ARGS((int));
bin/ksh/vi.c
67
static int complete_word ARGS((int, int));
bin/ksh/vi.c
68
static int print_expansions ARGS((struct edstate *, int));
bin/ksh/vi.c
69
static int char_len ARGS((int));
bin/ksh/vi.c
70
static void x_vi_zotc ARGS((int));
bin/ksh/vi.c
71
static void vi_pprompt ARGS((int));
bin/ksh/vi.c
72
static void vi_error ARGS((void));
bin/ksh/vi.c
73
static void vi_macro_reset ARGS((void));
bin/ksh/vi.c
74
static int x_vi_putbuf ARGS((const char *, size_t));
libexec/ftpd/ftpcmd.y
1230
{ "SMNT", SMNT, ARGS, 0, "(structure mount)", 0, },
libexec/ftpd/ftpcmd.y
1233
{ "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4, b5", 0, },
libexec/ftpd/ftpcmd.y
1234
{ "LPRT", LPRT, ARGS, 1, "<sp> af, hal, h1, h2, h3,..., pal, p1, p2...", 0, },
libexec/ftpd/ftpcmd.y
1237
{ "LPSV", LPSV, ARGS, 1, "(set server in passive mode)", 0, },
libexec/ftpd/ftpcmd.y
1238
{ "EPSV", EPSV, ARGS, 1, "[<sp> af|ALL]", 0, },
libexec/ftpd/ftpcmd.y
1239
{ "TYPE", TYPE, ARGS, 1, "<sp> [ A | E | I | L ]", 0, },
libexec/ftpd/ftpcmd.y
1240
{ "STRU", STRU, ARGS, 1, "(specify file structure)", 0, },
libexec/ftpd/ftpcmd.y
1241
{ "MODE", MODE, ARGS, 1, "(specify transfer mode)", 0, },
libexec/ftpd/ftpcmd.y
1246
{ "ALLO", ALLO, ARGS, 1, "allocate storage (vacuously)", 0, },
libexec/ftpd/ftpcmd.y
1247
{ "REST", REST, ARGS, 1, "<sp> offset (restart command)", 0, },
libexec/ftpd/ftpcmd.y
1267
{ "PBSZ", PBSZ, ARGS, 1, "<sp> decimal-integer", 0, },
libexec/ftpd/ftpcmd.y
1303
{ "IDLE", IDLE, ARGS, 1, "[ <sp> maximum-idle-time ]", 0, },
libexec/ftpd/ftpcmd.y
1306
{ "UMASK", UMASK, ARGS, 1, "[ <sp> umask ]", 0, },
libexec/ftpd/ftpcmd.y
1606
state = ARGS;
libexec/ftpd/ftpcmd.y
1630
case ARGS:
sbin/routed/table.c
740
trace_act("route disappeared before" PAT, ARGS);
sbin/routed/table.c
747
msglog("write(rt_sock)" PAT ": %s", ARGS, strerror(errno));
sbin/routed/table.c
751
cc, w.w_rtm.rtm_msglen, ARGS);
sbin/routed/table.c
756
trace_misc("write kernel" PAT, ARGS);
sys/dev/pckbport/synaptics.c
135
#define DPRINTF(LEVEL, SC, FMT, ARGS...) do \
sys/dev/pckbport/synaptics.c
140
device_printf(_dprintf_psc->sc_dev, FMT, ##ARGS); \
sys/dev/rcons/raster.h
179
extern struct raster* raster_alloc ARGS(( int width, int height, int depth ));
sys/dev/rcons/raster.h
182
extern void raster_free ARGS(( struct raster* r ));
sys/dev/rcons/raster.h
185
extern int raster_get ARGS(( struct raster* r, int x, int y ));
sys/dev/rcons/raster.h
188
extern void raster_put ARGS(( struct raster* r, int x, int y, int v ));
sys/dev/rcons/raster.h
191
extern struct raster* raster_subregion ARGS(( struct raster* r, int x, int y, int width, int height ));
sys/dev/rcons/raster.h
199
extern int raster_op ARGS(( struct raster* dst, int dx, int dy, int w, int h, int rop, struct raster* src, int sx, int sy ));
sys/dev/rcons/raster.h
202
extern int raster_op_noclip ARGS(( struct raster* dst, int dx, int dy, int w, int h, int rop, struct raster* src, int sx, int sy ));
sys/dev/rcons/raster.h
205
extern int raster_op_nosrc_noclip ARGS(( struct raster* dst, int dx, int dy, int w, int h, int rop ));
sys/dev/rcons/raster.h
208
extern int raster_replsrc ARGS(( struct raster* dst, int dx, int dy, int w, int h, int rop, struct raster* src, int sx, int sy ));
sys/dev/rcons/raster.h
216
extern struct raster_font* raster_fontopen ARGS(( char* fontname ));
sys/dev/rcons/raster.h
219
extern int raster_text ARGS(( struct raster* r, int x, int y, int rop, struct raster_font* rf, unsigned char* text ));
sys/dev/rcons/raster.h
222
extern int raster_textn ARGS(( struct raster* r, int x, int y, int rop, struct raster_font* rf, unsigned char* text, int len ));
sys/dev/rcons/raster.h
225
extern void raster_fontclose ARGS(( struct raster_font* rf ));
sys/dev/rcons/raster.h
231
extern struct raster* raster_open ARGS(( char* fbname ));
sys/dev/rcons/raster.h
234
extern struct raster* raster_coloropen ARGS(( void ));
sys/dev/rcons/raster.h
239
extern int raster_video_off ARGS(( struct raster* r ));
sys/dev/rcons/raster.h
245
extern int raster_video_on ARGS(( struct raster* r ));
sys/dev/rcons/raster.h
248
extern struct raster_colormap* raster_colormap_alloc ARGS(( int length ));
sys/dev/rcons/raster.h
251
extern struct raster_colormap* raster_colormap_get ARGS(( struct raster* r ));
sys/dev/rcons/raster.h
257
extern int raster_colormap_set ARGS(( struct raster* r, struct raster_colormap* cm ));
sys/dev/rcons/raster.h
263
extern void raster_colormap_free ARGS(( struct raster_colormap* cm ));
sys/dev/rcons/raster.h
73
#ifndef ARGS