Searched refs:cont_suffix (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dauto_comp.c198 * cont_suffix - continuation suffix for this token. See note 1
244 char *cont_suffix; member in struct:ac_tokinfo
929 * cpl, line, work_end, and cont_suffix are parameters needed by
953 ac_str_t *acstr, ac_iter_t *iterp, const char *cont_suffix)
971 NULL, cont_suffix);
979 NULL, cont_suffix);
1004 char *cont_suffix; local
1031 cont_suffix = token_info[toktype].cont_suffix;
1039 iterp, cont_suffix);
952 match_string(WordCompletion *cpl, const char *line, int word_end, ac_str_t *acstr, ac_iter_t *iterp, const char *cont_suffix) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libtecla/common/
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
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 Dgetline.c5523 cont_len = strlen(matches->cont_suffix);
5530 matches->cont_suffix[cont_len - 1] == '\n') {
5558 gl_buffer_string(gl, matches->cont_suffix, cont_len,
/opensolaris-onvv-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:__anon4473
/opensolaris-onvv-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 222 milliseconds