Lines Matching refs:anchor
213 * for SET_AUTOPUSH, "anchor" should be set to the place in the stream
214 * to put the anchor, or NULL if no anchor needs to be set.
215 * for GET_AUTOPUSH, "anchor" should point to a uint_t to store the
216 * position of the anchor at, or NULL if the caller is not interested.
220 uint_t *anchor, char *mods[])
281 if (anchor != NULL)
282 *anchor = push.sap_anchor;
320 if (anchor != NULL)
321 push.sap_anchor = *anchor;