Home
last modified time | relevance | path

Searched refs:type_suffix (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libtecla/common/
H A Dcplmatch.c297 const char *type_suffix, const char *cont_suffix) in cpl_add_completion() argument
309 if(!type_suffix) in cpl_add_completion()
310 type_suffix = ""; in cpl_add_completion()
351 match->type_suffix = type_suffix; in cpl_add_completion()
977 const char *type_suffix; /* The type of the last unique match */ in cpl_zap_duplicates() local
996 type_suffix = matches[0].type_suffix; in cpl_zap_duplicates()
1004 strcmp(type_suffix, match->type_suffix) != 0) { in cpl_zap_duplicates()
1009 type_suffix = match->type_suffix; in cpl_zap_duplicates()
1054 int len = strlen(match->completion) + strlen(match->type_suffix); in cpl_plan_listing()
1135 int tlen = strlen(match->type_suffix); in cpl_format_line()
[all …]
H A Dcplfile.c710 const char *type_suffix = ""; /* The suffix to add when listing */ in cf_complete_entry() local
723 type_suffix = FS_DIR_SEP; in cf_complete_entry()
738 type_suffix, cont_suffix)) in cf_complete_entry()
/titanic_44/usr/src/lib/libtecla/
H A Dlibtecla.h1572 const char *type_suffix, const char *cont_suffix);
1582 const char *type_suffix; /* A suffix to be added when listing completions */ member
/titanic_44/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2922 const char *type_suffix; in elfedit_cpl_match() local
2946 cont_suffix = type_suffix = MSG_ORIG(MSG_STR_COLON); in elfedit_cpl_match()
2949 type_suffix = NULL; in elfedit_cpl_match()
2953 str + cstate->ecpl_token_len, type_suffix, cont_suffix); in elfedit_cpl_match()