HomeSort by: relevance | last modified time | path
    Searched refs:buildprefix_push (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/config/
util.c 136 buildprefix_push(const char *path) function in typeref:typename:void
defs.h 651 void buildprefix_push(const char *);
gram.y 379 BUILDPREFIX filename { buildprefix_push($2); }
380 | BUILDPREFIX WORD { buildprefix_push($2); }

Completed in 68 milliseconds