Searched refs:e2 (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Dentry1.tcl25 entry $w.e2 -relief sunken
27 pack $w.e1 $w.e2 $w.e3 -side top -pady 5 -padx 10 -fill x
30 $w.e2 insert end "This entry contains a long value, much too long "
31 $w.e2 insert end "to fit in the window at one time, so long in fact "
32 $w.e2 insert end "that you'll have to scan or scroll to see the end."
H A Dentry2.tcl31 entry $w.frame.e2 -relief sunken -xscrollcommand "$w.frame.s2 set"
33 "$w.frame.e2 xview"
38 pack $w.frame.e1 $w.frame.s1 $w.frame.spacer1 $w.frame.e2 $w.frame.s2 \
42 $w.frame.e2 insert end "This entry contains a long value, much too long "
43 $w.frame.e2 insert end "to fit in the window at one time, so long in fact "
44 $w.frame.e2 insert end "that you'll have to scan or scroll to see the end."
/ast/src/cmd/dsslib/bgp/
H A Dbgp-ipma.c50 register char* e2; local
55 e2 = e - sizeof(magic2) + 1;
56 e = (e1 > e2) ? e1 : e2;
59 if (s < e1 && strneq(s, magic1, sizeof(magic1) - 1) || s < e2 && strneq(s, magic2, sizeof(magic2) - 1))
76 register char* e2; local
92 e2 = e - sizeof(magic2) + 1;
93 e = (e1 > e2) ? e1 : e2;
96 if (s < e1 && strneq(s, magic1, sizeof(magic1) - 1) || s < e2
[all...]
/ast/src/lib/libcmd/
H A Dcmp.c153 register unsigned char* e2 = 0; local
167 if ((e2 - p2) > 0 || sfreserve(f2, SF_UNBOUND, 0) && sfvalue(f2) > 0)
180 if ((c2 = e2 - p2) <= 0)
188 e2 = p2 + c2;
/ast/src/lib/libvgraph/
H A Dgraph.c41 Gredge_t *e2 = (Gredge_t*)two; local
43 if(e1->tail != e2->tail)
44 return e1->tail < e2->tail ? -1 : 1;
45 else if(e1->head != e2->head)
46 return e1->head < e2->head ? -1 : 1;
47 else if(e1->label != e2->label )
48 return e1->label < e2->label ? -1 : 1;
/ast/src/cmd/nmake/
H A Dparse.c3032 char* e2; local
3045 e2 = s;
3060 if (!(s2 = nextarg(s, &s, &e2, &n)))
3066 c2 = *e2;
3067 *e2 = 0;
3077 if (*s2 == MARK_CONTEXT && *(e2 - 1) == MARK_CONTEXT)
3079 *(e2 - 1) = 0;
3105 *(e2 - 1) = MARK_CONTEXT;
3108 *e2 = c2;

Completed in 15 milliseconds