Edinburgh Speech Tools  2.1-release
el_complete.c File Reference
#include "editline.h"
Include dependency graph for el_complete.c:

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)
 

Function Documentation

STATIC int compare ( CONST void *  p1,
CONST void *  p2 
)

Definition at line 64 of file el_complete.c.

STATIC int FindMatches ( char *  dir,
char *  file,
char ***  avp 
)

Definition at line 78 of file el_complete.c.

STATIC int SplitPath ( char *  path,
char **  dirpart,
char **  filepart 
)

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.