Searched defs:insertPrefix (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/
H A DPSres.c631 int insertPrefix; local
639 insertPrefix = CheckInsertPrefix(type->type);
640 if (insertPrefix) {
666 addingPrefix = *(sep+1) != '/' && insertPrefix && !doubleEquals;
1500 int insertPrefix; local
1508 insertPrefix = CheckInsertPrefix(type->type);
1509 if (insertPrefix) {
1538 addingPrefix = *(sep+1) != '/' && insertPrefix && !doubleEquals;

Completed in 14 milliseconds