pos_tokens       1176 lib/util.c             gchar **pos_tokens;
pos_tokens       1191 lib/util.c             pos_tokens = g_strsplit (p, ";", 3 + MAX_SAVED_BOOKMARKS);
pos_tokens       1192 lib/util.c             if (pos_tokens[0] == NULL)
pos_tokens       1200 lib/util.c                 *line = strtol (pos_tokens[0], NULL, 10);
pos_tokens       1201 lib/util.c                 if (pos_tokens[1] == NULL)
pos_tokens       1208 lib/util.c                     *column = strtol (pos_tokens[1], NULL, 10);
pos_tokens       1209 lib/util.c                     if (pos_tokens[2] == NULL)
pos_tokens       1215 lib/util.c                         *offset = (off_t) g_ascii_strtoll (pos_tokens[2], NULL, 10);
pos_tokens       1217 lib/util.c                         for (i = 0; i < MAX_SAVED_BOOKMARKS && pos_tokens[3 + i] != NULL; i++)
pos_tokens       1221 lib/util.c                             val = strtoul (pos_tokens[3 + i], NULL, 10);
pos_tokens       1228 lib/util.c             g_strfreev (pos_tokens);