Searched refs:parseptr (Results 1 – 1 of 1) sorted by relevance
103 char *parseptr; /* next unparsed character in buffer */ member949 ps->parseptr = ptr; in startparse()975 while (*ps->parseptr && isspace(*ps->parseptr)) in nextlhs()976 ps->parseptr++; in nextlhs()979 if (*ps->parseptr == '\0') in nextlhs()983 lhsp = ps->parseptr; in nextlhs()986 while (*ps->parseptr && !isspace(*ps->parseptr)) in nextlhs()987 if (*ps->parseptr == '=') { in nextlhs()991 ps->parseptr++; in nextlhs()994 *ps->parseptr++ = '\0'; in nextlhs()[all …]