Lines Matching refs:tchar
38 extern DIR *opendir_(tchar *);
49 static int is_prefix(tchar *, tchar *);
50 static int is_suffix(tchar *, tchar *);
51 static int ignored(tchar *);
155 pushback(tchar *string, int echoflag) in pushback()
157 tchar *p; in pushback()
201 catn(tchar *des, tchar *src, int count) in catn()
227 copyn(tchar *des, tchar *src, int count) in copyn()
243 fcompare(tchar **file1, tchar **file2) in fcompare()
253 filetype(tchar *dir, tchar *file, int nosym) in filetype()
255 tchar path[MAXPATHLEN + 1]; in filetype()
285 print_by_column(tchar *dir, tchar *items[], int count, int looking_for_command) in print_by_column()
314 (tchar) filetype(dir, items[i], 0)); in print_by_column()
332 tchar *
333 tilde(tchar *new, tchar *old) in tilde()
335 tchar *o, *p; in tilde()
337 static tchar person[40]; in tilde()
339 tchar *pw_dir; /* work */ in tilde()
356 pw_dir = strtots((tchar *)NULL, pw->pw_dir); /* allocate */ in tilde()
416 print_recognized_stuff(tchar *recognized_part) in print_recognized_stuff()
459 extract_dir_and_name(tchar *path, tchar *dir, tchar *name) in extract_dir_and_name()
461 tchar *p; in extract_dir_and_name()
476 tchar *
484 static tchar strbuf[MAXNAMLEN+1]; in getentry()
500 free_items(tchar **items) in free_items()
525 search2(tchar *word, COMMAND command, int max_word_length) in search2()
527 static tchar **items = NULL; in search2()
531 tchar tilded_dir[MAXPATHLEN + 1], dir[MAXPATHLEN + 1]; in search2()
532 tchar name[MAXNAMLEN + 1], extended_name[MAXNAMLEN+1]; in search2()
533 tchar *entry; in search2()
572 items = (tchar **)xcalloc(sizeof (items[1]), in search2()
574 items[numitems] = (tchar *)xalloc((unsigned)(strlen_(entry) + 1) * sizeof (tchar)); in search2()
636 recognize(tchar *extended_name, tchar *entry, int name_length, int numitems) in recognize()
645 tchar *x, *ent; in recognize()
664 is_prefix(tchar *check, tchar *template) in is_prefix()
682 is_suffix(tchar *check, tchar *template) in is_suffix()
684 tchar *c, *t; in is_suffix()
702 tenex(tchar *inputline, int inputline_size) in tenex()
716 static tchar *delims = S_DELIM /* " '\"\t;&<>()|`" */; in tenex()
717 tchar *str_end, *word_start, last_char; in tenex()
799 ignored(tchar *entry) in ignored()
802 tchar **cp; in ignored()