Home
last modified time | relevance | path

Searched refs:ri_head (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h672 int ri_head; member
780 pguts-> ri[ pguts-> ri_head]. line = __LINE__; \
781 pguts-> ri[ pguts-> ri_head]. file = __FILE__; \
782 pguts-> ri[ pguts-> ri_head]. request = NextRequest(DISP); \
783 pguts-> ri_head++; \
784 if ( pguts-> ri_head >= REQUEST_RING_SIZE) \
785 pguts-> ri_head = 0; \
786 if ( pguts-> ri_tail == pguts-> ri_head) { \
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_app.c50 while ( tail != guts. ri_head) { in x_error_handler()
92 if ( tail == guts. ri_head && prev == guts. ri_head); in x_error_handler()
93 else if ( tail == guts. ri_head) in x_error_handler()
254 guts. ri_head = guts. ri_tail = 0; in init_x11()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dregexp.c679 # define ri_head(c) (c < 0x100 && (class_tab[c] & RI_HEAD)) macro
4217 if (!ri_head(c)) in regmatch()
4224 if (c == NUL || ri_head(c)) in regmatch()
H A Dregexp_nfa.c5873 result = ri_head(curc); in nfa_regmatch()
5878 result = curc != NUL && !ri_head(curc); in nfa_regmatch()
/dports/editors/vim/vim-8.2.3745/src/
H A Dregexp_bt.c3622 if (!ri_head(c)) in regmatch()
3629 if (c == NUL || ri_head(c)) in regmatch()
H A Dregexp.c275 #define ri_head(c) (c < 0x100 && (class_tab[c] & RI_HEAD)) macro
H A Dregexp_nfa.c6630 result = ri_head(curc); in nfa_regmatch()
6635 result = curc != NUL && !ri_head(curc); in nfa_regmatch()