HomeSort by: relevance | last modified time | path
    Searched refs:recognize (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/make/unit-tests/
sh-dots.mk 25 # Since the shell command lines don't recognize '#' as comment character,
directive-elif.mk 50 # doesn't recognize that it was meant to be a conditional directive.
directive-for.mk 273 # When make scanned the outer .for loop, it did not recognize the inner .for
277 # When make scanned the inner .for loop, it did not recognize the inner
cond-token-plain.mk 36 # original problems. At that time, the parser didn't recognize the comment in
  /src/bin/csh/
file.c 81 LIST, RECOGNIZE
99 static int recognize(Char *, Char *, size_t, size_t);
477 * Perform a RECOGNIZE or LIST command on string "word".
529 else { /* RECOGNIZE command */
532 else if (recognize(extended_name,
553 if (command == RECOGNIZE) {
583 recognize(Char *extended_name, Char *entry, size_t name_length, size_t numitems) function in typeref:typename:int
662 command = (last_Char == ESC) ? RECOGNIZE : LIST;
679 if (command == RECOGNIZE) {
701 if (command == RECOGNIZE)
    [all...]
  /src/usr.bin/telnet/
commands.c 754 "recognize certain control characters" },
  /src/lib/librumpuser/build-aux/
config.guess 1421 This script (version $timestamp), has failed to recognize the
  /src/sys/external/isc/libsodium/dist/build-aux/
config.guess 1432 This script (version $timestamp), has failed to recognize the
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 3154 # find a file program that can recognize shared library
3187 *** $file_magic_cmd, produces output that libtool cannot recognize.
3188 *** The result is that libtool may fail to recognize shared libraries
3224 # find a file program that can recognize a shared library
3430 AC_CACHE_CHECK([how to recognize dependent libraries],

Completed in 23 milliseconds