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 612 src/help.c history[history_ptr].page = currentpoint; currentpoint 618 src/help.c currentpoint = p + 1; /* Skip the newline following the start of the node */ currentpoint 638 src/help.c history[history_ptr].page = currentpoint; currentpoint 641 src/help.c currentpoint = new_item + 1; /* Skip the newline following the start of the node */ currentpoint 652 src/help.c currentpoint = history[history_ptr].page; currentpoint 695 src/help.c if ((selected_item == NULL) || (selected_item < currentpoint)) currentpoint 713 src/help.c new_item = currentpoint; currentpoint 721 src/help.c currentpoint = new_item; currentpoint 734 src/help.c new_item = currentpoint; currentpoint 742 src/help.c currentpoint = new_item + 2; currentpoint 764 src/help.c currentpoint = history[history_ptr].page; currentpoint 771 src/help.c history[history_ptr].page = currentpoint; currentpoint 773 src/help.c currentpoint = help_follow_link (currentpoint, selected_item); currentpoint 870 src/help.c help_show (DIALOG (w->owner), currentpoint); currentpoint 1029 src/help.c history[history_ptr].page = currentpoint; currentpoint 1031 src/help.c currentpoint = help_follow_link (currentpoint, la->link_name); currentpoint 1143 src/help.c currentpoint = main_node + 1; /* Skip the newline following the start of the node */ currentpoint 1148 src/help.c history[history_ptr].page = currentpoint;