index             351 src/dps8/dps8_crdrdr.c 
index            1440 src/dps8/dps8_mgp.c   i    = index(net, ' ');
index            1450 src/dps8/dps8_mgp.c   i     = index(host, ' ');
index            1460 src/dps8/dps8_mgp.c   i        = index(contact, ' ');
index            1868 src/dps8/dps8_mgp.c   if (( i = index(rhost, '\r')) != NULL)
index            1872 src/dps8/dps8_mgp.c   else if (( i = index(rhost, '\n')) != NULL)
index            1878 src/dps8/dps8_mgp.c   if (( i = index(rhost, ' ')) != NULL)
index             257 src/dps8/dps8_topo.c   int32_t index = 0;
index             269 src/dps8/dps8_topo.c       dirs[index++] = strdup(token);
index             270 src/dps8/dps8_topo.c       if (NULL == dirs[index - 1]) {
index             271 src/dps8/dps8_topo.c         for (int32_t i = 0; i < index - 1; i++)
index             285 src/dps8/dps8_topo.c     dirs[index++] = temp_paths[i];
index             289 src/dps8/dps8_topo.c     dirs[index++] = strdup(defaults[i]);
index             290 src/dps8/dps8_topo.c     if (NULL == dirs[index - 1]) {
index             291 src/dps8/dps8_topo.c       for (int32_t j = 0; j < index - 1; j++)
index             298 src/dps8/dps8_topo.c   dirs[index] = NULL;
index             299 src/dps8/dps8_topo.c   *n_dirs = index;
index            1411 src/dps8/dps8_utils.c     int index;
index            1414 src/dps8/dps8_utils.c     for (index = (int)strlen(s) - 1; index >= 0 && isspace((unsigned char)s[index]); index--)
index            1416 src/dps8/dps8_utils.c         s[index] = '\0';
index             607 src/libsir/src/sirfilesystem.c     int index = 0;
index             609 src/libsir/src/sirfilesystem.c     while ((numproc = getprocs(pinfo, sizeof(struct procsinfo), NULL, 0, &index, 16)) > 0) {
index             917 src/simh/sim_hints.c # define CHECK_LOCK_FREE(var, type_name, counter, names, index) \
index             920 src/simh/sim_hints.c        names[index] = type_name;                                \
index             921 src/simh/sim_hints.c        index++;                                                 \
index             939 src/simh/sim_hints.c   int index = 0;
index             942 src/simh/sim_hints.c                    non_lock_free_count, non_lock_free_names, index);
index             944 src/simh/sim_hints.c                    non_lock_free_count, non_lock_free_names, index);
index             946 src/simh/sim_hints.c                    non_lock_free_count, non_lock_free_names, index);
index             948 src/simh/sim_hints.c                    non_lock_free_count, non_lock_free_names, index);
index             950 src/simh/sim_hints.c                    non_lock_free_count, non_lock_free_names, index);
index             952 src/simh/sim_hints.c                    non_lock_free_count, non_lock_free_names, index);