Searched refs:flagp (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest014.tcl27 # flagp indicates whether this is a postpend or a
29 set flagp 0
31 eval {test014_body $method $flagp 1 1 $nentries} $args
32 eval {test014_body $method $flagp 1 4 $nentries} $args
33 eval {test014_body $method $flagp 2 4 $nentries} $args
34 eval {test014_body $method $flagp 1 128 $nentries} $args
35 eval {test014_body $method $flagp 2 16 $nentries} $args
37 eval {test014_body $method $flagp 0 1 $nentries} $args
38 eval {test014_body $method $flagp 0 4 $nentries} $args
39 eval {test014_body $method $flagp
[all...]
/macosx-10.9.5/less-23/less/
H A Dregexp.c297 reg(paren, flagp)
299 int *flagp;
307 *flagp = HASWIDTH; /* Tentatively. */
328 *flagp &= ~HASWIDTH;
329 *flagp |= flags&SPSTART;
337 *flagp &= ~HASWIDTH;
338 *flagp |= flags&SPSTART;
369 regbranch(flagp)
370 int *flagp;
377 *flagp
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_regexp.c209 reg(paren, flagp)
211 int *flagp;
219 *flagp = HASWIDTH; /* Tentatively. */
240 *flagp &= ~HASWIDTH;
241 *flagp |= flags&SPSTART;
249 *flagp &= ~HASWIDTH;
250 *flagp |= flags&SPSTART;
281 regbranch(flagp)
282 int *flagp;
289 *flagp
[all...]
H A Dexp_clib.c326 static char * reg _ANSI_ARGS_((int paren, int *flagp,
328 static char * regatom _ANSI_ARGS_((int *flagp,
330 static char * regbranch _ANSI_ARGS_((int *flagp,
340 static char * regpiece _ANSI_ARGS_((int *flagp,
455 reg(paren, flagp, rcstate)
457 int *flagp;
466 *flagp = HASWIDTH; /* Tentatively. */
487 *flagp &= ~HASWIDTH;
488 *flagp |= flags&SPSTART;
496 *flagp
[all...]
/macosx-10.9.5/text_cmds-87/ed/
H A Dsub.c41 extract_subst_tail(int *flagp, long *np) argument
45 *flagp = *np = 0;
48 *flagp = GPR;
53 *flagp = GPR;
62 *flagp = GSG;
/macosx-10.9.5/libutil-34/
H A Dgetmntopts.c122 getmntopts(const char *options, const struct mntopt *m0, int *flagp, argument
178 thisflagp = m->m_altloc ? altflagp : flagp;
/macosx-10.9.5/vim-53/src/
H A Dregexp.c656 static char_u *regbranch __ARGS((int *flagp));
657 static char_u *regconcat __ARGS((int *flagp));
1217 reg(paren, flagp)
1219 int *flagp;
1227 *flagp = HASWIDTH; /* Tentatively. */
1270 *flagp &= ~HASWIDTH;
1271 *flagp |= flags & (SPSTART | HASNL | HASLOOKBH);
1280 *flagp &= ~HASWIDTH;
1281 *flagp |= flags & (SPSTART | HASNL | HASLOOKBH);
1332 regbranch(flagp)
[all...]
H A Dex_docmd.c396 static int put_view __ARGS((FILE *fd, win_T *wp, int add_edit, unsigned *flagp, int current_arg_idx));
8805 unsigned *flagp; local
8876 flagp = &vop_flags;
8878 flagp = &ssop_flags;
8883 if (view_session && (*flagp & SSOP_UNIX))
8912 && (*flagp & SSOP_OPTIONS)))
8957 failed |= (put_view(fd, curwin, !using_vdir, flagp,
9987 static int ses_arglist __ARGS((FILE *fd, char *cmd, garray_T *gap, int fullname, unsigned *flagp));
9988 static int ses_put_fname __ARGS((FILE *fd, char_u *name, unsigned *flagp));
9989 static int ses_fname __ARGS((FILE *fd, buf_T *buf, unsigned *flagp));
[all...]
H A Doption.c3039 static int opt_strings_flags __ARGS((char_u *val, char **values, unsigned *flagp, int list));
5370 long_u *flagp; local
5374 flagp = insecure_flag(idx, opt_flags);
5375 return (*flagp & P_INSECURE) != 0;
11152 * Set a flag in "*flagp" for each string present.
11158 opt_strings_flags(val, values, flagp, list)
11161 unsigned *flagp;
11185 if (flagp != NULL)
11186 *flagp = new_flags;
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dpattern.c667 patcompswitch(int paren, int *flagp) argument
675 *flagp = 0;
699 *flagp |= flags & (P_HSTART|P_PURESTR);
708 *flagp &= ~P_PURESTR;
801 *flagp |= flags & P_HSTART;
850 patcompbranch(int *flagp) argument
855 *flagp = P_PURESTR;
928 *flagp &= ~P_PURESTR;
930 *flagp |= flags & P_HSTART;
1170 patcomppiece(int *flagp) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isccfg/
H A Dparser.c2059 const unsigned int *flagp = type->of; local
2061 if (*flagp != CFG_ADDR_V4OK && *flagp != CFG_ADDR_V6OK)
2063 if (*flagp & CFG_ADDR_V4OK) {
2067 if (*flagp & CFG_ADDR_V6OK) {
2073 if (*flagp & CFG_ADDR_WILDOK) {
2080 if (*flagp != CFG_ADDR_V4OK && *flagp != CFG_ADDR_V6OK)
2229 const unsigned int *flagp = type->of; local
2230 return (parse_sockaddrsub(pctx, &cfg_type_sockaddr, *flagp, re
2251 const unsigned int *flagp = type->of; local
[all...]
H A Dnamedconf.c2066 const unsigned int *flagp = type->of; local
2068 if ((*flagp & CFG_ADDR_V4OK) != 0)
2070 else if ((*flagp & CFG_ADDR_V6OK) != 0)
2085 CHECK(cfg_parse_rawaddr(pctx, *flagp,
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dargs.c448 register char *flagp=ap->flagadr; local
453 *flagp++ = *cp;
456 *flagp = 0;
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c681 socklist_lookup(SOCKET sock, int *flagp) argument
689 if (ret && flagp)
690 *flagp = (int)data;
697 socklist_delete(SOCKET *sockp, int *flagp) argument
706 if (flagp)
707 data = (st_data_t)*flagp;
711 if (flagp)
712 *flagp = (int)data;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_descrip.c4354 char *flagp = &fdp->fd_ofileflags[i]; local
4363 if ((*flagp & (UF_EXCLOSE|UF_INHERIT)) != UF_INHERIT)
4364 *flagp |= UF_EXCLOSE;
4365 *flagp &= ~UF_INHERIT;
4369 ((*flagp & (UF_RESERVED|UF_EXCLOSE)) == UF_EXCLOSE)

Completed in 402 milliseconds