Searched refs:anchored (Results 1 - 13 of 13) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/
H A Dhistsearch.c63 history_search_internal (string, direction, anchored)
65 int direction, anchored;
108 /* Handle anchored searches first. */
109 if (anchored == ANCHORED_SEARCH)
157 /* Do a non-anchored search for STRING through the history in DIRECTION. */
166 /* Do an anchored search for string through the history in DIRECTION. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/
H A Dhistsearch.c63 history_search_internal (string, direction, anchored)
65 int direction, anchored;
108 /* Handle anchored searches first. */
109 if (anchored == ANCHORED_SEARCH)
157 /* Do a non-anchored search for STRING through the history in DIRECTION. */
166 /* Do an anchored search for string through the history in DIRECTION. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/
H A Dhistsearch.c63 history_search_internal (string, direction, anchored)
65 int direction, anchored;
108 /* Handle anchored searches first. */
109 if (anchored == ANCHORED_SEARCH)
157 /* Do a non-anchored search for STRING through the history in DIRECTION. */
166 /* Do an anchored search for string through the history in DIRECTION. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/rtl818x/
H A Drtl8187_dev.c158 usb_anchor_urb(urb, &priv->anchored);
305 usb_anchor_urb(urb, &priv->anchored);
395 usb_anchor_urb(urb, &priv->anchored);
431 usb_anchor_urb(entry, &priv->anchored);
445 usb_kill_anchored_urbs(&priv->anchored);
518 usb_anchor_urb(urb, &priv->anchored);
537 usb_anchor_urb(entry, &priv->anchored);
905 init_usb_anchor(&priv->anchored);
1004 usb_kill_anchored_urbs(&priv->anchored);
H A Drtl8187.h107 struct usb_anchor anchored; member in struct:rtl8187_priv
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/rtl818x/
H A Drtl8187_dev.c158 usb_anchor_urb(urb, &priv->anchored);
305 usb_anchor_urb(urb, &priv->anchored);
395 usb_anchor_urb(urb, &priv->anchored);
431 usb_anchor_urb(entry, &priv->anchored);
445 usb_kill_anchored_urbs(&priv->anchored);
518 usb_anchor_urb(urb, &priv->anchored);
537 usb_anchor_urb(entry, &priv->anchored);
905 init_usb_anchor(&priv->anchored);
1004 usb_kill_anchored_urbs(&priv->anchored);
H A Drtl8187.h107 struct usb_anchor anchored; member in struct:rtl8187_priv
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_dfa_exec.c324 external one, possibly multiple times if the pattern is not anchored. The
3113 is not anchored.
3148 BOOL utf, anchored, startline, firstline; local
3223 anchored = (options & (PCRE_ANCHORED|PCRE_DFA_RESTART)) != 0 ||
3325 never set for an anchored regular expression, but the anchoring may be forced
3330 if (!anchored)
3353 /* For anchored or unanchored matches, there may be a "last known required
3370 /* Call the main matching function, looping for a non-anchored regex after a
3577 on only if not anchored. */
3579 if (rc != PCRE_ERROR_NOMATCH || anchored) retur
[all...]
H A Dpcre_exec.c6354 BOOL anchored; local
6520 anchored = ((re->options | options) & PCRE_ANCHORED) != 0;
6669 never set for an anchored regular expression, but the anchoring may be forced
6674 if (!anchored)
6695 /* For anchored or unanchored matches, there may be a "last known required
6715 /* Loop for handling unanchored repeated matching attempts; for anchored regexs
6989 /* Break the loop if the pattern is anchored or if we have passed the end of
6992 if (anchored || start_match > end_subject) break;
7019 (1) The pattern is anchored or the match was failed by (*COMMIT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_dfa_exec.c324 external one, possibly multiple times if the pattern is not anchored. The
3113 is not anchored.
3148 BOOL utf, anchored, startline, firstline; local
3223 anchored = (options & (PCRE_ANCHORED|PCRE_DFA_RESTART)) != 0 ||
3325 never set for an anchored regular expression, but the anchoring may be forced
3330 if (!anchored)
3353 /* For anchored or unanchored matches, there may be a "last known required
3370 /* Call the main matching function, looping for a non-anchored regex after a
3577 on only if not anchored. */
3579 if (rc != PCRE_ERROR_NOMATCH || anchored) retur
[all...]
H A Dpcre_exec.c6354 BOOL anchored; local
6520 anchored = ((re->options | options) & PCRE_ANCHORED) != 0;
6669 never set for an anchored regular expression, but the anchoring may be forced
6674 if (!anchored)
6695 /* For anchored or unanchored matches, there may be a "last known required
6715 /* Loop for handling unanchored repeated matching attempts; for anchored regexs
6989 /* Break the loop if the pattern is anchored or if we have passed the end of
6992 if (anchored || start_match > end_subject) break;
7019 (1) The pattern is anchored or the match was failed by (*COMMIT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_dfa_exec.c324 external one, possibly multiple times if the pattern is not anchored. The
3113 is not anchored.
3148 BOOL utf, anchored, startline, firstline; local
3223 anchored = (options & (PCRE_ANCHORED|PCRE_DFA_RESTART)) != 0 ||
3325 never set for an anchored regular expression, but the anchoring may be forced
3330 if (!anchored)
3353 /* For anchored or unanchored matches, there may be a "last known required
3370 /* Call the main matching function, looping for a non-anchored regex after a
3577 on only if not anchored. */
3579 if (rc != PCRE_ERROR_NOMATCH || anchored) retur
[all...]
H A Dpcre_exec.c6354 BOOL anchored; local
6520 anchored = ((re->options | options) & PCRE_ANCHORED) != 0;
6669 never set for an anchored regular expression, but the anchoring may be forced
6674 if (!anchored)
6695 /* For anchored or unanchored matches, there may be a "last known required
6715 /* Loop for handling unanchored repeated matching attempts; for anchored regexs
6989 /* Break the loop if the pattern is anchored or if we have passed the end of
6992 if (anchored || start_match > end_subject) break;
7019 (1) The pattern is anchored or the match was failed by (*COMMIT);

Completed in 274 milliseconds