Home
last modified time | relevance | path

Searched +refs:esc +refs:map (Results 1 – 25 of 2322) sorted by relevance

12345678910>>...93

/dports/japanese/w3m/w3m-2b59b9e/
H A Dfunc.c240 esc = K_ESC; in getKey2()
244 esc = K_ESC; in getKey2()
248 esc = K_ESC; in getKey2()
261 esc = K_ESC; in getKey2()
389 if (esc) { in getQWord()
404 esc = 0; in getQWord()
407 esc = 1; in getQWord()
453 int esc; in getRegexWord() local
476 if (esc) { in getRegexWord()
482 esc = 1; in getRegexWord()
[all …]
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dfunc.c240 esc = K_ESC; in getKey2()
244 esc = K_ESC; in getKey2()
248 esc = K_ESC; in getKey2()
261 esc = K_ESC; in getKey2()
389 if (esc) { in getQWord()
404 esc = 0; in getQWord()
407 esc = 1; in getQWord()
453 int esc; in getRegexWord() local
476 if (esc) { in getRegexWord()
482 esc = 1; in getRegexWord()
[all …]
/dports/www/w3m/w3m-2b59b9e/
H A Dfunc.c240 esc = K_ESC; in getKey2()
244 esc = K_ESC; in getKey2()
248 esc = K_ESC; in getKey2()
261 esc = K_ESC; in getKey2()
389 if (esc) { in getQWord()
404 esc = 0; in getQWord()
407 esc = 1; in getQWord()
453 int esc; in getRegexWord() local
476 if (esc) { in getRegexWord()
482 esc = 1; in getRegexWord()
[all …]
/dports/www/w3m-img/w3m-2b59b9e/
H A Dfunc.c240 esc = K_ESC; in getKey2()
244 esc = K_ESC; in getKey2()
248 esc = K_ESC; in getKey2()
261 esc = K_ESC; in getKey2()
389 if (esc) { in getQWord()
404 esc = 0; in getQWord()
407 esc = 1; in getQWord()
453 int esc; in getRegexWord() local
476 if (esc) { in getRegexWord()
482 esc = 1; in getRegexWord()
[all …]
/dports/math/gap/gap-4.11.0/etc/vim/
H A Ddebug.vim8 map <f2> OError("Breakpoint #<esc>"apa");<esc>
9 map <f3> OPrint("Watchpoint #<esc>"apa\n");<esc>
10 map <f4> ODEBUG_LIST[<esc>"apa].count := DEBUG_LIST[<esc>"apa].count - 1;<cr>if DEBUG_LIST[<esc>"ap…
11 map <f5> OPrint("\n");<esc>5<left>
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/libraries/libldap/
H A Dfriendly.c62 if ( map == NULL ) { in ldap_friendly_name()
70 if ( *map == NULL ) { in ldap_friendly_name()
100 int esc = 0, found = 0; in ldap_friendly_name() local
105 esc = 1; in ldap_friendly_name()
108 if ( !esc ) in ldap_friendly_name()
112 esc = 0; in ldap_friendly_name()
124 (*map)[i].f_unfriendly = NULL; in ldap_friendly_name()
129 return( (*map)[i].f_friendly ); in ldap_friendly_name()
141 if ( map == NULL || *map == NULL ) { in ldap_free_friendlymap()
149 NSLDAPI_FREE( *map ); in ldap_free_friendlymap()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/c-sdk/libraries/libldap/
H A Dfriendly.c60 if (map == NULL) { in ldap_friendly_name()
67 if (*map == NULL) { in ldap_friendly_name()
92 int esc = 0, found = 0; in ldap_friendly_name() local
97 esc = 1; in ldap_friendly_name()
100 if (!esc) found = 1; in ldap_friendly_name()
103 esc = 0; in ldap_friendly_name()
115 (*map)[i].f_unfriendly = NULL; in ldap_friendly_name()
120 return ((*map)[i].f_friendly); in ldap_friendly_name()
128 if (map == NULL || *map == NULL) { in ldap_free_friendlymap()
136 NSLDAPI_FREE(*map); in ldap_free_friendlymap()
[all …]
/dports/lang/racket/racket-8.3/collects/racket/match/
H A Dcompiler.rkt40 (define (hash-on-map ht-l f)
41 (map (lambda (p) (f (car p) (cdr p))) ht-l))
49 (apply map and* (for/list ([r (in-list rows)])
54 ;; escaping to esc
116 (hash-on-map
183 (hash-on-map
242 (compile* xs (map transform block) esc))]
248 (hash-on-map
365 (hash-on-map
396 (map (lambda (x) (cons x #f))
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/racket/match/
H A Dcompiler.rkt40 (define (hash-on-map ht-l f)
41 (map (lambda (p) (f (car p) (cdr p))) ht-l))
49 (apply map and* (for/list ([r (in-list rows)])
54 ;; escaping to esc
116 (hash-on-map
183 (hash-on-map
242 (compile* xs (map transform block) esc))]
248 (hash-on-map
365 (hash-on-map
396 (map (lambda (x) (cons x #f))
[all …]
/dports/editors/neovim/neovim-0.6.1/runtime/lua/vim/lsp/
H A D_snippet.lua13 local esc = {}
21 table.insert(esc, '\\')
24 table.insert(esc, c)
31 table.insert(esc, c)
44 esc = table.concat(esc, '')
59 P.map = function(parser, map) function
202 table.insert(insert_text, self.esc)
229 esc = value.esc,
272 if_text = values[5][2].esc,
273 else_text = (values[5][4] or {}).esc,
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/cmdargs-0.10.21/System/Console/CmdArgs/
H A DText.hs91 cs = map (\x -> (fst $ head x, map maximum $ transpose $ map snd x)) $
93 [(length x, map length $ init x) | Cols x <- xs]
96 f (Line x) = map (a++) $ wrap1 (width - length a) b
99 f (Cols xs) = concat (zipWith pad ys xs ++ [z1]) : map (replicate n ' '++) zs
131 map f xs ++
142 ">" ++ if null b then "&nbsp;" else concatMap esc b ++ "</td>"
150 esc '&' = "&amp;" function
151 esc '>' = "&gt;" function
152 esc '<' = "&lt;" function
153 esc '\n' = "<br />" function
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/cmdargs-0.10.20/System/Console/CmdArgs/
H A DText.hs91 cs = map (\x -> (fst $ head x, map maximum $ transpose $ map snd x)) $
93 [(length x, map length $ init x) | Cols x <- xs]
96 f (Line x) = map (a++) $ wrap1 (width - length a) b
99 f (Cols xs) = concat (zipWith pad ys xs ++ [z1]) : map (replicate n ' '++) zs
131 map f xs ++
142 ">" ++ if null b then "&nbsp;" else concatMap esc b ++ "</td>"
150 esc '&' = "&amp;" function
151 esc '>' = "&gt;" function
152 esc '<' = "&lt;" function
153 esc '\n' = "<br />" function
[all …]
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/cmdargs-0.10.20/System/Console/CmdArgs/
H A DText.hs91 cs = map (\x -> (fst $ head x, map maximum $ transpose $ map snd x)) $
93 [(length x, map length $ init x) | Cols x <- xs]
96 f (Line x) = map (a++) $ wrap1 (width - length a) b
99 f (Cols xs) = concat (zipWith pad ys xs ++ [z1]) : map (replicate n ' '++) zs
131 map f xs ++
142 ">" ++ if null b then "&nbsp;" else concatMap esc b ++ "</td>"
150 esc '&' = "&amp;" function
151 esc '>' = "&gt;" function
152 esc '<' = "&lt;" function
153 esc '\n' = "<br />" function
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cmdargs-0.10.20/System/Console/CmdArgs/
H A DText.hs91 cs = map (\x -> (fst $ head x, map maximum $ transpose $ map snd x)) $
93 [(length x, map length $ init x) | Cols x <- xs]
96 f (Line x) = map (a++) $ wrap1 (width - length a) b
99 f (Cols xs) = concat (zipWith pad ys xs ++ [z1]) : map (replicate n ' '++) zs
131 map f xs ++
142 ">" ++ if null b then "&nbsp;" else concatMap esc b ++ "</td>"
150 esc '&' = "&amp;" function
151 esc '>' = "&gt;" function
152 esc '<' = "&lt;" function
153 esc '\n' = "<br />" function
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/cmdargs-0.10.21/System/Console/CmdArgs/
H A DText.hs91 cs = map (\x -> (fst $ head x, map maximum $ transpose $ map snd x)) $
93 [(length x, map length $ init x) | Cols x <- xs]
96 f (Line x) = map (a++) $ wrap1 (width - length a) b
99 f (Cols xs) = concat (zipWith pad ys xs ++ [z1]) : map (replicate n ' '++) zs
131 map f xs ++
142 ">" ++ if null b then "&nbsp;" else concatMap esc b ++ "</td>"
150 esc '&' = "&amp;" function
151 esc '>' = "&gt;" function
152 esc '<' = "&lt;" function
153 esc '\n' = "<br />" function
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/cmdargs-0.10.21/System/Console/CmdArgs/
H A DText.hs91 cs = map (\x -> (fst $ head x, map maximum $ transpose $ map snd x)) $
93 [(length x, map length $ init x) | Cols x <- xs]
96 f (Line x) = map (a++) $ wrap1 (width - length a) b
99 f (Cols xs) = concat (zipWith pad ys xs ++ [z1]) : map (replicate n ' '++) zs
131 map f xs ++
142 ">" ++ if null b then "&nbsp;" else concatMap esc b ++ "</td>"
150 esc '&' = "&amp;" function
151 esc '>' = "&gt;" function
152 esc '<' = "&lt;" function
153 esc '\n' = "<br />" function
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/cmdargs-0.10.21/System/Console/CmdArgs/
H A DText.hs91 cs = map (\x -> (fst $ head x, map maximum $ transpose $ map snd x)) $
93 [(length x, map length $ init x) | Cols x <- xs]
96 f (Line x) = map (a++) $ wrap1 (width - length a) b
99 f (Cols xs) = concat (zipWith pad ys xs ++ [z1]) : map (replicate n ' '++) zs
131 map f xs ++
142 ">" ++ if null b then "&nbsp;" else concatMap esc b ++ "</td>"
150 esc '&' = "&amp;" function
151 esc '>' = "&gt;" function
152 esc '<' = "&lt;" function
153 esc '\n' = "<br />" function
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cmdargs-0.10.20/System/Console/CmdArgs/
H A DText.hs91 cs = map (\x -> (fst $ head x, map maximum $ transpose $ map snd x)) $
93 [(length x, map length $ init x) | Cols x <- xs]
96 f (Line x) = map (a++) $ wrap1 (width - length a) b
99 f (Cols xs) = concat (zipWith pad ys xs ++ [z1]) : map (replicate n ' '++) zs
131 map f xs ++
142 ">" ++ if null b then "&nbsp;" else concatMap esc b ++ "</td>"
150 esc '&' = "&amp;" function
151 esc '>' = "&gt;" function
152 esc '<' = "&lt;" function
153 esc '\n' = "<br />" function
[all …]
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/cmdargs-0.10.20/System/Console/CmdArgs/
H A DText.hs91 cs = map (\x -> (fst $ head x, map maximum $ transpose $ map snd x)) $
93 [(length x, map length $ init x) | Cols x <- xs]
96 f (Line x) = map (a++) $ wrap1 (width - length a) b
99 f (Cols xs) = concat (zipWith pad ys xs ++ [z1]) : map (replicate n ' '++) zs
131 map f xs ++
142 ">" ++ if null b then "&nbsp;" else concatMap esc b ++ "</td>"
150 esc '&' = "&amp;" function
151 esc '>' = "&gt;" function
152 esc '<' = "&lt;" function
153 esc '\n' = "<br />" function
[all …]
/dports/security/keybase/client-v5.7.1/go/uidmap/data/
H A Dmkdata.iced17 map = []
20 esc = make_esc cb, "read"
22 map = []
24 await gets.gets esc defer line
27 map.push [ uid, username ]
28 cb null, map
30 output : ({map}, cb) ->
62 for [uid] in map
67 esc = make_esc cb, "run"
68 await @read { input }, esc defer map
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/haskeline-0.8.0.0/System/Console/Haskeline/
H A DCompletion.hs60 completeWord esc ws = completeWordWithPrev esc ws . const function
74 completeWordWithPrev esc ws f (line, _) = do function
75 let (word,rest) = case esc of
79 return (rest,map (escapeReplacement esc ws) completions)
109 escapeReplacement esc ws f = case esc of function
127 = case splitAtQuote esc qs left of
130 return (rest, map (addQuotes . escapeReplacement esc qs) cs)
139 splitAtQuote esc qs line = case line of function
151 isEscape c = Just c == esc
155 isUnquoted esc qs s = case splitAtQuote esc qs s of function
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/haskeline/System/Console/Haskeline/
H A DCompletion.hs62 completeWord esc ws = completeWordWithPrev esc ws . const function
70 completeWord' esc ws = completeWordWithPrev' esc ws . const function
84 completeWordWithPrev esc ws = completeWordWithPrev' esc (`elem` ws) function
96 let (word,rest) = case esc of
100 return (rest,map (escapeReplacement esc wpred) completions)
130 escapeReplacement esc wpred f = case esc of function
148 = case splitAtQuote esc qs left of
151 return (rest, map (addQuotes . escapeReplacement esc (`elem` qs)) cs)
172 isEscape c = Just c == esc
176 isUnquoted esc qs s = case splitAtQuote esc qs s of function
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/haskeline-0.8.2/System/Console/Haskeline/
H A DCompletion.hs62 completeWord esc ws = completeWordWithPrev esc ws . const function
70 completeWord' esc ws = completeWordWithPrev' esc ws . const function
84 completeWordWithPrev esc ws = completeWordWithPrev' esc (`elem` ws) function
96 let (word,rest) = case esc of
100 return (rest,map (escapeReplacement esc wpred) completions)
130 escapeReplacement esc wpred f = case esc of function
148 = case splitAtQuote esc qs left of
151 return (rest, map (addQuotes . escapeReplacement esc (`elem` qs)) cs)
172 isEscape c = Just c == esc
176 isUnquoted esc qs s = case splitAtQuote esc qs s of function
[all …]
/dports/science/jstrack/jstrack/extlib/tcllib1.19/term/ansi/code/
H A Dctrl.tcl43 proc ::term::ansi::code::ctrl::DEF {name esc value} {
45 define $name $esc $value
74 DEF sd esc D ; # Scroll Down
75 DEF su esc M ; # Scroll Up
96 DEF rd esc c ; # Reset Device
105 DEF eg esc F ; # Enter Graphics Mode
106 DEF lg esc G ; # Exit Graphics Mode
157 DEFC title {str} {esc \]0\;$str\007}
193 while {![string equal $string [set new [string map \
194 [list \017\016 {} \016\017 {}] [string map \
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/term/ansi/code/
H A Dctrl.tcl43 proc ::term::ansi::code::ctrl::DEF {name esc value} {
45 define $name $esc $value
74 DEF sd esc D ; # Scroll Down
75 DEF su esc M ; # Scroll Up
96 DEF rd esc c ; # Reset Device
105 DEF eg esc F ; # Enter Graphics Mode
106 DEF lg esc G ; # Exit Graphics Mode
157 DEFC title {str} {esc \]0\;$str\007}
193 while {![string equal $string [set new [string map \
194 [list \017\016 {} \016\017 {}] [string map \
[all …]

12345678910>>...93