Searched refs:nt (Results 1 - 25 of 161) sorted by relevance

1234567

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_container.tcl95 method exists {nt} {} ; # Check if nonterminal is known.
96 method rename {nt ntnew} {} ; # Rename a nonterminal
97 method mode {nt {mode {}}} {} ; # Query/set nonterminal mode
98 method rule {nt {rule {}}} {} ; # Query/set nonterminal rhs
206 foreach {nt pe} $dict {
207 lappend tmp $nt [pt::pe canonicalize $pe]
230 foreach nt $args {
231 set myrhs($nt) [pt::pe epsilon]
232 set mymode($nt) value
240 foreach nt
[all...]
H A Dpt_pexpr_op.tcl26 proc ::pt::pe::op::rename {nt ntnew serial} {
27 if {$nt eq $ntnew} {
31 [list [namespace current]::Rename $nt $ntnew] \
95 proc ::pt::pe::op::Rename {nt ntnew pe op arguments} {
97 if {($op eq "n") && ([lindex $arguments 0] eq $nt)} {
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dzwrite.c42 int n, i, nt; local
44 for (n = nb, nt = 0;;)
56 if (++nt > 3)
/macosx-10.10/smb-759.0/lib/librpc/
H A DLsarLookup.h30 #include <nt/lsarpc.h>
H A Dlmshare.h30 #include <nt/srvsvc.h>
H A Dmake-idl-client58 if [ "$idl" -nt "${DERIVED_FILES_DIR}/$header" ] ; then
62 if [ "$idl" -nt "${DERIVED_FILES_DIR}/$stubs" ] ; then
/macosx-10.10/IOKitUser-1050.1.21/
H A DDeviceMIG.sh29 if [ $SCRIPT_INPUT_FILE_0 -nt $SCRIPT_OUTPUT_FILE_0 ]
56 if [ $SCRIPT_INPUT_FILE_0 -nt $SCRIPT_INPUT_FILE_1 ]
79 if [ $testFile -nt $SCRIPT_OUTPUT_FILE_0 -o $testFile -nt $SCRIPT_OUTPUT_FILE_1 \
80 -o $testFile -nt $SCRIPT_OUTPUT_FILE_2 -o $testFile -nt $SCRIPT_OUTPUT_FILE_3 ]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/
H A DMakefile34 sudo kextutil -k ${MACH_KERNEL} -nt /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDC.kext
35 sudo kextutil -k ${MACH_KERNEL} -nt /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCACMControl.kext
36 sudo kextutil -k ${MACH_KERNEL} -nt /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCACMData.kext
37 sudo kextutil -k ${MACH_KERNEL} -nt /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCECMControl.kext
38 sudo kextutil -k ${MACH_KERNEL} -nt /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCECMData.kext
39 sudo kextutil -k ${MACH_KERNEL} -nt /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCWCM.kext
40 sudo kextutil -k ${MACH_KERNEL} -nt /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCDMM.kext
47 sudo rm -rf -k ${MACH_KERNEL} -nt /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDC.kext
48 sudo rm -rf -k ${MACH_KERNEL} -nt /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDC.old
50 sudo kextutil -k ${MACH_KERNEL} -nt /Syste
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/spnego/
H A Dinit_sec_context.c130 NegotiationToken nt; local
136 memset(&nt, 0, sizeof(nt));
138 nt.element = choice_NegotiationToken_negTokenResp;
139 nt.u.negTokenResp.negResult = NULL;
140 nt.u.negTokenResp.supportedMech = NULL;
157 nt.u.negTokenResp.responseToken = NULL;
159 ALLOC(nt.u.negTokenResp.responseToken, 1);
160 if (nt.u.negTokenResp.responseToken == NULL) {
161 free_NegotiationToken(&nt);
262 NegotiationToken nt; local
[all...]
H A Daccept_sec_context.c40 NegotiationToken nt; local
43 nt.element = choice_NegotiationToken_negTokenResp;
45 ALLOC(nt.u.negTokenResp.negResult, 1);
46 if (nt.u.negTokenResp.negResult == NULL) {
50 *(nt.u.negTokenResp.negResult) = reject;
51 nt.u.negTokenResp.supportedMech = NULL;
52 nt.u.negTokenResp.responseToken = NULL;
53 nt.u.negTokenResp.mechListMIC = NULL;
56 output_token->value, output_token->length, &nt,
58 free_NegotiationToken(&nt);
116 NegotiationTokenWin nt; local
184 NegotiationToken nt; local
455 NegotiationToken nt; local
691 NegotiationToken nt; local
[all...]
/macosx-10.10/WebKit2-7600.1.25/mac/
H A Drewrite-availability-macros.sh33 if [[ -e $TIMESTAMP_PATH && $0 -nt $TIMESTAMP_PATH ]]; then
39 if [[ $HEADER_PATH -nt $TIMESTAMP_PATH ]]; then
/macosx-10.10/OpenSSL098-52/src/crypto/bio/
H A Dbf_nbio.c104 NBIO_TEST *nt; local
106 if (!(nt=(NBIO_TEST *)OPENSSL_malloc(sizeof(NBIO_TEST)))) return(0);
107 nt->lrn= -1;
108 nt->lwn= -1;
109 bi->ptr=(char *)nt;
161 NBIO_TEST *nt; local
168 nt=(NBIO_TEST *)b->ptr;
173 if (nt->lwn > 0)
175 num=nt->lwn;
176 nt
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_peg/
H A Dpeg.tcl83 ## nt: nonterm -> expression | Known Nt's, their rules
94 variable nt -array {}
137 array unset nt *
157 [array get nt] \
194 return [array names nt]
230 return [info exists nt($nts)]
252 set nt($ntsnew) $nt($ntsold)
253 unset nt($ntsold)
259 set nt(
[all...]
H A Dpeg_interp.tcl138 set nt [lindex $ar 0]
140 set mode $mo($nt)
142 if {[inc_restore $nt]} {
151 MatchExpr $ru($nt)
155 isv_nonterminal_reduce $nt $pos $mrk
157 isv_nonterminal_range $nt $pos
159 isv_nonterminal_leaf $nt $pos
164 inc_save $nt $pos
172 ier_nonterminal "Expected $nt" $pos
/macosx-10.10/remote_cmds-47/timed.tproj/timed.tproj/
H A Dtimed.c135 struct nets *nt; local
252 for (nt = nets; nt; nt = nt->next) {
253 nentp = getnetbyname(nt->name);
255 nt->net = inet_network(nt->name);
256 if (nt->net != INADDR_NONE)
257 nentp = getnetbyaddr(nt
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Dthr_lwp.c176 tl_t *t, *nt; local
200 nt = (tl_t *) LDAP_MALLOC( sizeof( tl_t ));
202 if( nt == NULL ) return -1;
204 nt->tl_next = sglob->tsl_list;
205 nt->tl_wake = now + interval;
206 nt->tl_tid = mylwp;
207 sglob->tsl_list = nt;
/macosx-10.10/emacs-93/emacs/
H A Dmake-dist319 nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \
495 echo "Making links to \`nt'"
496 (cd nt
497 ln emacs.rc config.nt [a-z]*.c ../${tempdir}/nt
[all...]
/macosx-10.10/shell_cmds-179/lastcomm/
H A Dlastcomm.c168 time_t nt; local
170 nt = t & 017777;
174 nt <<= 3;
176 return (nt);
/macosx-10.10/OpenSSL098-52/src/ms/
H A Ddo_ms.bat3 perl util\mk1mf.pl no-asm VC-WIN32 >ms\nt.mak
/macosx-10.10/dcerpc-61/BuildConfig/
H A Drun-autoconf85 if [ "./configure.in" -nt "./configure" ] ; then
103 if [ "./configure" -nt "./config.status" ] ; then
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_me/
H A Dme_tcl.tcl404 proc ::grammar::me::tcl::isv_nonterminal_leaf {nt pos} {
410 # Clear ; if {$ok} {Reduce $nt}
414 set sv [list $nt $pos $loc]
419 proc ::grammar::me::tcl::isv_nonterminal_range {nt pos} {
429 set sv [list $nt $pos $loc [list {} $pos $loc]]
431 #set sv [linsert $sv 0 $nt] ;#Reduce $nt
436 proc ::grammar::me::tcl::isv_nonterminal_reduce {nt pos {mrk 0}} {
445 set sv [linsert $sv 0 $nt $pos $loc] ;#Reduce $nt
[all...]
/macosx-10.10/swig-12/Source/Swig/
H A Dsymbol.c601 int nt = 0, ct = 0; local
686 nt = 1;
689 if (nt || ct) {
695 if (nt && ct)
699 if (nt) {
762 String *nt = Getattr(n, "nodeType"); local
763 int n_template = Equal(nt, "template") && Checkattr(n, "templatetype", "cdecl");
764 int n_plain_cdecl = Equal(nt, "cdecl");
1550 String *nt; local
1574 nt
1596 SwigType *nt = Copy(Getattr(n, "type")); local
1708 SwigType *nt = Swig_symbol_string_qualify(value, tsdecl); local
1890 String *nt = Getattr(n, "nodeType"); local
[all...]
/macosx-10.10/OpenSSH-189/openssh/contrib/suse/
H A Drc.sshd114 test /etc/ssh/sshd_config -nt $SSHD_PIDFILE && echo reload
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nssplitview.py15 def splitViewWillResizeSubviews_(self, nt): pass
16 def splitViewDidResizeSubviews_(self, nt): pass
/macosx-10.10/ruby-106/ruby/win32/
H A Difchange.bat22 if not "%dest%" == "" if not "%dest%" == "%%dest:/=\%%" goto :nt
58 :nt label

Completed in 338 milliseconds

1234567