Lines Matching defs:look
992 * then look for the other items and display them all
1704 * character, then we look for it against the locations in
2024 * Given a module definition, look for the specified command.
2272 char *look;
2303 gettok_state->gtok_last_token.tok_str = look = str;
2305 look - gettok_state->gtok_buf;
2306 for (; *look; look++) {
2307 if (*look == quote_ch) { /* Terminates active quote */
2313 if ((*look == '\'') || (*look == '"')) {
2314 quote_ch = *look; /* New active quote */
2317 if (isspace(*look))
2335 if (*look == '\\') {
2337 *str++ = *look;
2341 look++;
2342 if (*look == '\0') { /* Esc applied to NULL term? */
2349 int ch = conv_translate_c_esc(&look);
2353 MSG_INTL(MSG_ERR_BADCESC), *look);
2355 look--; /* for() will advance by 1 */
2360 if (look != str)
2361 *str = *look;
2372 gettok_state->gtok_null_seen = *look == '\0';
2374 look++;
2376 gettok_state->gtok_cur_buf = look;
3214 * We look for an inherited '-o' option, because we are willing
3239 * At the same time, look for STDOA_OPT_O inherited