Searched refs:u_p (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/text_cmds-87/ed/
H A Dundo.c37 long u_p = 0; /* undo stack pointer */ variable
54 if (u_p < usize ||
57 ustack[u_p].type = type;
58 ustack[u_p].t = get_addressed_line_node(to);
59 ustack[u_p].h = get_addressed_line_node(from);
60 return ustack + u_p++;
94 } else if (u_p)
98 for (n = u_p; n-- > 0;) {
121 for (n = u_p; n-- > (u_p
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkFormatMP3.c1728 float (*u_p)[16];
1834 u_p = (float (*)[16]) &ext->u[ch][div][0][start];
1836 /*16*/ u_p[0][0] =+d1 ;
1837 u_p[31][0] = -(u_p[1][0] =+d16 +d17 +d18 +d22 -d30);
1838 u_p[30][0] = -(u_p[2][0] =+d8 +d9 +d10 -d14);
1839 u_p[29][0] = -(u_p[3][0] =-d16 -d17 -d18 -d22 +d24 +d25 +d26);
1840 /*20*/ u_p[2
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dmessagepattern.cpp67 static const UChar u_p=0x70; variable
1054 ((c=msg.charAt(index++))==u_p || c==u_P) &&

Completed in 127 milliseconds