Searched refs:ign (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/bash-92/bash-3.2/
H A Dpathexp.h79 struct ign { struct
84 typedef int sh_iv_item_func_t __P((struct ign *));
88 struct ign *ignores; /* Store the ignore strings here */
H A Dpathexp.c308 (struct ign *)0,
343 struct ign *p;
418 struct ign *p;
435 ivp->ignores = (struct ign *)NULL;
456 ivp->ignores = (struct ign *)xrealloc (ivp->ignores, maxitems * sizeof (struct ign));
H A Dbashhist.c62 static int histignore_item_func __P((struct ign *));
70 (struct ign *)0,
740 histignore_item_func (ign)
741 struct ign *ign;
743 if (should_expand (ign->val))
744 ign->flags |= HIGN_EXPAND;
H A Dbashline.c2112 (struct ign *)0,
2213 struct ign *p;
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dsystem.c65 struct sigaction ign, intact, quitact; local
99 ign.sa_handler = SIG_IGN;
100 (void)sigemptyset(&ign.sa_mask);
101 ign.sa_flags = 0;
102 (void)_sigaction(SIGINT, &ign, &intact);
107 (void)_sigaction(SIGQUIT, &ign, &quitact);
/macosx-10.9.5/ruby-104/ruby/ext/-test-/wait_for_single_fd/
H A Dwait_for_single_fd.c5 wait_for_single_fd(VALUE ign, VALUE fd, VALUE events, VALUE timeout) argument
/macosx-10.9.5/file_cmds-230/du/
H A Ddu.c697 struct ignentry *ign; local
699 ign = calloc(1, sizeof(*ign));
700 if (ign == NULL)
702 ign->mask = strdup(mask);
703 if (ign->mask == NULL)
705 SLIST_INSERT_HEAD(&ignores, ign, next);
711 struct ignentry *ign; local
714 ign = SLIST_FIRST(&ignores);
716 free(ign
724 struct ignentry *ign; local
[all...]
/macosx-10.9.5/groff-38/groff/src/include/
H A Dsearch.h52 const char *ign, int trunc);
/macosx-10.9.5/file_cmds-230/pax/
H A Dfile_subs.c315 * try to make a hard link between two files. if ign set, we do not
320 * 1 when ign was set to indicates we could not make the link but we
326 mk_link(char *to, struct stat *to_sb, char *from, int ign) argument
356 if (!ign) {
375 if (!ign) {
401 int ign = 0; local
447 if (ign)
497 if ((ign = unlnk_exist(nm, arcn->type)) < 0)
/macosx-10.9.5/CPANInternal-140/File-NFSLock/
H A DFile-NFSLock.spec49 find $RPM_BUILD_ROOT%{_prefix} -type d | tac | xargs rmdir --ign
H A DFile-NFSLock.spec.PL100 find $RPM_BUILD_ROOT%{_prefix} -type d | tac | xargs rmdir --ign
/macosx-10.9.5/CPANInternal-140/File-NFSLock-1.21/
H A DFile-NFSLock.spec49 find $RPM_BUILD_ROOT%{_prefix} -type d | tac | xargs rmdir --ign
H A DFile-NFSLock.spec.PL100 find $RPM_BUILD_ROOT%{_prefix} -type d | tac | xargs rmdir --ign
/macosx-10.9.5/groff-38/groff/src/libs/libbib/
H A Dlinear.cpp361 const char *ign, int trunc)
362 : ignore_fields(ign), truncate_len(trunc), keys(0), nkeys(0)
360 linear_searcher(const char *query, int query_len, const char *ign, int trunc) argument
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcompcore.c1057 multiquote(char *s, int ign) argument
1062 if (p && *p && (ign < 1 || p[ign])) {
1063 if (ign > 0)
1064 p += ign;
1066 if (ign >= 0 || p[1])
1079 tildequote(char *s, int ign) argument
1086 s = multiquote(s, ign);
2148 if (dat->ign && (aign = get_user_var(dat->ign))) {
[all...]
H A Dcomp.h311 char *ign; /* ignored suffixes (-F) */ member in struct:cadata
H A Dcomplete.c536 dat.ign = dat.exp = dat.apar = dat.opar = dat.dpar = NULL;
574 sp = &(dat.ign);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddcl.vim27 syn keyword dclInstr ass[ign] dir[ectory] hel[p] ope[n] set
H A Daml.vim33 syn keyword amlArcCmd contained linety[pe] link[s] linkfeatures list listarchives listatt listc[overages] listcoverages listdbmstables listg[rids] listgrids listhistory listi[mages] listimages listinfotables listlayers listlibraries listo[utput] listse[lect] listst[acks] liststacks listtablespaces listti[ns] listtins listtr[averses] listtran listtransactions listw[orkspaces] listworkspaces lit ll ll[sfit] lla lm ln load loada[djacent] loadcolormap locko[nly] locks[ymbol] log log1[0] log2 logf[ile] logg[ing] loo[kup] lot[area] lp[os] lstk lt lts lw madditem majority majorityf[ilter] makere[gion] makero[ute] makese[ction] makest[ack] mal[ign] map mapa[ngle] mape[xtent] mapextent mapi[nfo] mapj[oin] mapl[imits] mappo[sition] mappr[ojection] mapsc[ale] mapsh[ift] mapu[nits] mapw[arp] mapz[oom] marker markera[ngle] markercolor markercolorr[amp] markercopy markercopyl[ayer] markerdelete markerdeletel[aye] markeredit markerf[ont] markeri[nfo] markerl[ayer] markerlist markerm[ask] markero[ffset]
/macosx-10.9.5/sudo-72/src/
H A Dpp1448 case "$_f" in *i*) echo "$_path" >> $pp_wrkdir/ign.files;; esac
1456 if test -f $pp_wrkdir/ign.awk; then
1458 mv $pp_wrkdir/duplicate.files $pp_wrkdir/duplicate.files.ign
1459 sed -e 's/^/_ _ _ _ _ /' < $pp_wrkdir/duplicate.files.ign |
1460 awk -f $pp_wrkdir/ign.awk |
1493 test -s $pp_wrkdir/ign.files || return
1495 #-- for each file in ign.files, we remove it from all the
1504 done < $pp_wrkdir/ign.files > $pp_wrkdir/ign.awk
1505 echo '{ print }' >> $pp_wrkdir/ign
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dgeneric-x.el532 (lambda(ign)
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_output.c717 unsigned long ign = RTF_PRCLONING; local
737 ign &= ~RTF_PRCLONING;
749 rtalloc_ign(ro, ign);
751 rtalloc_scoped_ign(ro, ign, ifscope);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxfns.c625 unsigned int ign;
630 &rootw, &real_x, &real_y, &ign, &ign, &ign, &ign);
621 unsigned int ign; local
626 &rootw, &real_x, &real_y, &ign, &ign, &ign, &ign); local
H A Dw32term.c5481 int width, height, ign;
5485 x_fullscreen_adjust (f, &width, &height, &ign, &ign);
5453 int width, height, ign; local
H A Dxterm.c8555 int width, height, ign;
8562 x_fullscreen_adjust (f, &width, &height, &ign, &ign);
8527 int width, height, ign; local

Completed in 325 milliseconds

12