OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:protected_cell
(Results
1 - 4
of
4
) sorted by null
/external/libvterm/src/
vterm_internal.h
99
unsigned int
protected_cell
: 1;
member in struct:VTermState
state.c
25
.
protected_cell
= state->
protected_cell
,
1252
state->
protected_cell
= 0;
1255
state->
protected_cell
= 1;
[
all
...]
screen.c
27
unsigned int
protected_cell
: 1;
member in struct:__anon29636
196
cell->pen.
protected_cell
= info->
protected_cell
;
269
if(selective && cell->pen.
protected_cell
)
/external/libvterm/include/
vterm.h
105
unsigned int
protected_cell
:1; /* DECSCA-protected against DECSEL/DECSED */
member in struct:__anon29622
Completed in 217 milliseconds