currentpoint 101 src/help.c static const char *currentpoint; currentpoint 211 src/help.c currentpoint = c; currentpoint 212 src/help.c for (line = 0, p = currentpoint; (*p != '\0') && (*p != CHAR_NODE_END); str_cnext_char (&p)) currentpoint 215 src/help.c return currentpoint = p; currentpoint 220 src/help.c return currentpoint = c; currentpoint 231 src/help.c currentpoint = c; currentpoint 232 src/help.c for (line = 0, p = currentpoint; (*p != '\0') && ((int) (p - fdata) >= 0); str_cprev_char (&p)) currentpoint 240 src/help.c return currentpoint = p + 2; // Skip the newline following the start of the node currentpoint 246 src/help.c return currentpoint = p; currentpoint 248 src/help.c return currentpoint = c; currentpoint 257 src/help.c currentpoint = move_forward2 (currentpoint, i); currentpoint 265 src/help.c currentpoint = move_backward2 (currentpoint, ++i); currentpoint 273 src/help.c while (((int) (currentpoint - fdata) > 0) && (*currentpoint != CHAR_NODE_END)) currentpoint 274 src/help.c currentpoint--; currentpoint 276 src/help.c while (*currentpoint != ']') currentpoint 277 src/help.c currentpoint++; currentpoint 278 src/help.c currentpoint = currentpoint + 2; // Skip the newline following the start of the node currentpoint 287 src/help.c while ((*currentpoint != '\0') && (*currentpoint != CHAR_NODE_END)) currentpoint 288 src/help.c currentpoint++; currentpoint 289 src/help.c currentpoint--; currentpoint 666 src/help.c history[history_ptr].page = currentpoint; currentpoint 672 src/help.c currentpoint = p + 1; // Skip the newline following the start of the node currentpoint 692 src/help.c history[history_ptr].page = currentpoint; currentpoint 695 src/help.c currentpoint = new_item + 1; // Skip the newline following the start of the node currentpoint 706 src/help.c currentpoint = history[history_ptr].page; currentpoint 749 src/help.c if ((selected_item == NULL) || (selected_item < currentpoint)) currentpoint 767 src/help.c new_item = currentpoint; currentpoint 775 src/help.c currentpoint = new_item; currentpoint 788 src/help.c new_item = currentpoint; currentpoint 796 src/help.c currentpoint = new_item + 2; currentpoint 818 src/help.c currentpoint = history[history_ptr].page; currentpoint 825 src/help.c history[history_ptr].page = currentpoint; currentpoint 827 src/help.c currentpoint = help_follow_link (currentpoint, selected_item); currentpoint 924 src/help.c help_show (DIALOG (w->owner), currentpoint); currentpoint 1083 src/help.c history[history_ptr].page = currentpoint; currentpoint 1085 src/help.c currentpoint = help_follow_link (currentpoint, la->link_name); currentpoint 1189 src/help.c currentpoint = main_node + 1; // Skip the newline following the start of the node currentpoint 1193 src/help.c history[i].page = currentpoint;