Home
last modified time | relevance | path

Searched defs:PcaPathConf (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libtecla/common/
H A Dpcache.c69 struct PcaPathConf { struct
70 int id; /* This is set to PPC_ID_CODE by new_PcaPathConf() */ argument
71 PathCache *pc; /* The path-list cache in which to look up the executables */
72 int escaped; /* If non-zero, backslashes in the input line are */
80 int file_start; /* The index in the input line of the first character */
/titanic_44/usr/src/lib/libtecla/
H A Dlibtecla.h1782 typedef struct PcaPathConf PcaPathConf; typedef