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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplfile.c710 const char *type_suffix = ""; /* The suffix to add when listing */ local
723 type_suffix = FS_DIR_SEP;
738 type_suffix, cont_suffix))
H A Dcplmatch.c278 * type_suffix const char * When listing multiple completions, gl_get_line()
297 const char *type_suffix, const char *cont_suffix)
309 if(!type_suffix)
310 type_suffix = "";
351 match->type_suffix = type_suffix;
977 const char *type_suffix; /* The type of the last unique match */ local
996 type_suffix = matches[0].type_suffix;
1004 strcmp(type_suffix, matc
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
[all...]
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h1553 * type_suffix const char * When listing multiple completions, gl_get_line()
1572 const char *type_suffix, const char *cont_suffix);
1582 const char *type_suffix; /* A suffix to be added when listing completions */ member in struct:__anon4116
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2922 const char *type_suffix; local
2946 cont_suffix = type_suffix = MSG_ORIG(MSG_STR_COLON);
2949 type_suffix = NULL;
2953 str + cstate->ecpl_token_len, type_suffix, cont_suffix);

Completed in 76 milliseconds