Lines Matching defs:int
52 static int do_gmatch(const unsigned char *, const unsigned char *,
62 static int make_path(const char *, const char *, char **, XString *, int *);
140 int opt_width;
141 int opts[NELEM(options)];
144 static void options_fmt_entry(char *, size_t, unsigned int, const void *);
145 static int printoptions(bool);
146 static int printoption(size_t);
150 options_fmt_entry(char *buf, size_t buflen, unsigned int i, const void *arg)
159 static int
166 bi_errorf(Tf_sd, "change in unnamed option", (int)i);
180 static int
184 int rv = 0;
201 if ((int)len > oi.opt_width)
202 oi.opt_width = (int)len;
231 char c, m[(int)FNFLAGS + 1];
245 change_flag(enum sh_flag f, int what, bool newset)
374 int
377 int what,
398 int optc, arrayset = 0;
425 if (!set && !baseline_flags[(int)FNFLAGS]) {
459 if (!baseline_flags[(int)FNFLAGS]) {
554 int
555 getn(const char *s, int *ai)
583 num.u = num.u * 10U + (unsigned int)ksh_numdig(c);
588 /* overflow for signed 32-bit int */
673 * int gmatch(string, pattern)
679 int
684 int rv;
739 unsigned int nest = 0;
816 static int
949 int matched = 0;
1217 int nest = 0;
1231 int
1241 return ((int)asciibetical(*cp1) - (int)asciibetical(*cp2));
1244 int
1253 ksh_getopt_reset(Getopt *go, int flags)
1289 int
1441 unsigned int wc;
1526 print_columns(struct columnise_opts *opts, unsigned int n,
1527 void (*func)(char *, size_t, unsigned int, const void *),
1530 unsigned int i, r = 0, c, rows, cols, nspace, max_col;
1543 max_col = (unsigned int)max_colz;
1597 (int)max_col, str, (int)nspace, null);
1635 blocking_read(int fd, char *buf, size_t nbytes)
1658 int
1659 reset_nonblock(int fd)
1661 int flags;
1707 int llen;
1718 int symlinks = 32;
1939 static int
1944 int *phys_pathp)
1946 int rval = 0;
2161 int
2164 int optc, rv, phys_path;
2167 int cdnode;
2353 int fd;
2425 strchr(char *p, int ch)
2482 int
2483 getrusage(int what, struct rusage *ru)
2518 int
2519 unbksl(bool cstyle, int (*fg)(void), void (*fp)(int))
2521 int wc, i, c, fc, n;