Home
last modified time | relevance | path

Searched refs:tn (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ssl/
Dget-remote-certificate.py29 tn = tempfile.mktemp()
30 fp = open(tn, "w")
36 (tn, tn2))
45 os.unlink(tn)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtelnetlib.py650 tn = Telnet()
651 tn.set_debuglevel(debuglevel)
652 tn.open(host, port, timeout=0.5)
653 tn.interact()
654 tn.close()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dfset2.c1530 TokNode *tn; local
1536 tn=(TokNode *)p;
1537 if (tn->el_label != NULL) {
1538 warnFL(eMsg1("a label (\"%s\") for a context guard element is meaningless",tn->el_label),
2062 TokNode *tn; local
2070 tn=(TokNode *)n;
2071 if (set_nil(tn->tset)) {
2072 fprintf(f," %2d #token %-23s",itemCount,TerminalString(tn->token));
2074 fprintf(f," %2d #tokclass %-20s",itemCount,TerminalString(tn->token));
2154 TokNode *tn; in MR_backTraceReport() local
[all …]
Dparser.dlg141 TokNode *tn;
143 tn=(TokNode *)le->elem;
144 require (tn->label != 0,"mark_label_used... TokNode has no label");
145 tn->label_used_in_semantic_pred=1;
Dscan.c148 TokNode *tn; local
150 tn=(TokNode *)le->elem;
151 require (tn->label != 0,"mark_label_used... TokNode has no label");
152 tn->label_used_in_semantic_pred=1;
Dmrhoist.c2871 TokNode *tn; local
2891 tn=(TokNode *) p;
2893 if (set_nil(tn->tset)) {
2894 require(set_el( (unsigned) tn->token,fset[depth]),
2897 setAnd=set_and(fset[depth],tn->tset);
Dantlr.g2580 TokNode *tn;
2582 tn=(TokNode *)le->elem;
2583 require (tn->label != 0,"mark_label_used... TokNode has no label");
2584 tn->label_used_in_semantic_pred=1;