Searched refs:STREQN (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/
H A Dhistsearch.c111 if (STREQN (string, line, string_len))
128 if (STREQN (string, line + line_index, string_len))
145 if (STREQN (string, line + line_index, string_len))
H A Dhistlib.h33 #define STREQN(a, b, n) (((n) == 0) ? (1) \ macro
H A Drldefs.h145 #define STREQN(a, b, n) (((n) == 0) ? (1) \ macro
H A Dkill.c536 if (n >= 0 && STREQN (rl_line_buffer + n, rl_kill_ring[rl_kill_index], l))
H A Disearch.c533 if (STREQN (cxt->search_string, cxt->sline + cxt->sline_index, cxt->search_string_index))
H A Dhistexpand.c801 if (STREQN (temp+si, subst_lhs, subst_lhs_len))
H A Dtext.c1179 if (STREQN (rl_comment_text, rl_line_buffer, rl_comment_len))
H A Dcomplete.c1870 if (namelen == 0 || (STREQN (username, entry->pw_name, namelen)))
H A Ddisplay.c1272 if (omax == nmax && STREQN (new, old, omax))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/
H A Dhistsearch.c111 if (STREQN (string, line, string_len))
128 if (STREQN (string, line + line_index, string_len))
145 if (STREQN (string, line + line_index, string_len))
H A Dhistlib.h33 #define STREQN(a, b, n) (((n) == 0) ? (1) \ macro
H A Drldefs.h145 #define STREQN(a, b, n) (((n) == 0) ? (1) \ macro
H A Dkill.c536 if (n >= 0 && STREQN (rl_line_buffer + n, rl_kill_ring[rl_kill_index], l))
H A Disearch.c533 if (STREQN (cxt->search_string, cxt->sline + cxt->sline_index, cxt->search_string_index))
H A Dhistexpand.c801 if (STREQN (temp+si, subst_lhs, subst_lhs_len))
H A Dtext.c1179 if (STREQN (rl_comment_text, rl_line_buffer, rl_comment_len))
H A Dcomplete.c1870 if (namelen == 0 || (STREQN (username, entry->pw_name, namelen)))
H A Ddisplay.c1272 if (omax == nmax && STREQN (new, old, omax))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/
H A Dhistsearch.c111 if (STREQN (string, line, string_len))
128 if (STREQN (string, line + line_index, string_len))
145 if (STREQN (string, line + line_index, string_len))
H A Dhistlib.h33 #define STREQN(a, b, n) (((n) == 0) ? (1) \ macro
H A Drldefs.h145 #define STREQN(a, b, n) (((n) == 0) ? (1) \ macro
H A Dkill.c536 if (n >= 0 && STREQN (rl_line_buffer + n, rl_kill_ring[rl_kill_index], l))
H A Disearch.c533 if (STREQN (cxt->search_string, cxt->sline + cxt->sline_index, cxt->search_string_index))
H A Dhistexpand.c801 if (STREQN (temp+si, subst_lhs, subst_lhs_len))
H A Dtext.c1179 if (STREQN (rl_comment_text, rl_line_buffer, rl_comment_len))

Completed in 107 milliseconds

12