Home | History | Annotate | Download | only in lib

Lines Matching defs:what

400     char what[MAX_NAME];
418 /* we have a <what>=<this> pair or a stand-alone word here */
419 name[0] = what[0] = 0; /* init the buffers */
422 name, what)) {
429 size_t len = strlen(what);
462 /* Strip off trailing whitespace from the 'what' */
463 while(len && ISBLANK(what[len-1])) {
464 what[len-1] = 0;
468 /* Skip leading whitespace from the 'what' */
469 whatptr = what;
591 /* this is an "illegal" <what>=<this> pair */