Home
last modified time | relevance | path

Searched refs:FILLER (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/vi/port/
H A Dex_vput.c891 if((wchar = *up++) != FILLER) in vishft()
931 if(wchar != FILLER) in vishft()
1053 if(*tp != FILLER) in viin()
1080 if((wchar = *up++) != FILLER) in viin()
1128 *up++ = FILLER; in viin()
1333 *tp++ = FILLER;
1389 *tp++ = FILLER;
H A Dex_vis.h315 #define FILLER 0177 /* fill positions for multibyte characters */ macro
H A Dex_put.c804 if (insmode && cursor_right || length > 1 || wchar == FILLER) { in plod()
806 j = (wchar == FILLER ? 1 : scrlength > diff ? diff : scrlength); in plod()
H A Dex_vmain.c1272 if(esave[i] != FILLER)
/titanic_41/usr/src/cmd/troff/
H A Dn2.c143 if (no_out || j == FILLER)
H A Dtdef.h116 #define FILLER 022 /* \& and similar purposes */ macro
H A Dn9.c108 } else if (cbits(c) == FILLER) in setline()
H A Dn7.c385 storeline((tchar)FILLER, 0); in nofill()
H A Dn1.c870 i = FILLER; in getch()