currentpoint      103 src/help.c     static const char *currentpoint;
currentpoint      213 src/help.c         currentpoint = c;
currentpoint      214 src/help.c         for (line = 0, p = currentpoint; (*p != '\0') && (*p != CHAR_NODE_END); str_cnext_char (&p))
currentpoint      217 src/help.c                 return currentpoint = p;
currentpoint      222 src/help.c         return currentpoint = c;
currentpoint      233 src/help.c         currentpoint = c;
currentpoint      234 src/help.c         for (line = 0, p = currentpoint; (*p != '\0') && ((int) (p - fdata) >= 0); str_cprev_char (&p))
currentpoint      242 src/help.c                 return currentpoint = p + 2;        /* Skip the newline following the start of the node */
currentpoint      248 src/help.c                 return currentpoint = p;
currentpoint      250 src/help.c         return currentpoint = c;
currentpoint      259 src/help.c             currentpoint = move_forward2 (currentpoint, i);
currentpoint      267 src/help.c         currentpoint = move_backward2 (currentpoint, ++i);
currentpoint      275 src/help.c         while (((int) (currentpoint - fdata) > 0) && (*currentpoint != CHAR_NODE_END))
currentpoint      276 src/help.c             currentpoint--;
currentpoint      278 src/help.c         while (*currentpoint != ']')
currentpoint      279 src/help.c             currentpoint++;
currentpoint      280 src/help.c         currentpoint = currentpoint + 2;    /* Skip the newline following the start of the node */
currentpoint      289 src/help.c         while ((*currentpoint != '\0') && (*currentpoint != CHAR_NODE_END))
currentpoint      290 src/help.c             currentpoint++;
currentpoint      291 src/help.c         currentpoint--;
currentpoint      620 src/help.c         history[history_ptr].page = currentpoint;
currentpoint      626 src/help.c             currentpoint = p + 1;   /* Skip the newline following the start of the node */
currentpoint      646 src/help.c             history[history_ptr].page = currentpoint;
currentpoint      649 src/help.c             currentpoint = new_item + 1;    /* Skip the newline following the start of the node */
currentpoint      660 src/help.c         currentpoint = history[history_ptr].page;
currentpoint      703 src/help.c         if ((selected_item == NULL) || (selected_item < currentpoint))
currentpoint      721 src/help.c         new_item = currentpoint;
currentpoint      729 src/help.c                     currentpoint = new_item;
currentpoint      742 src/help.c         new_item = currentpoint;
currentpoint      750 src/help.c         currentpoint = new_item + 2;
currentpoint      772 src/help.c             currentpoint = history[history_ptr].page;
currentpoint      779 src/help.c             history[history_ptr].page = currentpoint;
currentpoint      781 src/help.c             currentpoint = help_follow_link (currentpoint, selected_item);
currentpoint      878 src/help.c             help_show (DIALOG (w->owner), currentpoint);
currentpoint     1037 src/help.c             history[history_ptr].page = currentpoint;
currentpoint     1039 src/help.c             currentpoint = help_follow_link (currentpoint, la->link_name);
currentpoint     1151 src/help.c         currentpoint = main_node + 1;       /* Skip the newline following the start of the node */
currentpoint     1155 src/help.c             history[history_ptr].page = currentpoint;