Lines Matching defs:tok
259 char *tok, *str;
271 while ((tok = _XStrtok(str, " ", strtok_buf)) != NULL) {
274 if (strcmp(tok, "=") == 0)
278 if (strncmp(cname[i], tok, len) == 0) {
279 if (strlen(tok) > len) {
280 char *end = get_index(tok + len, &ndx);
299 DebugF("Component \"%s\" listed twice\n", tok);
315 fprintf(stderr, "Unknown component \"%s\" ignored\n", tok);
374 char *str, *tok;
419 for (nread = 0; (tok = _XStrtok(str, " ", strtok_buf)) != NULL; nread++) {
421 if (strcmp(tok, "=") == 0) {
427 DebugF("Extra word \"%s\" ignored\n", tok);
430 tmp.name[remap->remap[nread].word] = tok;
431 if (*tok == '+' || *tok == '|')