Lines Matching defs:look
16 * We look in the registry for "application paths" - that is, sub-keys
657 char *look = buf - 1; /* 'buf' is at the end of the buffer */
660 char *lookEnd = look;
661 /* 'look' will end up one character before the
665 while (look >= module_search_path && *look != DELIM)
666 look--;
667 nchars = lookEnd-look;
668 strncpy(lookBuf, look+1, nchars);
676 if (look < module_search_path)
678 look--;