Home
last modified time | relevance | path

Searched refs:cont_suffix (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libtecla/common/
H A Dcplmatch.c187 cpl->result.cont_suffix = NULL; in new_WordCompletion()
297 const char *type_suffix, const char *cont_suffix) in cpl_add_completion() argument
311 if(!cont_suffix) in cpl_add_completion()
312 cont_suffix = ""; in cpl_add_completion()
355 cpl->result.cont_suffix = cont_suffix; in cpl_add_completion()
502 cpl->result.cont_suffix = ""; in cpl_clear_completions()
584 cpl->result.cont_suffix = ""; in cpl_complete_word()
H A Dcplfile.c708 const char *cont_suffix = ""; /* The suffix to add if fully */ in cf_complete_entry() local
722 cont_suffix = FS_DIR_SEP; in cf_complete_entry()
725 cont_suffix = " "; in cf_complete_entry()
738 type_suffix, cont_suffix)) in cf_complete_entry()
H A Dgetline.c5523 cont_len = strlen(matches->cont_suffix); in KT_KEY_FN()
5530 matches->cont_suffix[cont_len - 1] == '\n') { in KT_KEY_FN()
5558 gl_buffer_string(gl, matches->cont_suffix, cont_len, in KT_KEY_FN()
/titanic_50/usr/src/lib/libtecla/
H A Dlibtecla.h1572 const char *type_suffix, const char *cont_suffix);
1592 const char *cont_suffix; /* Optional continuation string to be appended to */ member
/titanic_50/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2921 const char *cont_suffix; in elfedit_cpl_match() local
2946 cont_suffix = type_suffix = MSG_ORIG(MSG_STR_COLON); in elfedit_cpl_match()
2948 cont_suffix = MSG_ORIG(MSG_STR_SPACE); in elfedit_cpl_match()
2953 str + cstate->ecpl_token_len, type_suffix, cont_suffix); in elfedit_cpl_match()