Searched defs:cont_suffix (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplfile.c708 const char *cont_suffix = ""; /* The suffix to add if fully */ local
722 cont_suffix = FS_DIR_SEP;
725 cont_suffix = " ";
738 type_suffix, cont_suffix))
H A Dcplmatch.c187 cpl->result.cont_suffix = NULL;
282 * cont_suffix const char * If this turns out to be the only completion,
297 const char *type_suffix, const char *cont_suffix)
311 if(!cont_suffix)
312 cont_suffix = "";
355 cpl->result.cont_suffix = cont_suffix;
502 cpl->result.cont_suffix = "";
584 cpl->result.cont_suffix = "";
295 cpl_add_completion(WordCompletion *cpl, const char *line, int word_start, int word_end, const char *suffix, const char *type_suffix, const char *cont_suffix) argument
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h1557 * cont_suffix const char * If this turns out to be the only completion,
1572 const char *type_suffix, const char *cont_suffix);
1592 const char *cont_suffix; /* Optional continuation string to be appended to */ member in struct:__anon4117
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2921 const char *cont_suffix; local
2946 cont_suffix = type_suffix = MSG_ORIG(MSG_STR_COLON);
2948 cont_suffix = MSG_ORIG(MSG_STR_SPACE);
2953 str + cstate->ecpl_token_len, type_suffix, cont_suffix);
2982 * cpl, line, word_start, word_end, cont_suffix - As documented

Completed in 103 milliseconds