Home
last modified time | relevance | path

Searched refs:CC_ERROR (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.chared.c985 return(CC_ERROR); in GetHistLine()
990 return(CC_ERROR); in GetHistLine()
1045 return(CC_ERROR); in c_search_line()
1053 return(CC_ERROR); in c_search_line()
1075 return(CC_ERROR); in e_inc_search()
1138 ret = CC_ERROR; in e_inc_search()
1196 if (GetHistLine() == CC_ERROR) in e_inc_search()
1207 (ret = c_search_line(&patbuf.s[1], newdir)) == CC_ERROR) { in e_inc_search()
1211 if (ret != CC_ERROR) { in e_inc_search()
1218 if (ret == CC_ERROR) { in e_inc_search()
[all …]
H A Ded.h77 #define CC_ERROR 100 /* there should NOT be 100 different... */ macro
H A Ded.inputl.c556 case CC_ERROR: in Inputl()
/freebsd/contrib/libedit/
H A Dcommon.c81 return CC_ERROR; in ed_insert()
87 return CC_ERROR; /* error allocating more */ in ed_insert()
124 return CC_ERROR; in ed_delete_prev_word()
162 return CC_ERROR; in ed_delete_next_char()
172 return CC_ERROR; in ed_delete_next_char()
176 return CC_ERROR; in ed_delete_next_char()
266 return CC_ERROR; in ed_transpose_chars()
277 return CC_ERROR; in ed_transpose_chars()
295 return CC_ERROR; in ed_next_char()
320 return CC_ERROR; in ed_prev_word()
[all …]
H A Dsearch.c224 return CC_ERROR; in ce_inc_search()
289 ret = CC_ERROR; in ce_inc_search()
359 if (hist_get(el) == CC_ERROR) in ce_inc_search()
385 == CC_ERROR) { in ce_inc_search()
393 if (ret != CC_ERROR) { in ce_inc_search()
405 if (ret == CC_ERROR) { in ce_inc_search()
411 if (hist_get(el) == CC_ERROR) in ce_inc_search()
412 return CC_ERROR; in ce_inc_search()
422 if (ret == CC_ERROR && pchar == '?' && oldpchar == ':') in ce_inc_search()
430 if (ret == CC_NORM || (ret == CC_ERROR && oldpatlen == 0)) { in ce_inc_search()
[all …]
H A Dvi.c73 return CC_ERROR; in cv_action()
105 return CC_ERROR; in cv_paste()
118 return CC_ERROR; in cv_paste()
162 return CC_ERROR; in vi_prev_big_word()
187 return CC_ERROR; in vi_prev_word()
212 return CC_ERROR; in vi_next_big_word()
236 return CC_ERROR; in vi_next_word()
260 return CC_ERROR; in vi_change_case()
324 return CC_ERROR; in vi_replace_char()
479 return CC_ERROR; in vi_end_big_word()
[all …]
H A Demacs.c74 return CC_ERROR; in em_delete_or_list()
100 return CC_ERROR; in em_delete_next_word()
134 return CC_ERROR; in em_yank()
187 return CC_ERROR; in em_kill_region()
220 return CC_ERROR; in em_copy_region()
254 return CC_ERROR; in em_gosmacs_transpose()
267 return CC_ERROR; in em_next_word()
404 return CC_ERROR; in em_universal_argument()
449 return CC_ERROR; in em_copy_prev_word()
502 return CC_ERROR; in em_delete_prev_char()
H A Dhist.c123 return CC_ERROR; in hist_get()
128 return CC_ERROR; in hist_get()
158 return CC_ERROR; in hist_get()
H A Dhistedit.h78 #define CC_ERROR 6 macro
H A Dread.c594 case CC_ERROR: in el_wgets()
H A Dreadline.c2108 return CC_ERROR; in rl_bind_wrapper()
/freebsd/contrib/tnftp/src/
H A Dcomplete.c95 return (CC_ERROR); /* no choices available */ in complete_ambiguous()
103 return (CC_ERROR); in complete_ambiguous()
123 return (CC_ERROR); in complete_ambiguous()
159 rv = CC_ERROR; in complete_command()
195 return (CC_ERROR); in complete_local()
201 return (CC_ERROR); in complete_local()
241 rv = CC_ERROR; in complete_local()
271 rv = CC_ERROR; in complete_option()
373 return (CC_ERROR); in complete()
381 return (CC_ERROR); in complete()
[all …]
/freebsd/contrib/libedit/TEST/
H A Dtc1.c95 int res = CC_ERROR; in complete()
110 res = CC_ERROR; in complete()
H A Dwtc1.c94 res = CC_ERROR; in complete()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp459 return CC_ERROR; in RecallHistory()
469 return CC_ERROR; // Can't go newer than the "live" entry in RecallHistory()
473 return CC_ERROR; in RecallHistory()
490 return CC_ERROR; in RecallHistory()
719 return CC_ERROR; in DeleteNextCharCommand()
752 return CC_ERROR; in DeletePreviousCharCommand()
992 return CC_ERROR; in TabCommand()
1010 return CC_ERROR; in TabCommand()
/freebsd/contrib/less/
H A Dcmdbuf.c448 return (CC_ERROR); in cmd_ichar()
1206 * CC_ERROR The char could not be accepted due to an error. in cmd_char()
1242 return (CC_ERROR); in cmd_char()
1254 return (CC_ERROR); in cmd_char()
H A Dless.h422 #define CC_ERROR 2 /* Char could not be accepted due to error */
415 #define CC_ERROR global() macro
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp188 return CC_ERROR; in ElCompletionFn()
/freebsd/crypto/openssh/
H A Dsftp.c2132 u_int cursor, len, terminated, ret = CC_ERROR; in complete()