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 618 src/help.c history[history_ptr].page = currentpoint; currentpoint 624 src/help.c currentpoint = p + 1; // Skip the newline following the start of the node currentpoint 644 src/help.c history[history_ptr].page = currentpoint; currentpoint 647 src/help.c currentpoint = new_item + 1; // Skip the newline following the start of the node currentpoint 658 src/help.c currentpoint = history[history_ptr].page; currentpoint 701 src/help.c if ((selected_item == NULL) || (selected_item < currentpoint)) currentpoint 719 src/help.c new_item = currentpoint; currentpoint 727 src/help.c currentpoint = new_item; currentpoint 740 src/help.c new_item = currentpoint; currentpoint 748 src/help.c currentpoint = new_item + 2; currentpoint 770 src/help.c currentpoint = history[history_ptr].page; currentpoint 777 src/help.c history[history_ptr].page = currentpoint; currentpoint 779 src/help.c currentpoint = help_follow_link (currentpoint, selected_item); currentpoint 876 src/help.c help_show (DIALOG (w->owner), currentpoint); currentpoint 1035 src/help.c history[history_ptr].page = currentpoint; currentpoint 1037 src/help.c currentpoint = help_follow_link (currentpoint, la->link_name); currentpoint 1149 src/help.c currentpoint = main_node + 1; // Skip the newline following the start of the node currentpoint 1153 src/help.c history[i].page = currentpoint;