Searched refs:gh (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/mail_cmds-30/mail/
H A Dvars.c152 struct grouphead *gh; local
154 for (gh = groups[hash(name)]; gh != NULL; gh = gh->g_link)
155 if (*gh->g_name == *name && equal(gh->g_name, name))
156 return (gh);
167 struct grouphead *gh; local
170 if ((gh
[all...]
H A Dcmd3.c559 struct grouphead *gh; local
566 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
570 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
571 *p++ = gh
[all...]
H A Dnames.c478 struct grouphead *gh; local
491 gh = findgroup(np->n_name);
493 if (gh != NULL)
494 new = gexpand(new, gh, metoo, np->n_type);
509 gexpand(nlist, gh, metoo, ntype)
511 struct grouphead *gh;
525 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) {
529 if (strcmp(cp, gh->g_name) == 0)
541 if (gp == gh->g_list && gp->ge_link == NULL)
/macosx-10.10/vim-55/runtime/syntax/
H A Dcsh.vim31 syn match cshModifier contained ":\(h\|t\|r\|q\|x\|gh\|gt\|gr\)"
63 syn match cshExtVar "\$[a-zA-Z_][a-zA-Z0-9_]*\(:h\|:t\|:r\|:q\|:x\|:gh\|:gt\|:gr\)\=" contains=cshModifier
64 syn match cshSelector "\$[a-zA-Z_][a-zA-Z0-9_]*\[[a-zA-Z_]\+\]\(:h\|:t\|:r\|:q\|:x\|:gh\|:gt\|:gr\)\=" contains=cshModifier
65 syn match cshQtyWord "\$#[a-zA-Z_][a-zA-Z0-9_]*\(:h\|:t\|:r\|:q\|:x\|:gh\|:gt\|:gr\)\=" contains=cshModifier
66 syn match cshArgv "\$\d\+\(:h\|:t\|:r\|:q\|:x\|:gh\|:gt\|:gr\)\=" contains=cshModifier
67 syn match cshArgv "\$\*\(:h\|:t\|:r\|:q\|:x\|:gh\|:gt\|:gr\)\=" contains=cshModifier
70 syn match cshExtVar "\${[a-zA-Z_][a-zA-Z0-9_]*\(:h\|:t\|:r\|:q\|:x\|:gh\|:gt\|:gr\)\=}" contains=cshModifier
71 syn match cshSelector "\${[a-zA-Z_][a-zA-Z0-9_]*\[[a-zA-Z_]\+\]\(:h\|:t\|:r\|:q\|:x\|:gh\|:gt\|:gr\)\=}" contains=cshModifier
72 syn match cshQtyWord "\${#[a-zA-Z_][a-zA-Z0-9_]*\(:h\|:t\|:r\|:q\|:x\|:gh\|:gt\|:gr\)\=}" contains=cshModifier
73 syn match cshArgv "\${\d\+\(:h\|:t\|:r\|:q\|:x\|:gh\|
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-juniper.c467 const struct juniper_ggsn_header *gh; local
474 gh = (struct juniper_ggsn_header *)&l2info.cookie;
478 tok2str(juniper_protocol_values,"Unknown",gh->proto),
479 gh->proto,
480 EXTRACT_16BITS(&gh->vlan_id[0]));
483 switch (gh->proto) {
494 printf("unknown GGSN proto (%u)", gh->proto);
/macosx-10.10/ICU-531.30/icuSources/samples/ucnv/
H A Dconvsamp.cpp405 uint32_t gh = 0; local
463 gh++;
482 printf("%d ie digraphs, %d gh digraphs.\n", ie, gh);
/macosx-10.10/bash-94.1.2/bash-3.2/tests/
H A Dexp-tests176 set "a b" cd ef gh
177 expect '<a b> <cd> <ef> <gh>'
179 expect '<a b> <cd> <ef> <gh>'
181 expect '<a b> <cd> <ef> <gh>'
/macosx-10.10/WTF-7600.1.24/wtf/
H A DAVLTree.h481 void set_gt(handle h, handle gh) { abs.set_greater(h, gh); }
/macosx-10.10/emacs-93/emacs/leim/quail/
H A Dhanja.el487 ("gh" "$(C{:{;{<{={>{?{@{A{B{C{D{E{F{G{H{I{J{K{L{M{N{O{P{Q{R{S{T{U{V{W{X{Y{Z{[{\{]{^{_{`{a{b(B")
H A Dhangul.el2363 ("gh" ?$(CH#(B)
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSArray.cpp1315 void set_greater(handle h, handle gh) { m_nodes[h].gt &= 0x80000000; m_nodes[h].gt |= gh; } argument
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim1768 nnoremap <buffer> <silent> gh :<c-u>call <SID>NetrwHidden(1)<cr>
1812 inoremap <buffer> <silent> gh <c-o>:<c-u>call <SID>NetrwHidden(1)<cr>
1903 nnoremap <buffer> <silent> gh :<c-u>call <SID>NetrwHidden(0)<cr>
1946 inoremap <buffer> <silent> gh <c-o>:<c-u>call <SID>NetrwHidden(0)<cr>
4001 " s:NetrwHidden: invoked by "gh" {{{2
5216 exe 'sil! menu '.g:NetrwMenuPriority.'.9.3 '.g:NetrwTopLvlMenu.'Browsing\ Control.Quick\ Hide/Unhide\ Dot\ Files<tab>'."gh gh"
/macosx-10.10/vim-55/runtime/
H A Dfiletype.vim893 au BufNewFile,BufRead *.4gl,*.4gh,*.m4gl setf fgl
/macosx-10.10/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit1022 gh\040 �� # ---> 5-6- 1
2173 y;gh �E # ---> 6^0-5-6- 0
/macosx-10.10/emacs-93/emacs/etc/
H A Dtermcap.src11207 :se=\E[%gh%{4}%^%Ph%gh%dZZ:so=\E[8ZZ:st=\E1:ta=^I:\
11208 :ue=\E[%gh%{8}%^%Ph%gh%dZZ:up=^K:us=\E[8ZZ:ve=\E.3:\
/macosx-10.10/ncurses-44/ncurses/misc/
H A Dterminfo.src14245 rmir=\Er, rmso=\E[%gh%{4}%^%Ph%gh%dZZ,
14246 rmul=\E[%gh%{8}%^%Ph%gh%dZZ, rs2=\Eo1,

Completed in 312 milliseconds