Home
last modified time | relevance | path

Searched refs:lWhich (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dcutpaste.c1558 if (((*plSkip) & lWhich) == lWhich) {
1562 } else if (((*plMask) & lWhich) == lWhich) {
1930 long lWhich; in DoPasteAProperty()
1936 switch (lWhich) {
2003 long lWhich; in DoGetAProperty()
2009 switch (lWhich) {
2338 long lWhich; in WritePropToIni()
2342 switch (lWhich) {
2393 long lWhich; in ParseAProp()
2397 switch (lWhich) {
[all …]
H A Dminiline.c3449 long lWhich; in SameProperty()
3475 long lWhich; in SetStrSegProperty()
3556 long lWhich; in SetStrBlockProperty()
3595 long lWhich; in SetMiniLineProperty()
3612 long lWhich; in SetMiniLinesProperty()
3634 long lWhich;
3694 long lWhich;
3755 long lWhich;
3832 long lWhich;
3897 long lWhich; in ChangeHighlightedTextProperty()
[all …]
H A Dminiline.e200 extern int SameProperty ARGS_DECL((long lWhich, int nValue, StrSegInfo*,
202 extern int SetStrSegProperty ARGS_DECL((long lWhich, int nValue,
204 extern int SetMiniLinesProperty ARGS_DECL((long lWhich, int nValue,
206 extern int ChangeHighlightedTextProperty ARGS_DECL((long lWhich,
208 extern int OnePropertyMiniLines ARGS_DECL((long lWhich, int nValue,
223 extern int HighlightedTextHasSameProperty ARGS_DECL((long lWhich,
H A Dtext.c6634 long lWhich; in DetermineWhatToDoForChangeProperty()
6669 int ChangeEditTextPropertyAtCursor(lWhich, nValue) in ChangeEditTextPropertyAtCursor() argument
6670 long lWhich; in ChangeEditTextPropertyAtCursor()
6690 if (lWhich == PROP_MASK_TEXT_FONT &&
6700 if (!SetStrSegProperty(lWhich, nValue, pNewStrBlock->seg)) {
6760 int ChangeEditTextProperty(lWhich, nValue) in ChangeEditTextProperty() argument
6761 long lWhich; in ChangeEditTextProperty()
6776 if (SameProperty(lWhich, nValue, curStrBlock->seg, TRUE)) {
6784 if (lWhich == PROP_MASK_TEXT_FONT &&
6802 changed = ChangeHighlightedTextProperty(lWhich, nValue);
[all …]
H A Dcutpaste.e83 extern void SetIntPropertyMask ARGS_DECL((long lWhich, int nValue,
H A Dtext.e139 extern int ChangeEditTextProperty ARGS_DECL((long lWhich, int nValue));
H A Dstrtbl.c4321 char *PropLoadString(lWhich) in PropLoadString() argument
4322 long lWhich; in PropLoadString()
4331 if (ppir->bit == lWhich) {
4342 lWhich);
H A Dstrtbl.e1865 extern char *PropLoadString ARGS_DECL((long lWhich));