Home
last modified time | relevance | path

Searched refs:nullSubsChar (Results 1 – 13 of 13) sorted by relevance

/dports/editors/nedit/nedit-5.7/source/
H A DtextBuf.c104 char nullSubsChar, int *newLen);
106 char nullSubsChar, int *newLen);
172 buf->nullSubsChar = '\0'; in BufCreatePreallocated()
1059 if (c == nullSubsChar) { in BufExpandCharacter()
1093 if (c == nullSubsChar) in BufCharWidth()
1784 nullSubsChar, &len); in insertColInLine()
1870 nullSubsChar, &len); in deleteRectFromLine()
1952 nullSubsChar, &len); in overlayRectInLine()
1970 nullSubsChar, &len); in overlayRectInLine()
2488 char nullSubsChar, int *newLen) in expandTabs() argument
[all …]
H A DtextBuf.h77 char nullSubsChar; /* NEdit is based on C null-terminated strings, member
155 char nullSubsChar);
156 int BufCharWidth(char c, int indent, int tabDist, char nullSubsChar);
H A Dshift.c66 int useTabs, char nullSubsChar, int *filledLen, int alignWithFirst);
68 int rightMargin, int tabDist, int allowTabs, char nullSubsChar,
288 buf->nullSubsChar, &len, False); in FillSelection()
533 int useTabs, char nullSubsChar, int *filledLen, int alignWithFirst) in fillParagraphs() argument
585 rightMargin, tabDist, useTabs, nullSubsChar, &len); in fillParagraphs()
611 int rightMargin, int tabDist, int allowTabs, char nullSubsChar, in fillParagraph() argument
654 col += BufCharWidth(*c, col, tabDist, nullSubsChar); in fillParagraph()
H A DtextDisp.c887 indent += BufCharWidth(*c, indent, buf->tabDist, buf->nullSubsChar); in TextDOverstrike()
899 indent += BufCharWidth(ch, indent, buf->tabDist, buf->nullSubsChar); in TextDOverstrike()
986 textD->buffer->nullSubsChar); in TextDLineAndColToPos()
1047 textD->buffer->tabDist, textD->buffer->nullSubsChar); in TextDPositionToXY()
1828 expandedChar, buf->tabDist, buf->nullSubsChar); in redisplayLine()
1870 expandedChar, buf->tabDist, buf->nullSubsChar); in redisplayLine()
2268 textD->buffer->tabDist, textD->buffer->nullSubsChar); in xyToPos()
3379 char nullSubsChar = textD->buffer->nullSubsChar; in wrappedLineCounter() local
3435 colNum += BufCharWidth(c, colNum, tabDist, nullSubsChar); in wrappedLineCounter()
3465 colNum = BufCharWidth(c, colNum, tabDist, nullSubsChar); in wrappedLineCounter()
[all …]
H A DtextDrag.c543 width += BufCharWidth(c, width, buf->tabDist, buf->nullSubsChar); in findTextMargins()
H A Dtext.c1458 colNum += BufCharWidth(*c, colNum, buf->tabDist, buf->nullSubsChar); in TextInsertAtCursor()
2384 tabWidth = BufCharWidth('\t', indent, buf->tabDist, buf->nullSubsChar); in processTabAP()
3583 indent += BufCharWidth(c, indent, buf->tabDist, buf->nullSubsChar); in deleteEmulatedTab()
3938 colNum += BufCharWidth(c, colNum, tabDist, buf->nullSubsChar); in wrapText()
H A Dfile.c568 window->buffer->nullSubsChar = (char) 0xfe;
/dports/comms/flmsg/flmsg-4.0.19/src/widgets/
H A DFl_Text_Buffer_mod_1_1.cxx62 char nullSubsChar, int *newLen );
64 char nullSubsChar, int *newLen );
943 char nullSubsChar ) { in expand_character() argument
962 } else if ( c == nullSubsChar ) { in expand_character()
987 else if ( c == nullSubsChar ) in character_width()
1707 nullSubsChar, &len ); in insertColInLine()
1731 useTabs, nullSubsChar, &len ); in insertColInLine()
1791 nullSubsChar, &len ); in deleteRectFromLine()
1869 nullSubsChar, &len ); in overlayRectInLine()
1887 nullSubsChar, &len ); in overlayRectInLine()
[all …]
H A DFl_Text_Display_mod_1_1.cxx2667 char nullSubsChar = buffer()->null_substitution_character(); in wrapped_line_counter() local
2722 colNum += Fl_Text_Buffer_mod::character_width(c, colNum, tabDist, nullSubsChar); in wrapped_line_counter()
2752 colNum = Fl_Text_Buffer_mod::character_width(c, colNum, tabDist, nullSubsChar); in wrapped_line_counter()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Text_Buffer.cxx63 char nullSubsChar, int *newLen );
65 char nullSubsChar, int *newLen );
943 char nullSubsChar ) { in expand_character() argument
962 } else if ( c == nullSubsChar ) { in expand_character()
987 else if ( c == nullSubsChar ) in character_width()
1707 nullSubsChar, &len ); in insertColInLine()
1731 useTabs, nullSubsChar, &len ); in insertColInLine()
1791 nullSubsChar, &len ); in deleteRectFromLine()
1869 nullSubsChar, &len ); in overlayRectInLine()
1887 nullSubsChar, &len ); in overlayRectInLine()
[all …]
H A DFl_Text_Display.cxx2660 char nullSubsChar = buffer()->null_substitution_character(); in wrapped_line_counter() local
2715 colNum += Fl_Text_Buffer::character_width(c, colNum, tabDist, nullSubsChar); in wrapped_line_counter()
2745 colNum = Fl_Text_Buffer::character_width(c, colNum, tabDist, nullSubsChar); in wrapped_line_counter()
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A DFl_Text_Buffer_mod_1_1.H166 char nullSubsChar);
168 static int character_width(char c, int indent, int tabDist, char nullSubsChar);
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_Text_Buffer.H167 char nullSubsChar);
169 static int character_width(char c, int indent, int tabDist, char nullSubsChar);