Searched refs:char_avail (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dw32.h70 HANDLE char_avail; member in struct:_child_process
81 #define CHILD_ACTIVE(cp) ((cp)->char_avail != NULL)
H A Dw32proc.c181 cp->char_avail = CreateEvent (NULL, TRUE, FALSE, NULL);
182 if (cp->char_avail)
229 if (cp->char_avail)
231 CloseHandle (cp->char_avail);
232 cp->char_avail = NULL;
269 reading one char. When the read completes, char_avail is signalled
293 /* The name char_avail is a misnomer - it really just means the
295 if (!SetEvent (cp->char_avail))
1043 the char_avail events for each process pipe. We only call
1143 if (WaitForSingleObject (cp->char_avail,
[all...]
H A Dw32.c3386 ResetEvent (fd_info[s].cp->char_avail);
3786 ResetEvent (cp->char_avail);
/macosx-10.10/vim-55/src/proto/
H A Dgetchar.pro45 int char_avail __ARGS((void));
/macosx-10.10/vim-55/src/
H A Dedit.c638 if (!char_avail())
1479 if (!char_avail())
1558 if (redrawing() && !char_avail())
7782 if (redrawing() && !char_avail())
9605 if (redrawing() && !char_avail())
9640 if (redrawing() && !char_avail())
H A Dnormal.c3744 if (VIsual_active && !char_avail())
3899 if (char_avail())
3932 if (!char_avail())
H A Dscreen.c9409 * Call char_avail() only when we are going to show something, because
9412 if (!redrawing() || (char_avail() && !KeyTyped) || msg_silent != 0)
9624 if (!redrawing() || (!force && char_avail() && !KeyTyped))
9893 && !(p_lz && char_avail() && !KeyTyped && !do_redraw));
9902 return (!(p_lz && char_avail() && !KeyTyped));
H A Dex_getln.c1728 if (char_avail())
1764 else if (char_avail())
H A Dmain.c1162 if (hasAnyFolding(curwin) && !char_avail())
H A Dmisc2.c3659 if (shape_idx == -1 && char_avail())
H A Dgetchar.c1841 char_avail() function
1922 * 1. The call to add_to_showcmd(). char_avail() is then used to check if
H A Dgui.c3378 (void)char_avail();
H A Dquickfix.c2814 (void)char_avail();
H A Dsearch.c924 && char_avail())
2523 else if (!char_avail())

Completed in 198 milliseconds