Searched refs:maptext (Results 1 – 3 of 3) sorted by relevance
275 char maptext[LINESZ]; in getmappingitem() local289 maptext[dst++] = buf[src]; in getmappingitem()299 maptext[dst] = '\0'; in getmappingitem()302 } while (*psize && ((maptext[0] == '#') || !gotend)); in getmappingitem()306 ps = maptext; in getmappingitem()307 pu = strchr(maptext,':'); in getmappingitem()
4221 item->maptext[dst++] = buf[src]; in getmappingitem()4231 item->maptext[dst] = '\0'; in getmappingitem()4234 } while (*psize && ((item->maptext[0] == '#') || !gotend)); in getmappingitem()4238 item->uidstr = item->maptext; in getmappingitem()4253 item->maptext); in getmappingitem()
111 char maptext[LINESZ + 1]; member