HomeSort by: relevance | last modified time | path
    Searched refs:ARGS (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/bin/ksh/
proto.h 12 Area * ainit ARGS((Area *));
13 void afreeall ARGS((Area *));
14 void * alloc ARGS((size_t, Area *));
15 void * aresize ARGS((void *, size_t, Area *));
16 void afree ARGS((void *, Area *));
18 int c_hash ARGS((char **));
19 int c_cd ARGS((char **));
20 int c_pwd ARGS((char **));
21 int c_print ARGS((char **));
22 int c_whence ARGS((char **))
    [all...]
edit.h 49 int x_getc ARGS((void));
50 void x_flush ARGS((void));
51 void x_putc ARGS((int c));
52 void x_puts ARGS((const char *s));
54 int promptlen ARGS((const char *cp, const char **spp));
55 int x_do_comment ARGS((char *buf, int bsize, int *lenp));
56 void x_print_expansions ARGS((int nwords, char *const *words, int is_command));
57 int x_cf_glob ARGS((int flags, const char *buf, int buflen, int pos, int *startp,
59 int x_longest_prefix ARGS((int nwords, char *const *words));
60 int x_basename ARGS((const char *s, const char *se))
    [all...]
shf.h 63 struct shf *shf_open ARGS((const char *name, int oflags, int mode,
65 struct shf *shf_fdopen ARGS((int fd, int sflags, struct shf *shf));
66 struct shf *shf_reopen ARGS((int fd, int sflags, struct shf *shf));
67 struct shf *shf_sopen ARGS((char *buf, int bsize, int sflags,
69 int shf_close ARGS((struct shf *shf));
70 int shf_fdclose ARGS((struct shf *shf));
71 char *shf_sclose ARGS((struct shf *shf));
72 int shf_finish ARGS((struct shf *shf));
73 int shf_flush ARGS((struct shf *shf));
74 int shf_seek ARGS((struct shf *shf, off_t where, int from))
    [all...]
c_test.h 45 int (*isa) ARGS((Test_env *te, Test_meta meta));
46 const char *(*getopnd) ARGS((Test_env *te, Test_op op, int do_eval));
47 int (*eval) ARGS((Test_env *te, Test_op op, const char *opnd1,
49 void (*error) ARGS((Test_env *te, int offset, const char *msg));
52 Test_op test_isop ARGS((Test_env *te, Test_meta meta, const char *s));
53 int test_eval ARGS((Test_env *te, Test_op op, const char *opnd1,
55 int test_parse ARGS((Test_env *te));
tty.h 100 extern int get_tty ARGS((int fd, TTY_state *ts));
101 extern int set_tty ARGS((int fd, TTY_state *ts, int flags));
102 extern void tty_init ARGS((int init_ttystate));
103 extern void tty_close ARGS((void));
ksh_dir.h 24 extern DIR *ksh_opendir ARGS((const char *d));
syn.c 22 static void yyparse ARGS((void));
23 static struct op *pipeline ARGS((int cf));
24 static struct op *andor ARGS((void));
25 static struct op *c_list ARGS((int multi));
26 static struct ioword *synio ARGS((int cf));
27 static void musthave ARGS((int c, int cf));
28 static struct op *nested ARGS((int type, int smark, int emark));
29 static struct op *get_command ARGS((int cf));
30 static struct op *dogroup ARGS((void));
31 static struct op *thenpart ARGS((void))
215 XPtrV args, vars; local
605 XPtrV args; local
    [all...]
vi.c 36 static int vi_hook ARGS((int));
37 static void vi_reset ARGS((char *, size_t));
38 static int nextstate ARGS((int));
39 static int vi_insert ARGS((int));
40 static int vi_cmd ARGS((int, const char *));
41 static int domove ARGS((int, const char *, int));
42 static int redo_insert ARGS((int));
43 static void yank_range ARGS((int, int));
44 static int bracktype ARGS((int));
45 static void save_cbuf ARGS((void))
    [all...]
c_test.c 96 static int test_stat ARGS((const char *, struct stat *));
97 static int test_eaccess ARGS((const char *, int));
98 static int test_oexpr ARGS((Test_env *, int));
99 static int test_aexpr ARGS((Test_env *, int));
100 static int test_nexpr ARGS((Test_env *, int));
101 static int test_primary ARGS((Test_env *, int));
102 static int ptest_isa ARGS((Test_env *, Test_meta));
103 static const char *ptest_getopnd ARGS((Test_env *, Test_op, int));
104 static int ptest_eval ARGS((Test_env *, Test_op, const char *,
106 static void ptest_error ARGS((Test_env *, int, const char *))
    [all...]
mail.c 42 static void munset ARGS((mbox_t *mlist)); /* free mlist and mval */
43 static mbox_t * mballoc ARGS((char *p, char *m)); /* allocate a new mbox */
44 static void mprintit ARGS((mbox_t *mbp));
table.h 21 int (*f) ARGS((char **)); /* int function */
146 int (*func) ARGS((char **));
edit.c 29 static RETSIGTYPE x_sigwinch ARGS((int sig));
31 static void check_sigwinch ARGS((void));
34 static int x_file_glob ARGS((int flags, const char *str, int slen,
36 static int x_command_glob ARGS((int flags, const char *str, int slen,
38 static int x_locate_word ARGS((const char *buf, int buflen, int pos,
95 check_sigwinch ARGS((void))
449 static char *add_glob ARGS((const char *, int));
450 static void glob_table ARGS((const char *, XPtrV *, struct table *));
451 static void glob_path ARGS((int, const char *, XPtrV *, const char *));
1025 int (*putbuf_func) ARGS((const char *, size_t))
    [all...]
history.c 48 static int hist_count_lines ARGS((unsigned char *, int));
49 static int hist_shrink ARGS((unsigned char *, int));
50 static unsigned char *hist_skip_back ARGS((unsigned char *,int *,int));
51 static void histload ARGS((Source *, unsigned char *, int));
52 static void histinsert ARGS((Source *, int, unsigned char *));
53 static void writehistfile ARGS((int, char *));
54 static int sprinkle ARGS((int));
64 static int hist_execute ARGS((char *));
65 static int hist_replace ARGS((char **, const char *, const char *, int));
66 static char **hist_get ARGS((const char *, int, int))
    [all...]
table.c 17 static void texpand ARGS((struct table *tp, int nsize));
18 static int tnamecmp ARGS((void *p1, void *p2));
203 void tprintinfo ARGS((struct table *tp));
lex.c 61 static void readhere ARGS((struct ioword *iop));
62 static int getsc__ ARGS((void));
63 static void getsc_line ARGS((Source *s));
64 static int getsc_bn ARGS((void));
65 static char *get_brace_var ARGS((XString *wsp, char *wp));
66 static int arraysub ARGS((char **strp));
67 static const char *ungetsc ARGS((int c));
68 static void gethere ARGS((void));
69 static Lex_state *push_state_ ARGS((State_info *si, Lex_state *old_end));
70 static Lex_state *pop_state_ ARGS((State_info *si, Lex_state *old_end))
    [all...]
tree.c 18 static void ptree ARGS((struct op *t, int indent, struct shf *f));
19 static void pioact ARGS((struct shf *f, int indent, struct ioword *iop));
20 static void tputC ARGS((int c, struct shf *shf));
21 static void tputS ARGS((char *wp, struct shf *shf));
22 static void vfptreef ARGS((struct shf *shf, int indent, const char *fmt, va_list va));
23 static struct ioword **iocopy ARGS((struct ioword **iow, Area *ap));
24 static void iofree ARGS((struct ioword **iow, Area *ap));
50 if (t->args)
51 for (w = t->args; *w != NULL; )
54 fptreef(shf, indent, "#no-args# ");
    [all...]
jobs.c 60 int tcsetpgrp ARGS((int fd, pid_t grp));
61 int tcgetpgrp ARGS((int fd));
212 static void j_set_async ARGS((Job *j));
213 static void j_startjob ARGS((Job *j));
214 static int j_waitj ARGS((Job *j, int flags, const char *where));
215 static RETSIGTYPE j_sigchld ARGS((int sig));
216 static void j_print ARGS((Job *j, int how, struct shf *shf));
217 static Job *j_lookup ARGS((const char *cp, int *ecodep));
218 static Job *new_job ARGS((void));
219 static Proc *new_proc ARGS((void))
    [all...]
expr.c 137 static void evalerr ARGS((Expr_state *es, enum error_type type,
139 static struct tbl *evalexpr ARGS((Expr_state *es, enum prec prec));
140 static void token ARGS((Expr_state *es));
142 static void assign_check ARGS((Expr_state *es, enum token op,
144 static struct tbl *tempvar ARGS((void));
145 static struct tbl *intvar ARGS((Expr_state *es, struct tbl *vp));
  /src/tests/lib/libcurses/
debug_test 44 #ARGS="-T ${BASEDIR} -I ${INCLUDE_PATH} -C ${CHECK_PATH}"
45 ARGS="-T ${BASEDIR} -C ${CHECK_PATH}"
67 ARGS="-n ${ARGS} "
75 ARGS="-t ${OPTARG} ${ARGS}"
79 ARGS="-v ${ARGS}"
83 ARGS="-g ${ARGS}"
    [all...]
  /src/sys/external/bsd/drm2/include/linux/
tracepoint.h 34 #define TRACE_EVENT(NAME, PROTOTYPE, ARGS, FIELDS, TRACE, PRINT) \
37 #define TP_PROTO(ARGS...) (ARGS)
39 #define DECLARE_EVENT_CLASS(NAME, PROTOTYPE, ARGS, FIELDS, TRACE, PRINT) \
42 #define DEFINE_EVENT(CLASS, NAME, PROTOTYPE, ARGS) \
nbsd-namespace.h 50 #define sprintf(BUF, FMT, ARGS...) snprintf(BUF, SIZE_MAX, FMT, ##ARGS)
  /src/sys/dev/rcons/
raster.h 73 #ifndef ARGS
75 #define ARGS(alist) alist
77 #define ARGS(alist) ()
79 #endif /*ARGS*/
179 extern struct raster* raster_alloc ARGS(( int width, int height, int depth ));
182 extern void raster_free ARGS(( struct raster* r ));
185 extern int raster_get ARGS(( struct raster* r, int x, int y ));
188 extern void raster_put ARGS(( struct raster* r, int x, int y, int v ));
191 extern struct raster* raster_subregion ARGS(( struct raster* r, int x, int y, int width, int height ));
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 ))
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
init.h 24 #define nvbios_init(s,o,ARGS...) ({ \
33 ARGS \
  /src/usr.bin/make/unit-tests/
opt-jobs.mk 8 ARGS= 0 1 2 8 08 017 0x10 -5 1000
19 .for arg in ${ARGS}
29 ARGS= 0.0 0C 0.0C .00001 .00001C 1C 1CPUs 1.2 .5e1C 07.5C 08.5C
43 . for arg in ${ARGS}
  /src/libexec/ftpd/
ftpcmd.y 1212 #define ARGS 1 /* expect miscellaneous arguments */
1230 { "SMNT", SMNT, ARGS, 0, "(structure mount)", 0, },
1233 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4, b5", 0, },
1234 { "LPRT", LPRT, ARGS, 1, "<sp> af, hal, h1, h2, h3,..., pal, p1, p2...", 0, },
1237 { "LPSV", LPSV, ARGS, 1, "(set server in passive mode)", 0, },
1238 { "EPSV", EPSV, ARGS, 1, "[<sp> af|ALL]", 0, },
1239 { "TYPE", TYPE, ARGS, 1, "<sp> [ A | E | I | L ]", 0, },
1240 { "STRU", STRU, ARGS, 1, "(specify file structure)", 0, },
1241 { "MODE", MODE, ARGS, 1, "(specify transfer mode)", 0, },
1246 { "ALLO", ALLO, ARGS, 1, "allocate storage (vacuously)", 0, }
    [all...]

Completed in 260 milliseconds

1 2