#include "editline.h"
Go to the source code of this file.
Functions | |
| STATIC int | compare (CONST void *p1, CONST void *p2) |
| STATIC int | FindMatches (char *dir, char *file, char ***avp) |
| STATIC int | SplitPath (char *path, char **dirpart, char **filepart) |
| char * | rl_complete (char *pathname, int *unique) |
| int | rl_list_possib (char *pathname, char ***avp) |
Definition at line 64 of file el_complete.c.
Definition at line 78 of file el_complete.c.
Definition at line 134 of file el_complete.c.
| char* rl_complete | ( | char * | pathname, |
| int * | unique | ||
| ) |
Definition at line 171 of file el_complete.c.
| int rl_list_possib | ( | char * | pathname, |
| char *** | avp | ||
| ) |
Definition at line 240 of file el_complete.c.