Home
last modified time | relevance | path

Searched refs:looking (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/NextBSD/contrib/tcsh/
HDtw.comp.c271 int looking; in tw_result() local
280 looking = TW_COMPLETION; in tw_result()
283 looking = TW_SIGNAL; in tw_result()
286 looking = TW_ALIAS; in tw_result()
289 looking = TW_BINDING; in tw_result()
292 looking = TW_COMMAND; in tw_result()
295 looking = TW_PATH | TW_COMMAND; in tw_result()
298 looking = TW_DIRECTORY; in tw_result()
301 looking = TW_PATH | TW_DIRECTORY; in tw_result()
304 looking = TW_ENVVAR; in tw_result()
[all …]
HDtw.parse.c169 int looking; /* what we are looking for */ in tenematch() local
232 looking = starting_a_command(qline.s + word - 1, qline.s) ? in tenematch()
241 xprintf(CGETS(30, 1, "starting_a_command %d\n"), looking); in tenematch()
256 if ((looking == TW_COMMAND || looking == TW_ZERO) && in tenematch()
262 xprintf(CGETS(30, 2, "complete %d "), looking); in tenematch()
265 looking = tw_complete(qline.s + cmd_start, &p, &pat, looking, &suf); in tenematch()
268 xprintf(CGETS(30, 3, "complete %d %S\n"), looking, pat); in tenematch()
304 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf); in tenematch()
322 search_ret = spell_me(&wordbuf, looking, pat, suf); in tenematch()
327 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf); in tenematch()
[all …]
HDtw.spell.c41 spell_me(struct Strbuf *oldname, int looking, Char *pat, eChar suf) in spell_me() argument
81 looking == TW_COMMAND && (foundslash || *old != '/') ? in spell_me()
82 TW_COMMAND : looking, 1, pat, suf); in spell_me()
/NextBSD/cddl/contrib/opensolaris/cmd/zlook/
HDzlook.c204 boolean_t looking = B_FALSE; in main() local
216 looking = B_TRUE; in main()
220 looking = B_TRUE; in main()
224 looking = B_TRUE; in main()
260 if ((checking && looking) || (checking && reading) || in main()
261 (looking && reading) || (!reading && bflag) || in main()
262 (!checking && !reading && !looking)) in main()
/NextBSD/contrib/tcsh/nls/C/
HDset3011 8 looking = %d\n
12 9 \ntcsh internal error: I don't know what I'm looking for!\n
/NextBSD/contrib/tcsh/nls/finnish/
HDset3011 8 looking = %d\n
12 9 \ntcsh internal error: I don't know what I'm looking for!\n
/NextBSD/contrib/tcsh/nls/greek/
HDset3011 8 looking = %d\n
/NextBSD/contrib/tcsh/nls/russian/
HDset3011 8 looking = %d\n
/NextBSD/contrib/tcsh/nls/ukrainian/
HDset3011 8 looking = %d\n
/NextBSD/contrib/tcsh/nls/et/
HDset3011 8 looking = %d\n
/NextBSD/contrib/tcsh/nls/german/
HDset3011 8 looking = %d\n
/NextBSD/crypto/openssl/doc/crypto/
HDCMS_verify.pod37 An attempt is made to locate all the signing certificate(s), first looking in
38 the B<certs> parameter (if it is not NULL) and then looking in any
83 In some cases the standard techniques for looking up and validating
HDPKCS7_verify.pod39 An attempt is made to locate all the signer's certificates, first looking in
40 the B<certs> parameter (if it is not B<NULL>) and then looking in any certificates
/NextBSD/contrib/tcsh/nls/french/
HDset3011 8 looking = %d\n
/NextBSD/crypto/openssl/doc/apps/
HDcrl.pod90 verify the signature on a CRL by looking up the issuing certificate in
95 verify the signature on a CRL by looking up the issuing certificate in
/NextBSD/sys/boot/ficl/softwords/
HDficllocal.fr7 \ locstate: 0 = looking for -- or }}
HDjhlocal.fr9 \ locstate: 0 = looking for | or -- or }}
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
HDtst.fds.ksh36 * Note that we are explicitly not looking at fi_mount -- it (by design) does
/NextBSD/usr.bin/tip/
HDTODO19 and phone line). got any ideas here? I'm looking at something
/NextBSD/contrib/dialog/
HDdialog.lsm6 of questions or display messages in nice looking color
/NextBSD/tools/tools/find-sb/
HDREADME9 looking carefully at the output of this program and creating a new disklabel,
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDtcpwdist_example.txt69 so we are looking at the applications behaviour as it writes to TCP.
/NextBSD/contrib/libpcap/
HDTODO15 style (okay, you can guess that by looking at the code) and a guide for
/NextBSD/contrib/gcclibs/libcpp/
HDChangeLog.gcc4323 (_cpp_find_file): Cache the results of looking up the file name
/NextBSD/contrib/file/magic/Magdir/
HDaout16 # in the program, and looking at that might help.

12345678910>>...12