OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_col
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/talk/
display.c
82
wmove(win->x_win, win->x_line, max(--win->
x_col
, 0));
83
getyx(win->x_win, win->x_line, win->
x_col
);
85
wmove(win->x_win, win->x_line, win->
x_col
);
86
getyx(win->x_win, win->x_line, win->
x_col
);
98
endcol = win->
x_col
;
116
getyx(win->x_win, win->x_line, win->
x_col
);
124
getyx(win->x_win, win->x_line, win->
x_col
);
139
if (win->
x_col
== COLS-1) {
145
getyx(win->x_win, win->x_line, win->
x_col
);
146
if (win->
x_col
== COLS-1) /* check for wraparound *
[
all
...]
talk.h
54
int
x_col
;
member in struct:xwin
/src/bin/ksh/
emacs.c
98
static int
x_col
;
variable
340
x_col
= promptlen(prompt, &p);
342
prompt_trunc =
x_col
- (x_cols - 3 - MIN_EDIT_SPACE);
344
x_col
-= prompt_trunc;
348
x_displen = xx_cols - 2 -
x_col
;
1076
x_col
= promptlen(prompt, (const char **) 0);
1078
x_displen = xx_cols - 2 -
x_col
;
1091
for (j = 0; j < i &&
x_col
< (xx_cols - 2); j++)
1881
x_col
= 0;
1882
if (
x_col
< xx_cols
[
all
...]
Completed in 50 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026