Searched defs:PcaPathConf (Results 1 – 2 of 2) sorted by relevance
69 struct PcaPathConf { struct70 int id; /* This is set to PPC_ID_CODE by new_PcaPathConf() */ argument71 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 */
1782 typedef struct PcaPathConf PcaPathConf; typedef