currentpoint      101 src/help.c     static const char *currentpoint;
currentpoint      222 src/help.c         currentpoint = c;
currentpoint      223 src/help.c         for (line = 0, p = currentpoint; (*p != '\0') && (*p != CHAR_NODE_END); str_cnext_char (&p))
currentpoint      226 src/help.c                 return currentpoint = p;
currentpoint      231 src/help.c         return currentpoint = c;
currentpoint      242 src/help.c         currentpoint = c;
currentpoint      243 src/help.c         for (line = 0, p = currentpoint; (*p != '\0') && ((int) (p - fdata) >= 0); str_cprev_char (&p))
currentpoint      251 src/help.c                 return currentpoint = p + 2;  // Skip the newline following the start of the node
currentpoint      257 src/help.c                 return currentpoint = p;
currentpoint      259 src/help.c         return currentpoint = c;
currentpoint      268 src/help.c             currentpoint = move_forward2 (currentpoint, i);
currentpoint      276 src/help.c         currentpoint = move_backward2 (currentpoint, ++i);
currentpoint      284 src/help.c         while (((int) (currentpoint - fdata) > 0) && (*currentpoint != CHAR_NODE_END))
currentpoint      285 src/help.c             currentpoint--;
currentpoint      287 src/help.c         while (*currentpoint != ']')
currentpoint      288 src/help.c             currentpoint++;
currentpoint      289 src/help.c         currentpoint = currentpoint + 2;  // Skip the newline following the start of the node
currentpoint      298 src/help.c         while ((*currentpoint != '\0') && (*currentpoint != CHAR_NODE_END))
currentpoint      299 src/help.c             currentpoint++;
currentpoint      300 src/help.c         currentpoint--;
currentpoint      677 src/help.c         history[history_ptr].page = currentpoint;
currentpoint      683 src/help.c             currentpoint = p + 1;  // Skip the newline following the start of the node
currentpoint      703 src/help.c             history[history_ptr].page = currentpoint;
currentpoint      706 src/help.c             currentpoint = new_item + 1;  // Skip the newline following the start of the node
currentpoint      717 src/help.c         currentpoint = history[history_ptr].page;
currentpoint      760 src/help.c         if ((selected_item == NULL) || (selected_item < currentpoint))
currentpoint      778 src/help.c         new_item = currentpoint;
currentpoint      786 src/help.c                     currentpoint = new_item;
currentpoint      799 src/help.c         new_item = currentpoint;
currentpoint      807 src/help.c         currentpoint = new_item + 2;
currentpoint      829 src/help.c             currentpoint = history[history_ptr].page;
currentpoint      836 src/help.c             history[history_ptr].page = currentpoint;
currentpoint      838 src/help.c             currentpoint = help_follow_link (currentpoint, selected_item);
currentpoint      935 src/help.c             help_show (DIALOG (w->owner), currentpoint);
currentpoint     1094 src/help.c             history[history_ptr].page = currentpoint;
currentpoint     1096 src/help.c             currentpoint = help_follow_link (currentpoint, la->link_name);
currentpoint     1200 src/help.c         currentpoint = main_node + 1;  // Skip the newline following the start of the node
currentpoint     1204 src/help.c             history[i].page = currentpoint;