Home
last modified time | relevance | path

Searched full:looking (Results 1 – 25 of 1702) sorted by relevance

12345678910>>...69

/freebsd/contrib/tcsh/
H A Dtw.comp.c268 int looking; in tw_result() local
277 looking = TW_COMPLETION; in tw_result()
280 looking = TW_SIGNAL; in tw_result()
283 looking = TW_ALIAS; in tw_result()
286 looking = TW_BINDING; in tw_result()
289 looking = TW_COMMAND; in tw_result()
292 looking = TW_PATH | TW_COMMAND; in tw_result()
295 looking = TW_DIRECTORY; in tw_result()
298 looking = TW_PATH | TW_DIRECTORY; in tw_result()
301 looking = TW_ENVVAR; in tw_result()
[all …]
H A Dtw.parse.c165 int looking; /* what we are looking for */ in tenematch() local
228 looking = starting_a_command(qline.s + word - 1, qline.s) ? in tenematch()
237 xprintf(CGETS(30, 1, "starting_a_command %d\n"), looking); in tenematch()
252 if ((looking == TW_COMMAND || looking == TW_ZERO) && in tenematch()
258 xprintf(CGETS(30, 2, "complete %d "), looking); in tenematch()
261 looking = tw_complete(qline.s + cmd_start, &p, &pat, looking, &suf); in tenematch()
264 xprintf(CGETS(30, 3, "complete %d %S\n"), looking, pat); in tenematch()
300 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf); in tenematch()
318 search_ret = spell_me(&wordbuf, looking, pat, suf); in tenematch()
323 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf); in tenematch()
[all …]
H A Dcsh-mode.el343 (if (and (not (looking-at "^\\s *$"))
347 (looking-at csh-multiline-re)))
348 (not (looking-at csh-comment-regexp)))
370 (cond ((looking-at csh-case-item-re)
400 ((and (looking-at csh-multiline-re)
403 (looking-at csh-multiline-re)))
404 (if (looking-at ".*[\'\"]\\\\")
410 (if (looking-at ".*([^\)\n]*\\\\")
425 (if (looking-at csh-switch-re)
444 ((looking-at csh-case-item-re)
[all …]
H A Dtw.spell.c37 spell_me(struct Strbuf *oldname, int looking, Char *pat, eChar suf) in spell_me() argument
72 * Don't tell t_search we're looking for cmd if no '/' in the name so in spell_me()
75 /* (*should* say "looking for directory" whenever '/' is next...) */ in spell_me()
77 looking == TW_COMMAND && (foundslash || *old != '/') ? in spell_me()
78 TW_COMMAND : looking, 1, pat, suf); in spell_me()
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesReader.h94 /// \param Name The name of the class we're looking for.
101 /// \param Name The name of the class we're looking for.
108 /// \param Name The name of the protocol we're looking for.
115 /// \param Name The name of the protocol we're looking for.
123 /// \param CtxID The ID that references the context we are looking for.
124 /// \param Name The name of the property we're looking for.
125 /// \param IsInstance Whether we are looking for an instance property (vs.
135 /// \param CtxID The ID that references the context we are looking for.
136 /// \param Selector The selector naming the method we're looking for.
137 /// \param IsInstanceMethod Whether we are looking for an instance method.
[all …]
/freebsd/contrib/ntp/sntp/scripts/
H A DgenHardFlags57 ${V}echo "Looking for <$hf>" >&2
71 ${V}echo "Looking for <$hf>" >&2
84 ${V}echo "Looking for <$hf>" >&2
92 ${V}echo "Looking for <$hf>" >&2
109 ${V}echo "Looking for <$hf>" >&2
123 ${V}echo "Looking for <$hf>" >&2
H A DgenLocInfo57 ${V}echo "Looking for <$lf>" >&2
71 ${V}echo "Looking for <$lf>" >&2
84 ${V}echo "Looking for <$lf>" >&2
92 ${V}echo "Looking for <$lf>" >&2
109 ${V}echo "Looking for <$lf>" >&2
123 ${V}echo "Looking for <$lf>" >&2
/freebsd/contrib/libpcap/cmake/Modules/
H A DFindFseeko.cmake49 message(STATUS "Looking for native fseeko support")
53 message(STATUS "Looking for native fseeko support - found")
56 message(STATUS "Looking for native fseeko support - not found")
67 message(STATUS "Looking for fseeko support with _LARGEFILE_SOURCE - found")
71 message(STATUS "Looking for fseeko support with _LARGEFILE_SOURCE - not found")
H A DFindLFS.cmake57 message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries}")
62 … message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries} - found")
68 … message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries} - not found")
87 message(STATUS "Looking for native LFS support")
91 message(STATUS "Looking for native LFS support - found")
94 message(STATUS "Looking for native LFS support - not found")
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h32 // The mask Value, if we're looking at a masked load/store.
34 // The EVL Value, if we're looking at a vp intrinsic.
36 // The Stride Value, if we're looking at a strided load/store.
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp111 return "Error parsing matcher. Found token <$0> while looking for '('."; in errorTypeToFormatString()
113 return "Error parsing matcher. Found end-of-code while looking for ')'."; in errorTypeToFormatString()
115 return "Error parsing matcher. Found token <$0> while looking for ','."; in errorTypeToFormatString()
117 return "End of code found while looking for token."; in errorTypeToFormatString()
121 return "Invalid token <$0> found when looking for a value."; in errorTypeToFormatString()
/freebsd/contrib/tcsh/nls/C/
H A Dset3010 8 looking = %d\n
11 9 \ntcsh internal error: I don't know what I'm looking for!\n
/freebsd/contrib/tcsh/nls/finnish/
H A Dset3010 8 looking = %d\n
11 9 \ntcsh internal error: I don't know what I'm looking for!\n
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DCheckConstExists.cmake19 message(STATUS "Looking for ${CONST} - found")
22 message(STATUS "Looking for ${CONST} - not found")
/freebsd/contrib/libevent/cmake/
H A DCheckConstExists.cmake19 message(STATUS "Looking for ${CONST} - found")
22 message(STATUS "Looking for ${CONST} - not found")
/freebsd/contrib/ntp/libntp/
H A Dnumtohost.c
/freebsd/crypto/openssl/doc/man3/
H A DCMS_verify.pod43 An attempt is made to locate all the signing certificate(s), first looking in
44 the I<certs> parameter (if it is not NULL) and then looking in any
96 In some cases the standard techniques for looking up and validating
/freebsd/contrib/file/magic/Magdir/
H A Dmmdf16 # by looking for following valid line terminator (10=0Ah~LineFeed or 13=0Dh~CarriageReturn)
18 # or by looking for MBOX Mailbox (/mail.news) characteristic like:
H A Dxenix24 # skip examples like GENA.SND Switch.Snd by looking for record length maximal 1024-3
26 # skip examples like GAME.PICTURE Strange.Pic by looking for positive record length
28 # skip examples like Xtable.Data FRACTAL.GEN SHR.VIEW by looking for positive string length
30 # skip examples like OMBRE.6 with "UUUUUU" name by looking for valid high second record type
H A Ddif13 # skip text starting with TABLE by looking for numeric version on 2nd line
15 # skip DROID x-fmt-41-signature-id-380.dif by looking for key word TUPLES at the beginning
H A Dfonts84 # dfCopyright 60 byte null padded Copyright string. uncomment it to get old looking
197 # skip cl8m8ocofedso.testfile by looking for face size lower/equal 72
202 # skip ISO 9660 CD-ROM ./filesystem by looking for low positive face size
204 # skip DOS 2.0 backup id file ./msdos by looking for face size lower/equal 72
206 # skip MS oem.hlp, some Windows ICO ./msdos by looking for valid long name like WYE
208 # skip Microsoft WinWord 2.0 ./msdos by looking for positive offset to font data
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFileLineResolver.h54 FileSpec m_file_spec; // This is the file spec we are looking for.
56 UINT32_MAX; // This is the line number that we are looking for.
H A DModule.h248 /// The name of the symbol that we are looking for.
274 /// The name of the symbol that we are looking for.
279 /// kind of names we are looking for.
292 /// The name of the function we are looking for.
306 /// The lookup info of the function we are looking for.
323 /// The name of the function we are looking for.
392 /// The name of the global or static variable we are looking
887 /// by name or when looking for functions by name. The SymbolFile object is
898 /// member variable tells us what kinds of names we are looking for and can
944 /// names we are looking fo
[all...]
/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dt_dots.sh30 atf_set "descr" "Verifies that looking up '.' and '..' in" \
46 atf_set "descr" "Verifies that looking up '.' and '..' in" \
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleDocstrings.i139 The name of the function we are looking for.
175 The name of the global or static variable we are looking
192 The name of the global or static variable we are looking

12345678910>>...69