Searched refs:savept (Results 1 – 5 of 5) sorted by relevance
54 static char *savept; in errstrtok() local57 p = (string == NULL)? savept: string; in errstrtok()68 savept = 0; /* indicate this is last token */ in errstrtok()71 savept = ++r; in errstrtok()
45 static char *savept; local48 p = (string == NULL)? savept: string;59 savept = 0; /* indicate this is last token */62 savept = ++r;
689 static char *savept; in strtok() local694 p = (string == NULL) ? savept : string; in strtok()709 savept = NULL; in strtok()712 savept = ++r; in strtok()
874 static char *savept; local877 p = (string == (char*)0)? savept: string;888 savept = 0; /* indicate this is last token */891 savept = ++r;
580 static char *savept; local583 p = (string == NULL)? savept: string;594 savept = 0; /* indicate this is last token */597 savept = ++r;