Searched defs:PcaPathConf (Results 1 – 2 of 2) sorted by relevance
67 struct PcaPathConf { struct68 int id; /* This is set to PPC_ID_CODE by new_PcaPathConf() */ argument69 PathCache *pc; /* The path-list cache in which to look up the executables */70 int escaped; /* If non-zero, backslashes in the input line are */78 int file_start; /* The index in the input line of the first character */
1780 typedef struct PcaPathConf PcaPathConf; typedef