Lines Matching defs:tok
262 char * tok,*str;
275 while ((tok=_XStrtok(str," ",strtok_buf))!=NULL) {
278 if (strcmp(tok,"=")==0)
282 if (strncmp(cname[i],tok,len)==0) {
283 if(strlen(tok) > len) {
284 char *end = get_index(tok+len, &ndx);
301 DebugF("Component \"%s\" listed twice\n",tok);
317 fprintf(stderr,"Unknown component \"%s\" ignored\n",tok);
374 char * str,*tok;
417 for (nread= 0;(tok=_XStrtok(str," ",strtok_buf))!=NULL;nread++) {
419 if (strcmp(tok,"=")==0) {
425 DebugF("Extra word \"%s\" ignored\n",tok);
428 tmp.name[remap->remap[nread].word]= tok;
429 if (*tok == '+' || *tok == '|')