Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vput.c889 if((wchar = *up++) != FILLER) in vishft()
929 if(wchar != FILLER) in vishft()
1051 if(*tp != FILLER) in viin()
1078 if((wchar = *up++) != FILLER) in viin()
1126 *up++ = FILLER; in viin()
1331 *tp++ = FILLER;
1387 *tp++ = FILLER;
H A Dex_vis.h313 #define FILLER 0177 /* fill positions for multibyte characters */ macro
H A Dex_put.c803 if (insmode && cursor_right || length > 1 || wchar == FILLER) { in plod()
805 j = (wchar == FILLER ? 1 : scrlength > diff ? diff : scrlength); in plod()
H A Dex_vmain.c1269 if(esave[i] != FILLER)
/illumos-gate/usr/src/cmd/troff/
H A Dn2.c141 if (no_out || j == FILLER)
H A Dtdef.h114 #define FILLER 022 /* \& and similar purposes */ macro
H A Dn9.c106 } else if (cbits(c) == FILLER) in setline()
H A Dn7.c383 storeline((tchar)FILLER, 0); in nofill()
H A Dn1.c869 i = FILLER; in getch()