Searched refs:assigned (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Denvironment.c58 * assigned and list of malloced strings in env, return 0 or errno
63 read_env_file(FILE *F, char ***env, int *assigned) argument
72 *assigned = 0;
100 (*assigned)++;
117 (*assigned)++;
133 int assigned; local
139 read_env_file(F, env, &assigned);
141 return assigned;
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dscrollbar.rb12 @assigned = []
15 @assigned.each{|w| w.xview(*args)}
17 @assigned.each{|w| w.yview(*args)}
57 @assigned.each{|w| w.xview('moveto', first) if w != src_win}
59 @assigned.each{|w| w.yview('moveto', first) if w != src_win}
71 @assigned << w unless @assigned.index(w)
84 return @assigned.dup if self.cget('command').cmd == @scroll_proc
/macosx-10.9.5/CPANInternal-140/Params-Validate/t/lib/PVTests/
H A DDefaults.pm29 q|Correct default assigned for parameter 'c'| );
32 q|Correct default assigned for parameter 'd'| );
48 q|Correct default assigned for parameter 'c'| );
51 q|Correct default assigned for parameter 'd'| );
67 'Correct default assigned for 3rd parameter' );
70 'Correct default assigned for 4th parameter' );
86 'Correct default assigned for 3rd parameter' );
89 'Correct default assigned for 4th parameter' );
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dvsscanf.c185 int assigned = 0;
289 if (assigned == 0)
290 assigned = EOF;
333 assigned + 1, chunk,
340 ++assigned;
345 returnCode(assigned);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/beos/
H A Dapr_arch_threadproc.h69 int assigned; member in struct:beos_key
/macosx-10.9.5/apr-30/apr/apr/include/arch/beos/
H A Dapr_arch_threadproc.h69 int assigned; member in struct:beos_key
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/beos/
H A Dthreadpriv.c35 if (key_table[(*key)->key].assigned == 0){
36 key_table[(*key)->key].assigned = 1;
/macosx-10.9.5/apr-30/apr/apr/threadproc/beos/
H A Dthreadpriv.c35 if (key_table[(*key)->key].assigned == 0){
36 key_table[(*key)->key].assigned = 1;
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/PK/
H A DAuto.pm29 fetching the assigned value afterwards.
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dmethods.test98 test methods-1.6d {default arguments: all arguments assigned} {
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dinherit.test135 test {Simple method names are assigned based on heritage} {
H A Dbasic.test314 test {Default arguments can get assigned a proper value} {
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DLevel.pm273 The numerical values assigned to these constants are purely virtual,
H A DFilter.pm214 assigned, just like the C<true> value above gets assigned to the
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/Control/
H A DEntryChange.pm147 assigned by a server for the change. If a server supports an LDAP
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dpdf_stat.tcl683 set assigned 0
690 set assigned [expr {$assigned-$bucket}]
693 set remaining [expr {$number-$assigned}]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DRelationship.pm225 which can be assigned to relationships as well.
358 which can be assigned to relationships as well.
442 which can be assigned to relationships as well.
540 which can be assigned to relationships as well.
634 which can be assigned to relationships as well.
H A DOrdered.pm128 never be assigned to a row> during normal operation. When
732 This method specifies a B<value> of L</position_column> which is assigned
975 could result in the position not being assigned correctly.
/macosx-10.9.5/cctools-845/misc/
H A Dseg_addr_table.c55 * low in the flat region (and assigned in descending order)
125 enum bool assigned; member in struct:layout_info
743 * to assign. The addresses are assigned starting at the
1073 * If the operation is update check the last assigned address
1075 * the next address to be assigned. If
1137 * If the operation is update check the last assigned address
1139 * assigned.
1181 * If the operation is update check the last assigned address
1183 * assigned.
1229 * the table for unassigned addresses clear the assigned feil
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFilter.pm218 assigned, just like the C<true> value above gets assigned to the
H A DLevel.pm273 The numerical values assigned to these constants are purely virtual,
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/
H A DREADME.txt137 sure that you actually have a variable assigned to the table, and that
/macosx-10.9.5/ruby-104/ruby/enc/unicode/
H A Dname2ctype.h.blt26426 char uniname2ctype_pool_str1039[sizeof("assigned")];
27074 "assigned",
H A Dname2ctype.h26426 char uniname2ctype_pool_str1039[sizeof("assigned")];
27074 "assigned",
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dnamed.conf614 * channel may be assigned to each of them, and it must be a

Completed in 313 milliseconds

123