/freebsd/contrib/tcsh/ |
H A D | tw.comp.c | 268 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 D | tw.parse.c | 165 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 D | tw.spell.c | 37 spell_me(struct Strbuf *oldname, int looking, Char *pat, eChar suf) in spell_me() argument 77 looking == TW_COMMAND && (foundslash || *old != '/') ? in spell_me() 78 TW_COMMAND : looking, 1, pat, suf); in spell_me()
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set30 | 10 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 D | set30 | 10 8 looking = %d\n 11 9 \ntcsh internal error: I don't know what I'm looking for!\n
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | dif | 13 # 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 D | mmdf | 16 # 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 D | xenix | 24 # 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 D | tplink | 16 # skip Norton Commander Cleanup Utility NCCLEAN.INI by looking for valid vendor name 18 # skip user.dbt by looking for positive hardware id
|
H A D | rtf | 12 # skip DROID fmt-355-signature-id-522.rtf by looking for valid version 14 # skip also \ in DROID fmt-50-signature-id-158.rtf by looking for valid version
|
H A D | maple | 57 # skip xBASE Compound Index file *.CDX by looking for version 65 # skip more xBASE Compound Index file *.CDX by looking for keyword Maple
|
H A D | blit | 20 # skip TTComp archive, ASCII, 4K by looking for executable keyword like main
|
H A D | fonts | 84 # 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/tcsh/nls/greek/ |
H A D | set30 | 10 8 looking = %d\n
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set30 | 10 8 looking = %d\n
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set30 | 10 8 looking = %d\n
|
/freebsd/contrib/tcsh/nls/et/ |
H A D | set30 | 10 8 looking = %d\n
|
/freebsd/contrib/tcsh/nls/german/ |
H A D | set30 | 10 8 looking = %d\n
|
/freebsd/contrib/tcsh/nls/french/ |
H A D | set30 | 10 8 looking = %d\n
|
/freebsd/stand/ficl/softwords/ |
H A D | ficllocal.fr | 7 \ locstate: 0 = looking for -- or }}
|
/freebsd/usr.bin/tip/ |
H A D | TODO | 18 and phone line). got any ideas here? I'm looking at something
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.fds.ksh | 36 * Note that we are explicitly not looking at fi_mount -- it (by design) does
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CMS_verify.pod | 43 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/dialog/ |
H A D | dialog.lsm | 6 of questions or display messages in nice looking color
|
/freebsd/tools/build/ |
H A D | check-links.sh | 24 -U: Skip looking for unresolved symbols.
|