Searched refs:ttab (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypesys.c215 String *SwigType_scope_name(Typetab *ttab) { argument
216 String *qname = NewString(Getattr(ttab, "name"));
217 ttab = Getattr(ttab, "parent");
218 while (ttab) {
219 String *pname = Getattr(ttab, "name");
224 ttab = Getattr(ttab, "parent");
237 Hash *ttab; local
246 ttab
294 SwigType_scope_alias(String *aliasname, Typetab *ttab) argument
389 Hash *ttab; local
450 Typetab *ttab; local
489 Hash *ttab; local
547 Hash *ttab; local
1125 Hash *ttab = Getattr(s, "typetab"); local
[all...]
/macosx-10.10.1/postfix-255/postfix/src/postconf/
H A Dextract.awk65 if (++ttab[$1 $2 $4 $5 $6 $7 $8 $9] == 1) {
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dtraceroute.c1303 static char *ttab[] = { local
1314 return(ttab[t]);
/macosx-10.10.1/network_cmds-457/ping.tproj/
H A Dping.c1569 static char *ttab[] = { variable

Completed in 162 milliseconds