Searched defs:editType (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSrc.c305 static XawTextEditType editType; local
322 if (q == QRead) editType = XawtextRead;
323 else if (q == QAppend) editType = XawtextAppend;
324 else if (q == QEdit) editType = XawtextEdit;
330 toVal->size = sizeof editType;
331 toVal->addr = (XPointer) &editType;
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c171 static XawTextEditType editType; local
187 if (q == QRead) editType = XawtextRead;
188 else if (q == QAppend) editType = XawtextAppend;
189 else if (q == QEdit) editType = XawtextEdit;
194 done(&editType, XawTextEditType);

Completed in 26 milliseconds